Created
February 14, 2012 22:15
-
-
Save mediafinger/1830994 to your computer and use it in GitHub Desktop.
There are some nice performance patches for Ruby 1.9.3-p0 and some scripts to install them for rbenv and rvm. As I am using rbfu (by @hmans), I adapted the rbenv script a bit.
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
VERSION="1.9.3-p0" | |
curl https://raw.github.com/gist/1688857/2-$VERSION-patched.sh > /tmp/$VERSION-patch | |
ruby-build /tmp/$VERSION-patch $HOME/.rbfu/rubies/1.9-patch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment