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 32bf313 commit d32e3d0Copy full SHA for d32e3d0
minfraud.gemspec
@@ -17,6 +17,10 @@ Gem::Specification.new do |spec|
17
18
spec.required_ruby_version = '>= 2.5.0'
19
20
+ spec.metadata = {
21
+ 'rubygems_mfa_required' => 'true',
22
+ }
23
+
24
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
25
spec.bindir = 'exe'
26
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
0 commit comments