Loading versions/ree-1.8.7-2011.03 0 → 100644 +11 −0 Original line number Diff line number Diff line build_package_ree_installer() { local options="" if [[ "Darwin" = "$(uname)" ]]; then options="--no-tcmalloc" fi { ./installer --auto "$PREFIX_PATH" $options } >$LOG_PATH 2>&1 } install_package "ruby-enterprise-1.8.7-2011.03" "http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz" ree_installer Loading
versions/ree-1.8.7-2011.03 0 → 100644 +11 −0 Original line number Diff line number Diff line build_package_ree_installer() { local options="" if [[ "Darwin" = "$(uname)" ]]; then options="--no-tcmalloc" fi { ./installer --auto "$PREFIX_PATH" $options } >$LOG_PATH 2>&1 } install_package "ruby-enterprise-1.8.7-2011.03" "http://rubyenterpriseedition.googlecode.com/files/ruby-enterprise-1.8.7-2011.03.tar.gz" ree_installer