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 2739a8b commit 2a247c5Copy full SHA for 2a247c5
minfraud.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
17
18
spec.required_ruby_version = '>= 2.7.0'
19
20
- spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^.gitignore$|^(?:\.github|dev-bin|spec)/}) }
21
spec.bindir = 'exe'
22
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
23
spec.require_paths = ['lib']
0 commit comments