1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/Gemfile
mlincoln e42902a266 Add SimpleCov and Coveralls.io dependenices
Add rake tasks for travis, which include publishing coverage reports.
2013-06-18 17:07:24 -05:00

8 lines
174 B
Ruby

source "https://rubygems.org"
group :development, :test do
# This is here because gemspec doesn't support require: false
gem 'coveralls', :require => false
end
gemspec