We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c22b49 commit be62efbCopy full SHA for be62efb
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