Created
November 2, 2012 19:37
-
-
Save soulcutter/4003852 to your computer and use it in GitHub Desktop.
Installing savon under jruby 1.6.3
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
➜ ~ rvm install jruby-1.6.3 | |
jruby-1.6.3 - #downloading jruby-bin-1.6.3, 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 14.7M 100 14.7M 0 0 459k 0 0:00:32 0:00:32 --:--:-- 410k | |
jruby-1.6.3 - #extracting jruby-bin-1.6.3 to /Users/brschaefer/.rvm/src/jruby-1.6.3 | |
jruby-1.6.3 - #extracted to /Users/brschaefer/.rvm/src/jruby-1.6.3 | |
Building Nailgun | |
jruby-1.6.3 - #installing to /Users/brschaefer/.rvm/rubies/jruby-1.6.3 | |
jruby-1.6.3 - adjusting #shebangs for (jrubyc jirb_swing jirb jgem rdoc ri spec autospec testrb ast generate_yaml_index.rb). | |
jruby-1.6.3 - #importing default gemsets (/Users/brschaefer/.rvm/gemsets/) | |
Copying across included gems | |
➜ ~ rvm use jruby-1.6.3@temp --create | |
Using /Users/brschaefer/.rvm/gems/jruby-1.6.3 with gemset temp | |
Running /Users/brschaefer/.rvm/hooks/after_use | |
➜ ~ jruby -S gem install savon | |
Fetching: nori-1.1.3.gem (100%) | |
Fetching: rack-1.4.1.gem (100%) | |
Fetching: httpi-1.1.1.gem (100%) | |
Fetching: nokogiri-1.5.5-java.gem (100%) | |
Fetching: wasabi-2.5.1.gem (100%) | |
Fetching: builder-3.1.4.gem (100%) | |
Fetching: gyoku-0.4.6.gem (100%) | |
Fetching: akami-1.2.0.gem (100%) | |
Fetching: savon-1.2.0.gem (100%) | |
Successfully installed nori-1.1.3 | |
Successfully installed rack-1.4.1 | |
Successfully installed httpi-1.1.1 | |
Successfully installed nokogiri-1.5.5-java | |
Successfully installed wasabi-2.5.1 | |
Successfully installed builder-3.1.4 | |
Successfully installed gyoku-0.4.6 | |
Successfully installed akami-1.2.0 | |
Successfully installed savon-1.2.0 | |
9 gems installed | |
➜ ~ jruby -v | |
jruby 1.6.3 (ruby-1.8.7-p330) (2011-07-07 965162f) (Java HotSpot(TM) 64-Bit Server VM 1.7.0_07) [darwin-x86_64-java] | |
➜ ~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment