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.
2 parents ad4d9aa + 0924b7e commit 3add63eCopy full SHA for 3add63e
net-imap.gemspec
@@ -25,9 +25,9 @@ Gem::Specification.new do |spec|
25
26
# Specify which files should be added to the gem when it is released.
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
+ spec.files = Dir.chdir(__dir__) do
29
`git ls-files -z 2>/dev/null`.split("\x0")
30
- .grep_v(%r{^(\.git|\.mailmap|bin|test|spec|benchmarks|features|rfcs)/})
+ .grep_v(%r{^(\.git(ignore)?|\.mailmap|(\.github|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