Skip to content

Instantly share code, notes, and snippets.

@samflores
Created December 24, 2011 12:08
Show Gist options
  • Save samflores/1517223 to your computer and use it in GitHub Desktop.
Save samflores/1517223 to your computer and use it in GitHub Desktop.
[~]% echo $RBXOPT
-Xrbc.db=/Users/samflores/.rbc -X19
[~]% ruby --version
rubinius 2.0.0dev (1.9.3 e72fec95 yyyy-mm-dd JI) [x86_64-apple-darwin11.2.0]
[~]% gem --version
1.8.10
[~]% gem i bundler --pre
Successfully installed bundler-1.1.rc.6
1 gem installed
[~]% gem i padrino
Successfully installed tilt-1.3.3
Successfully installed rack-1.3.5
Successfully installed rack-protection-1.1.4
Successfully installed sinatra-1.3.1
Successfully installed url_mount-0.2.1
Successfully installed http_router-0.10.2
Successfully installed thor-0.14.6
Successfully installed multi_json-1.0.4
Successfully installed activesupport-3.1.3
Successfully installed padrino-core-0.10.5
Successfully installed i18n-0.6.0
Successfully installed padrino-helpers-0.10.5
Successfully installed mime-types-1.17.2
Successfully installed polyglot-0.3.3
Successfully installed treetop-1.4.10
Successfully installed mail-2.3.0
Successfully installed padrino-mailer-0.10.5
Successfully installed diff-lcs-1.1.3
Successfully installed grit-2.4.1
Successfully installed padrino-gen-0.10.5
Successfully installed padrino-cache-0.10.5
Successfully installed padrino-admin-0.10.5
Successfully installed padrino-0.10.5
23 gems installed
[~]% cd into/a/bundler/powered/project
[project]% bundle install
Fetching gem metadata from http://rubygems.org/.........
Installing rake (0.9.2.2) Invalid gemspec in [/Users/samflores/.rbenv/versions/rbx-2.0.0-dev/1.9/specifications/rake-0.9.2.2.gemspec]: Illformed requirement ["[\">=\", #<Gem::Version \"1.3.2\">] "]
Using multi_json (1.0.4)
Using activesupport (3.1.3)
Using bundler (1.1.rc.6)
Using diff-lcs (1.1.3)
Using mime-types (1.17.2)
Using grit (2.4.1)
Installing haml (3.1.4) Invalid gemspec in [/Users/samflores/.rbenv/versions/rbx-2.0.0-dev/1.9/specifications/haml-3.1.4.gemspec]: Illformed requirement ["[\">=\", #<Gem::Version \"0\">] "]
Invalid gemspec in [/Users/samflores/.rbenv/versions/rbx-2.0.0-dev/1.9/specifications/rake-0.9.2.2.gemspec]: Illformed requirement ["[\">=\", #<Gem::Version \"1.3.2\">] "]
Using rack (1.3.5)
Using url_mount (0.2.1)
Using http_router (0.10.2)
Using i18n (0.6.0)
Using polyglot (0.3.3)
Using treetop (1.4.10)
Using mail (2.3.0)
Using rack-protection (1.1.4)
Using tilt (1.3.3)
Using sinatra (1.3.1)
Using thor (0.14.6)
Using padrino-core (0.10.5)
Using padrino-helpers (0.10.5)
Using padrino-admin (0.10.5)
Using padrino-cache (0.10.5)
Using padrino-gen (0.10.5)
Using padrino-mailer (0.10.5)
Using padrino (0.10.5)
Installing sinatra-flash (0.3.0) Invalid gemspec in [/Users/samflores/.rbenv/versions/rbx-2.0.0-dev/1.9/specifications/haml-3.1.4.gemspec]: Illformed requirement ["[\">=\", #<Gem::Version \"0\">] "]
Invalid gemspec in [/Users/samflores/.rbenv/versions/rbx-2.0.0-dev/1.9/specifications/rake-0.9.2.2.gemspec]: Illformed requirement ["[\">=\", #<Gem::Version \"1.3.2\">] "]
Invalid gemspec in [/Users/samflores/.rbenv/versions/rbx-2.0.0-dev/1.9/specifications/sinatra-flash-0.3.0.gemspec]: Illformed requirement ["[\">=\", #<Gem::Version \"0\">] "]
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment