This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[21:53:15] tmoore@tmoore-macbook-pro:~/Projects/thor (ruby-1.8.7-compat *=) $ rm Gemfile.lock | |
[21:53:22] tmoore@tmoore-macbook-pro:~/Projects/thor (ruby-1.8.7-compat *=) $ bundle env | |
Bundler 1.3.5 | |
Ruby 2.0.0 (2013-11-22 patchlevel 353) [x86_64-darwin13.0.2] | |
Rubygems 2.0.14 | |
GEM_HOME /Users/tmoore/Projects/thor/.gem/ruby/2.0.0 | |
GEM_PATH /Users/tmoore/Projects/thor/.gem/ruby/2.0.0:/Users/tmoore/.gem/ruby/2.0.0:/Users/tmoore/.rubies/ruby-2.0.0-p353/lib/ruby/gems/2.0.0 | |
Gemfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[22:36:12] tmoore@tmoore-macbook:~ (master $=) $ for i in {1..5}; do time curl -L https://bundler-api.herokuapp.com/specs.4.8.gz > /dev/null; done | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
0 0 0 0 0 0 0 0 --:--:-- 0:00:02 --:--:-- 0 | |
100 1412k 100 1412k 0 0 141k 0 0:00:10 0:00:10 --:--:-- 299k | |
real 0m10.106s | |
user 0m0.054s | |
sys 0m0.050s | |
% Total % Received % Xferd Average Speed Time Time Time Current |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10:20:24 Using /home/jenkins/.rvm/gems/ruby-1.9.3-p392 | |
10:20:24 Fetching from: http://rubygems.org/api/v1/dependencies | |
10:20:25 HTTP Success | |
10:20:25 Fetching gem metadata from http://rubygems.org/ | |
10:20:25 Query List: ["rake", "json", "nokogiri", "uuidtools", "aws-sdk", "builder", "coffee-script-source", "multi_json", "execjs", "coffee-script", "columnize", "debugger-ruby_core_source", "debugger-linecache", "debugger", "ffi", "term-ansicolor", "thor", "foreman", "growl", "guard", "guard-coffeescript", "sass", "guard-sass", "net-ping", "pg", "rb-fsevent", "spp_aws", "sqlite3"] | |
10:20:25 Query Gemcutter Dependency Endpoint API: rake,json,nokogiri,uuidtools,aws-sdk,builder,coffee-script-source,multi_json,execjs,coffee-script,columnize,debugger-ruby_core_source,debugger-linecache,debugger,ffi,term-ansicolor,thor,foreman,growl,guard,guard-coffeescript,sass,guard-sass,net-ping,pg,rb-fsevent,spp_aws,sqlite3 | |
10:20:25 Fetching from: http://rubygems.org/api/v1/dependencies?gems=rake,json,nokogiri,uuidtools,aws-sdk,buil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source 'https://rubygems.org' | |
gemspec |
NewerOlder