diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-10-17 11:12:09 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-10-17 02:12:18 +0000 |
commit | 34d800ebcdded37e55743bda79a2050c58ca135a (patch) | |
tree | e17be2f346847d686bc4810e9b059a6e476c7896 | |
parent | 85ce3b177cf0b4749a8328c7b509ec27b2f02da0 (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.gemspec | 2 |
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" |