Commit 9f8d5336 authored by Erik Michaels-Ober's avatar Erik Michaels-Ober
Browse files

ruby-build 20130501

parent 2f8dcafb
Loading
Loading
Loading
Loading
+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
+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