Skip to content

Commit

Permalink
Merge pull request #317 from ruby/ignore-gitignore
Browse files Browse the repository at this point in the history
Removed gitignore from gemspec files.
  • Loading branch information
hsbt committed May 15, 2019
2 parents 1c22b49 + be62efb commit 6497ba4
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 6497ba4

Please sign in to comment.