We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a2fd0 commit a985e21Copy full SHA for a985e21
fluent-plugin-fluent-package-update-notifier.gemspec
@@ -17,6 +17,8 @@ Gem::Specification.new do |spec|
17
spec.metadata["changelog_uri"] = "https://github.com/fluent-plugins-nursery/fluent-plugin-fluent-package-update-notifier/blob/main/CHANGELOG.md"
18
spec.metadata["bug_tracker_uri"] = "https://github.com/fluent-plugins-nursery/fluent-plugin-fluent-package-update-notifier/issues"
19
20
+ spec.metadata['rubygems_mfa_required'] = 'true'
21
+
22
spec.files = Dir.chdir(__dir__) do
23
`git ls-files -z`.split("\x0").reject do |f|
24
(File.expand_path(f) == __FILE__) ||
0 commit comments