Created
November 23, 2010 00:14
-
-
Save zenom/710996 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
gondwana master / $ rvm info | |
ree-1.8.7-head@gondwana: | |
system: | |
uname: "Darwin mbp.local 10.5.0 Darwin Kernel Version 10.5.0: Fri Nov 5 23:20:39 PDT 2010; root:xnu-1504.9.17~1/RELEASE_I386 i386" | |
bash: "/bin/bash => GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" | |
zsh: "/usr/local/bin/zsh => zsh 4.3.10 (i386-apple-darwin10.4.0)" | |
rvm: | |
version: "rvm 1.1.0 by Wayne E. Seguin ([email protected]) [http://rvm.beginrescueend.com/]" | |
ruby: | |
interpreter: "ruby" | |
version: "1.8.7" | |
date: "2009-06-12" | |
platform: "i686-darwin10.4.0" | |
patchlevel: "2009-06-12 patchlevel 174" | |
full_version: "ruby 1.8.7 (2009-06-12 patchlevel 174) [i686-darwin10.4.0]" | |
homes: | |
gem: "/Users/andy/.rvm/gems/ree-1.8.7-head@gondwana" | |
ruby: "/Users/andy/.rvm/rubies/ree-1.8.7-head" | |
binaries: | |
ruby: "/Users/andy/.rvm/rubies/ree-1.8.7-head/bin/ruby" | |
irb: "/Users/andy/.rvm/rubies/ree-1.8.7-head/bin/irb" | |
gem: "/Users/andy/.rvm/rubies/ree-1.8.7-head/bin/gem" | |
rake: "/Users/andy/.rvm/gems/ree-1.8.7-head@global/bin/rake" | |
environment: | |
PATH: "/Users/andy/.rvm/gems/ree-1.8.7-head@gondwana/bin:/Users/andy/.rvm/gems/ree-1.8.7-head@global/bin:/Users/andy/.rvm/rubies/ree-1.8.7-head/bin:/Users/andy/.rvm/bin:~/bin:~/.bin:~/.dotfiles/bin:/usr/local/homebrew/bin:/usr/local/bin:/usr/local/sbin:/usr/local/mysql/bin:/usr/local/git/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin" | |
GEM_HOME: "/Users/andy/.rvm/gems/ree-1.8.7-head@gondwana" | |
GEM_PATH: "/Users/andy/.rvm/gems/ree-1.8.7-head@gondwana:/Users/andy/.rvm/gems/ree-1.8.7-head@global" | |
MY_RUBY_HOME: "/Users/andy/.rvm/rubies/ree-1.8.7-head" | |
IRBRC: "/Users/andy/.rvm/rubies/ree-1.8.7-head/.irbrc" | |
RUBYOPT: "" | |
gemset: "gondwana" |
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
gondwana master / $ bundle install | |
Using rake (0.8.7) | |
Using abstract (1.0.0) | |
Using activesupport (3.0.1) | |
Using builder (2.1.2) | |
....... | |
Using where (0.0.1) | |
Using wirble (0.1.3) | |
Using yajl-ruby (0.7.8) | |
Using yard (0.6.2) | |
Your bundle is complete! It was installed into /Users/andy/.rvm/gems/ree-1.8.7-head@mmawrapup | |
gondwana master / $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment