codacy-coverage.gemspec in codacy-coverage-2.1.0 vs codacy-coverage.gemspec in codacy-coverage-2.1.4

- old
+ new

@@ -8,10 +8,10 @@ gem.summary = "Post code coverage results to Codacy." gem.homepage = "https://www.codacy.com" gem.license = "MIT" gem.files = `git ls-files`.split($\) - gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } + gem.executables = ["codacy_final_reporter"] gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "codacy-coverage" gem.require_paths = ["lib"] gem.version = ENV['PUBLISH_VERSION'] || '1.0.dev'.freeze