Created
April 8, 2011 08:55
-
-
Save levicook/909518 to your computer and use it in GitHub Desktop.
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
levi@sosuke:~ | |
$ rvm install 1.9.2 | |
/Users/levi/.rvm/rubies/ruby-1.9.2-p136, this may take a while depending on your cpu(s)... | |
ruby-1.9.2-p136 - #fetching | |
ruby-1.9.2-p136 - #downloading ruby-1.9.2-p136, this may take a while depending on your connection... | |
% Total % Received % Xferd Average Speed Time Time Time Current | |
Dload Upload Total Spent Left Speed | |
100 8612k 100 8612k 0 0 59705 0 0:02:27 0:02:27 --:--:-- 30199 | |
ruby-1.9.2-p136 - #extracting ruby-1.9.2-p136 to /Users/levi/.rvm/src/ruby-1.9.2-p136 | |
ruby-1.9.2-p136 - #extracted to /Users/levi/.rvm/src/ruby-1.9.2-p136 | |
ruby-1.9.2-p136 - #configuring | |
ruby-1.9.2-p136 - #compiling | |
ruby-1.9.2-p136 - #installing | |
ruby-1.9.2-p136 - updating #rubygems for /Users/levi/.rvm/gems/ruby-1.9.2-p136@global | |
ruby-1.9.2-p136 - updating #rubygems for /Users/levi/.rvm/gems/ruby-1.9.2-p136 | |
ruby-1.9.2-p136 - adjusting #shebangs for (gem). | |
ruby-1.9.2-p136 - #importing default gemsets (/Users/levi/.rvm/gemsets/) | |
Install of ruby-1.9.2-p136 - #complete | |
levi@sosuke:~ | |
$ rvm use 1.9.2 | |
Using /Users/levi/.rvm/gems/ruby-1.9.2-p136 | |
levi@sosuke:~ | |
$ gem install goliath | |
Fetching: eventmachine-1.0.0.beta.3.gem (100%) | |
Building native extensions. This could take a while... | |
Fetching: em-synchrony-0.3.0.beta.1.gem (100%) | |
Fetching: http_parser.rb-0.5.1.gem (100%) | |
Building native extensions. This could take a while... | |
Fetching: log4r-1.1.9.gem (100%) | |
Fetching: rack-1.2.2.gem (100%) | |
Fetching: rack-contrib-1.1.0.gem (100%) | |
Fetching: rack-accept-media-types-0.9.gem (100%) | |
Fetching: rack-respond_to-0.9.8.gem (100%) | |
Fetching: async-rack-0.5.1.gem (100%) | |
Fetching: multi_json-0.0.5.gem (100%) | |
Fetching: goliath-0.9.0.gem (100%) | |
Successfully installed eventmachine-1.0.0.beta.3 | |
Successfully installed em-synchrony-0.3.0.beta.1 | |
Successfully installed http_parser.rb-0.5.1 | |
Successfully installed log4r-1.1.9 | |
Successfully installed rack-1.2.2 | |
Successfully installed rack-contrib-1.1.0 | |
Successfully installed rack-accept-media-types-0.9 | |
Successfully installed rack-respond_to-0.9.8 | |
Successfully installed async-rack-0.5.1 | |
Successfully installed multi_json-0.0.5 | |
Successfully installed goliath-0.9.0 | |
11 gems installed | |
levi@sosuke:~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment