add coveralls to gemfile

This commit is contained in:
maul.esel 2013-09-12 21:19:30 +02:00
parent c38220f45c
commit 699627e708
1 changed files with 4 additions and 0 deletions

View File

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