ruby-build 20131115

This commit is contained in:
Erik Michaels-Ober 2013-11-15 16:05:55 +02:00
parent 5b263ef553
commit 49c1070495
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
## Version History
#### 20131115
* Added a definition for JRuby 1.7.7
* Added a definition for JRuby 1.7.8
#### 20131030
* Install the Rubinius bundle in isolation
* Fix false "BUILD FAILED" message when installing Rubinius

View file

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