add coveralls to gemfile

This commit is contained in:
maul.esel
2013-09-12 21:19:30 +02:00
parent c38220f45c
commit 699627e708

View File

@@ -1,2 +1,6 @@
source 'https://rubygems.org'
gemspec
if RUBY_VERSION > '1.9'
gem 'coveralls', :require => false
end