add coveralls to gemfile and add bin folder to git

This commit is contained in:
Petr Korolev
2015-03-27 01:18:44 +02:00
parent 1494fcdd8f
commit 6350cdf39c
20 changed files with 319 additions and 0 deletions
+1
View File
@@ -8,4 +8,5 @@ gem 'colorize'
group :test do
gem 'rspec'
gem 'rubocop'
gem 'coveralls', require: false
end