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 7b7cd54 commit 24c6ca4Copy full SHA for 24c6ca4
net-imap.gemspec
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
28
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
29
`git ls-files -z 2>/dev/null`.split("\x0")
30
- .reject {|f| f.match(%r{^(bin|test|spec|benchmarks|features|rfcs)/}) }
+ .grep_v(%r{^(\.git|\.mailmap|bin|test|spec|benchmarks|features|rfcs)/})
31
end
32
spec.bindir = "exe"
33
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
0 commit comments