Created
June 21, 2011 20:29
-
-
Save dstrelau/1038814 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 :rubygems | |
gem 'goliath', :git => 'git://github.com/postrank-labs/goliath.git' |
This file contains hidden or 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
$ bundle --version | |
Bundler version 1.1.pre.5 | |
$ bundle --verbose | |
Updating git://github.com/postrank-labs/goliath.git | |
Fetching dependency information from the API at http://rubygems.org/Query List: ["goliath"] | |
Query Gemcutter Dependency Endpoint API: goliath | |
Fetching from: http://rubygems.org/api/v1/dependencies?gems=goliath | |
HTTP Success | |
.Query List: ["multi_json", "async-rack", "rack-respond_to", "rack-contrib", "rack", "log4r", "http_parser.rb", "em-synchrony", "eventmachine"] | |
Query Gemcutter Dependency Endpoint API: multi_json async-rack rack-respond_to rack-contrib rack log4r http_parser.rb em-synchrony eventmachine | |
Fetching from: http://rubygems.org/api/v1/dependencies?gems=multi_json,async-rack,rack-respond_to,rack-contrib,rack,log4r,http_parser.rb,em-synchrony,eventmachine | |
HTTP Success | |
.Query List: ["rack-accept-media-types", "test-spec"] | |
Query Gemcutter Dependency Endpoint API: rack-accept-media-types test-spec | |
Fetching from: http://rubygems.org/api/v1/dependencies?gems=rack-accept-media-types,test-spec | |
HTTP Success | |
.Query List: ["mocha", "flexmock"] | |
Query Gemcutter Dependency Endpoint API: mocha flexmock | |
Fetching from: http://rubygems.org/api/v1/dependencies?gems=mocha,flexmock | |
HTTP Success | |
.Query List: ["rake"] | |
Query Gemcutter Dependency Endpoint API: rake | |
Fetching from: http://rubygems.org/api/v1/dependencies?gems=rake | |
HTTP Success | |
.Query List: [] | |
Could not find gem 'http_router (~> 0.8.9)', required by 'goliath', in any of the sources | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/resolver.rb:129:in `block in resolve' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/resolver.rb:127:in `catch' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/resolver.rb:127:in `resolve' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/definition.rb:155:in `resolve' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/definition.rb:90:in `specs' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/definition.rb:85:in `resolve_remotely!' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/installer.rb:47:in `run' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/installer.rb:12:in `install' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/cli.rb:213:in `install' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/vendor/thor/task.rb:22:in `run' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/vendor/thor/invocation.rb:118:in `invoke_task' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/vendor/thor.rb:246:in `dispatch' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/lib/bundler/vendor/thor/base.rb:389:in `start' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/gems/bundler-1.1.pre.5/bin/bundle:13:in `<top (required)>' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/bin/bundle:19:in `load' | |
/Users/dstrelau/.rvm/gems/ruby-1.9.2-p180@yardstick2/bin/bundle:19:in `<main>' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment