Created
March 22, 2012 15:44
Revisions
-
kungfoo created this gist
Mar 22, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ build_package_stdout_patch() { wget 'http://bugs.ruby-lang.org/attachments/download/1931/stdout-rouge-fix.patch' patch -p1 < stdout-rouge-fix.patch } require_gcc install_package "ruby-1.8.7-p358" "http://ftp.ruby-lang.org/pub/ruby/1.8/ruby-1.8.7-p358.tar.gz" stdout_patch standard install_package "rubygems-1.6.2" "http://production.cf.rubygems.org/rubygems/rubygems-1.6.2.tgz" ruby