Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
It appears that the
codeclimategem can be installed from rubygems.org. Once the gem is installed the codeclimate exe isn't available.The change in this PR adds
bin/codeclimateto the list of executables in the gemspec. This would allow direct usage of the ruby CLI.