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.
1 parent 0b409f1 commit 521f93aCopy full SHA for 521f93a
win32-registry.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
18
spec.files = Dir.chdir(__dir__) do
19
`git ls-files -z`.split("\x0").reject do |f|
20
(File.expand_path(f) == __FILE__) ||
21
- 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])
22
end
23
24
spec.bindir = "exe"
0 commit comments