Skip to content

Instantly share code, notes, and snippets.

@bbrowning
Created October 12, 2010 20:48
Show Gist options
  • Select an option

  • Save bbrowning/622890 to your computer and use it in GitHub Desktop.

Select an option

Save bbrowning/622890 to your computer and use it in GitHub Desktop.
bbrowning@bbrowning-mbp:~/src/steamcannon(bundler)$ jruby -S bundle install
Fetching source index for http://rubygems.org/
Using rake (0.8.7)
Using aasm (2.1.5)
Using activesupport (2.3.8)
Using rack (1.1.0)
Using actionpack (2.3.8)
Using actionmailer (2.3.8)
Using activerecord (2.3.8)
Using activeresource (2.3.8)
Using authlogic (2.1.5)
Using awesome_print (0.2.1)
Using http_connection (1.3.1)
Using uuidtools (2.1.1)
Using xml-simple (1.0.12)
Using aws (2.3.21)
Using haml (3.0.15)
Using compass (0.10.2)
Using factory_girl (1.3.2)
Using json (1.4.6)
Using mime-types (1.16)
Using nokogiri (1.5.0.beta.2)
Using paperclip (2.3.3)
Using proxies (0.2.1)
Using rails (2.3.8)
Using rcov (0.9.8)
Using rest-client (1.6.1)
Using rspec (1.3.0)
Using rspec-rails (1.3.2)
Using s3 (0.3.4)
Using shoulda (2.11.3)
Using simple-navigation (2.6.0)
Using steamcannon-deltacloud-client (0.0.9.7.2)
Using bundler (1.0.0)
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Your bundle was installed to `/Users/bbrowning/src/torquebox/assemblage/assembly/target/stage/torquebox-1.0.0.Beta22-SNAPSHOT/jruby/lib/ruby/gems/1.8`
bbrowning@bbrowning-mbp:~/src/steamcannon(bundler)$ jruby -S rake
(in /Users/bbrowning/src/steamcannon)
rake aborted!
no such file to load -- torquebox/tasks
/Users/bbrowning/src/steamcannon/Rakefile:10
(See full trace by running task with --trace)
bbrowning@bbrowning-mbp:~/src/steamcannon(bundler)$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment