Skip to content

Commit

Permalink
Removed gitignore from gemspec files.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 15, 2019
1 parent 1c22b49 commit be62efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rake.gemspec
Expand Up @@ -24,7 +24,7 @@ Rake has the following features:
s.licenses = ["MIT".freeze]

s.files = %x[git ls-files -z].split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } -
%w[.rubocop.yml .travis.yml appveyor.yml]
%w[.rubocop.yml .gitignore .travis.yml appveyor.yml]
s.bindir = "exe"
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }
s.require_paths = ["lib".freeze]
Expand Down

0 comments on commit be62efb

Please sign in to comment.