[ruby/win32-registry] Exclude mailmap from packages [ci skip]
https://github.com/ruby/win32-registry/commit/521f93af9e
This commit is contained in:
parent
85ce3b177c
commit
34d800ebcd
@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
|
|||||||
spec.files = Dir.chdir(__dir__) do
|
spec.files = Dir.chdir(__dir__) do
|
||||||
`git ls-files -z`.split("\x0").reject do |f|
|
`git ls-files -z`.split("\x0").reject do |f|
|
||||||
(File.expand_path(f) == __FILE__) ||
|
(File.expand_path(f) == __FILE__) ||
|
||||||
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
|
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github .mailmap appveyor Gemfile])
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
spec.bindir = "exe"
|
spec.bindir = "exe"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user