Skip to content

Commit

Permalink
Remove the Rakefile from the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
scotdalton committed Nov 20, 2014
1 parent 2bb7127 commit b6c1482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coveralls-cobertura.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.description = "Covert Cobertura XML to Coveralls source files payload"
s.license = 'MIT'

s.files = Dir['lib/**/*'] + ['MIT-LICENSE', 'Rakefile', 'README.md']
s.files = Dir['lib/**/*'] + ['MIT-LICENSE', 'README.md']
s.test_files = Dir['spec/**/*']

s.add_dependency 'require_all', '~> 1.3.0'
Expand Down

0 comments on commit b6c1482

Please sign in to comment.