Commit cb33dc8f authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

ruby-build 20131030

parent 7c8d92f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
## 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
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20131028"
RUBY_BUILD_VERSION="20131030"

set -E
exec 3<&2 # preserve original stderr at fd 3