summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-10-17 11:12:09 +0900
committergit <[email protected]>2024-10-17 02:12:18 +0000
commit34d800ebcdded37e55743bda79a2050c58ca135a (patch)
treee17be2f346847d686bc4810e9b059a6e476c7896
parent85ce3b177cf0b4749a8328c7b509ec27b2f02da0 (diff)
[ruby/win32-registry] Exclude mailmap from packages [ci skip]
https://github.com/ruby/win32-registry/commit/521f93af9e
-rw-r--r--ext/win32/win32-registry.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/win32/win32-registry.gemspec b/ext/win32/win32-registry.gemspec
index b6df247574..cbac30f221 100644
--- a/ext/win32/win32-registry.gemspec
+++ b/ext/win32/win32-registry.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.files = Dir.chdir(__dir__) do
`git ls-files -z`.split("\x0").reject do |f|
(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
spec.bindir = "exe"