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