Created
November 1, 2011 17:07
-
-
Save taylor/1331200 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
| jruby-1.6.4 taylor@lindqvist:(30450/0) ~/work/mojolingo/src/niceogiri | |
| $> rvm gemset create mojolingo | |
| 'mojolingo' gemset created (/Users/taylor/sw/depot/rvm/gems/jruby-1.6.4@mojolingo). | |
| $> rvm use jruby-1.6.4@mojolingo | |
| Using /Users/taylor/sw/depot/rvm/gems/jruby-1.6.4 with gemset mojolingo | |
| jruby-1.6.4@mojolingo taylor@lindqvist:(30463/0) ~/work/mojolingo/src/niceogiri | |
| $> gem list | |
| *** LOCAL GEMS *** | |
| bouncy-castle-java (1.5.0146.1) | |
| gem-ctags (1.0.2) | |
| jruby-launcher (1.0.8 java) | |
| jruby-openssl (0.7.4) | |
| rake (0.8.7) |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nokogiri build
cd ../nokogiri
rvm use ruby-1.9.2@mojolingo
rake generate
rvm use jruby-1.6.4@mojolingo
gem build nokogiri.gemspec