Skip to content

Instantly share code, notes, and snippets.

@taylor
Created November 1, 2011 17:07
Show Gist options
  • Select an option

  • Save taylor/1331200 to your computer and use it in GitHub Desktop.

Select an option

Save taylor/1331200 to your computer and use it in GitHub Desktop.
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)
@taylor

taylor commented Nov 1, 2011

Copy link
Copy Markdown
Author

nokogiri build

cd ../nokogiri
rvm use ruby-1.9.2@mojolingo
rake generate
rvm use jruby-1.6.4@mojolingo
gem build nokogiri.gemspec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment