ruby-build 20131030

This commit is contained in:
Mislav Marohnić 2013-10-30 02:45:06 +01:00
parent 7c8d92f708
commit cb33dc8f6a
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,6 @@
## Version History
#### 20131030
* Install the Rubinius bundle in isolation
* Fix false "BUILD FAILED" message when installing Rubinius
* Fix installing REE on OS X 10.8+ with no XQuartz

View file

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