neopoly/bound

View on GitHub
Gemfile

Summary

Maintainability
Test Coverage
source 'https://rubygems.org'

# Specify your gem's dependencies in bound.gemspec
gemspec

if ENV['CODECLIMATE_REPO_TOKEN']
  gem "codeclimate-test-reporter", "~> 1.0.0", :group => :test
end