From 34d800ebcdded37e55743bda79a2050c58ca135a Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 17 Oct 2024 11:12:09 +0900 Subject: [PATCH] [ruby/win32-registry] Exclude mailmap from packages [ci skip] https://github.com/ruby/win32-registry/commit/521f93af9e --- ext/win32/win32-registry.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"