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 a1059bb commit 2ceccbeCopy full SHA for 2ceccbe
minfraud.gemspec
@@ -17,10 +17,6 @@ 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