Loading CHANGELOG.md +7 −0 Original line number Diff line number Diff line ## Version History #### 20130501 * Cache git clone directory * Restore -O3 default when building with clang * Build REE --without-tk on Darwin if X11 is missing * Pass $RUBY_CONFIGURE_OPTS to REE installer with -c * Default RBENV_VERSION to the globally-specified Ruby #### 20130408 * Added a definition for jruby-1.7.4-dev * Added a definition for mruby-dev Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20130408" RUBY_BUILD_VERSION="20130501" set -E exec 3<&2 # preserve original stderr at fd 3 Loading Loading
CHANGELOG.md +7 −0 Original line number Diff line number Diff line ## Version History #### 20130501 * Cache git clone directory * Restore -O3 default when building with clang * Build REE --without-tk on Darwin if X11 is missing * Pass $RUBY_CONFIGURE_OPTS to REE installer with -c * Default RBENV_VERSION to the globally-specified Ruby #### 20130408 * Added a definition for jruby-1.7.4-dev * Added a definition for mruby-dev Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20130408" RUBY_BUILD_VERSION="20130501" set -E exec 3<&2 # preserve original stderr at fd 3 Loading