Commit 8f6cefcf authored by Fabio Pelosin's avatar Fabio Pelosin

[Gemfile] Use coveralls from rubygems

parent f7ac9737
...@@ -18,7 +18,7 @@ group :development do ...@@ -18,7 +18,7 @@ group :development do
gem "mocha-on-bacon" gem "mocha-on-bacon"
gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master' gem 'prettybacon', :git => 'https://github.com/irrationalfab/PrettyBacon.git', :branch => 'master'
gem "rake" gem "rake"
gem 'coveralls', :require => false, :git => 'https://github.com/lemurheavy/coveralls-ruby.git' gem 'coveralls', :require => false
# Explicitly add this, otherwise it might sometimes be missing: # Explicitly add this, otherwise it might sometimes be missing:
# https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23. # https://github.com/lemurheavy/coveralls-ruby/blob/master/coveralls-ruby.gemspec#L23.
gem 'simplecov' gem 'simplecov'
......
...@@ -7,7 +7,7 @@ GIT ...@@ -7,7 +7,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Core.git remote: https://github.com/CocoaPods/Core.git
revision: 24b9357066e2d174d5e066de78b82e57b94a593a revision: 49b1d82ff9fccc5cd10db9ddec71658c90686f23
branch: master branch: master
specs: specs:
cocoapods-core (0.25.0) cocoapods-core (0.25.0)
...@@ -17,7 +17,7 @@ GIT ...@@ -17,7 +17,7 @@ GIT
GIT GIT
remote: https://github.com/CocoaPods/Xcodeproj.git remote: https://github.com/CocoaPods/Xcodeproj.git
revision: 12c03cded738b149371e0aecc344d4436061c38c revision: 0f41aaf98dc8c595561338023caf08ee7f0758be
branch: master branch: master
specs: specs:
xcodeproj (0.11.1) xcodeproj (0.11.1)
...@@ -47,17 +47,6 @@ GIT ...@@ -47,17 +47,6 @@ GIT
prettybacon (0.0.1) prettybacon (0.0.1)
bacon (~> 1.2) bacon (~> 1.2)
GIT
remote: https://github.com/lemurheavy/coveralls-ruby.git
revision: b1a5dcc23a4a9cb02a6a1560c63861d102530cd9
specs:
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
PATH PATH
remote: . remote: .
specs: specs:
...@@ -82,6 +71,12 @@ GEM ...@@ -82,6 +71,12 @@ GEM
bacon (1.2.0) bacon (1.2.0)
coderay (1.0.9) coderay (1.0.9)
colored (1.2) colored (1.2)
coveralls (0.7.0)
multi_json (~> 1.3)
rest-client
simplecov (>= 0.7)
term-ansicolor
thor
diffy (3.0.1) diffy (3.0.1)
escape (0.0.4) escape (0.0.4)
ffi (1.9.0) ffi (1.9.0)
...@@ -142,7 +137,7 @@ DEPENDENCIES ...@@ -142,7 +137,7 @@ DEPENDENCIES
cocoapods! cocoapods!
cocoapods-core! cocoapods-core!
cocoapods-downloader! cocoapods-downloader!
coveralls! coveralls
diffy diffy
github-markup github-markup
kicker! kicker!
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment