2018-01-14 19:56:20 -05:00
|
|
|
require File.expand_path("on_what", File.dirname(__FILE__))
|
|
|
|
source "https://rubygems.org"
|
2011-12-06 13:51:56 -05:00
|
|
|
|
2015-06-24 16:00:41 -04:00
|
|
|
# Travis-only dependencies go here
|
2018-01-12 12:49:57 -05:00
|
|
|
if on_travis? && !on_1_8? && !on_rubinius?
|
2015-06-24 16:12:54 -04:00
|
|
|
group :test do
|
2018-01-14 19:56:20 -05:00
|
|
|
gem "codecov", ">= 0.0.9", :require => false
|
2015-06-24 16:12:54 -04:00
|
|
|
end
|
2015-06-24 16:00:41 -04:00
|
|
|
end
|
|
|
|
|
2012-10-29 15:52:57 -04:00
|
|
|
# Specify gem's dependencies in docile.gemspec
|
2011-12-06 13:51:56 -05:00
|
|
|
gemspec
|