From b6c148216576ca159730a211ac0e37661c7d1a7f Mon Sep 17 00:00:00 2001 From: Scot Dalton Date: Thu, 20 Nov 2014 13:45:52 -0500 Subject: [PATCH] Remove the Rakefile from the gemspec --- coveralls-cobertura.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coveralls-cobertura.gemspec b/coveralls-cobertura.gemspec index 7692903..5ab1026 100644 --- a/coveralls-cobertura.gemspec +++ b/coveralls-cobertura.gemspec @@ -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'