Skip to content

Commit 2a247c5

Browse files
committed
Update the list of files to ignore for the gem
1 parent 2739a8b commit 2a247c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minfraud.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
1717

1818
spec.required_ruby_version = '>= 2.7.0'
1919

20-
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
20+
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^.gitignore$|^(?:\.github|dev-bin|spec)/}) }
2121
spec.bindir = 'exe'
2222
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2323
spec.require_paths = ['lib']

0 commit comments

Comments
 (0)