We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents abc493f + 04f5778 commit 7b01b8aCopy full SHA for 7b01b8a
1 file changed
rake.gemspec
@@ -24,7 +24,8 @@ Rake has the following features:
24
s.homepage = "https://github.com/ruby/rake".freeze
25
s.licenses = ["MIT".freeze]
26
27
- s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
+ s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } -
28
+ %w[.rubocop.yml .travis.yml appveyor.yml]
29
s.bindir = "exe"
30
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
31
s.require_paths = ["lib".freeze]
0 commit comments