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.
2 parents 8d3c549 + 1fec8e2 commit 3137211Copy full SHA for 3137211
rake.gemspec
@@ -30,7 +30,7 @@ Rake has the following features:
30
"source_code_uri" => "https://github.com/ruby/rake/tree/v#{s.version}",
31
}
32
33
- s.files = %x[git ls-files -z].split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } -
+ s.files = %x[git ls-files -z].split("\x0").reject { |f| f.match(%r{^(test|spec|features|\.github)/}) } -
34
%w[.rubocop.yml .gitignore .travis.yml appveyor.yml]
35
s.bindir = "exe"
36
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
0 commit comments