We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86569b4 + a48ae63 commit b86f895Copy full SHA for b86f895
codeclimate.gemspec
@@ -14,6 +14,7 @@ Gem::Specification.new do |s|
14
s.files = Dir["lib/**/*.rb"] + Dir["bin/*"] + Dir["config/*"]
15
s.require_paths = ["lib"]
16
s.bindir = "bin"
17
+ s.executables = %w(check codeclimate)
18
19
s.add_dependency "activesupport", "~> 4.2", ">= 4.2.1"
20
s.add_dependency "tty-spinner", "~> 0.1.0"
0 commit comments