Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit bdd5b37

Browse files
committed
Merge pull request #46 from codeclimate/ps-gem-cleanup
Cleanup gem specifications
2 parents f65eaa5 + 782c881 commit bdd5b37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

codeclimate-services.gemspec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@ Gem::Specification.new do |spec|
1414
spec.license = "MIT"
1515

1616
spec.files = `git ls-files`.split($/)
17-
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
1817
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
1918
spec.require_paths = ["lib"]
2019

2120
spec.add_dependency "faraday", "0.8.8"
2221
spec.add_dependency "virtus", "1.0.0"
2322
spec.add_dependency "nokogiri", "~> 1.6.0"
2423
spec.add_dependency "activemodel", "~> 3.0"
25-
spec.add_development_dependency "bundler", "~> 1.6.2"
24+
spec.add_development_dependency "bundler", ">= 1.6.2"
2625
spec.add_development_dependency "rake"
2726
end

0 commit comments

Comments
 (0)