ruby-build 20130501

This commit is contained in:
Erik Michaels-Ober 2013-05-01 07:38:43 -07:00
parent 2f8dcafb0e
commit 9f8d53365a
2 changed files with 8 additions and 1 deletions

View file

@ -1,5 +1,12 @@
## 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

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
RUBY_BUILD_VERSION="20130408"
RUBY_BUILD_VERSION="20130501"
set -E
exec 3<&2 # preserve original stderr at fd 3