Gemfile in faster_path-0.1.10 vs Gemfile in faster_path-0.1.11
- old
+ new
@@ -1,12 +1,15 @@
source 'https://rubygems.org' do
# Specify your gem's dependencies in faster_path.gemspec
gemspec
+ group :test do
+ gem 'coveralls', require: false
+ end
end
begin
# https://github.com/ruby/spec dependencies
-eval_gemfile File.expand_path('spec/ruby_spec/Gemfile', File.dirname(__FILE__))
+ eval_gemfile File.expand_path('spec/ruby_spec/Gemfile', File.dirname(__FILE__))
rescue
`git submodule update --init`
eval_gemfile File.expand_path('spec/ruby_spec/Gemfile', File.dirname(__FILE__))
end