ruby-build 20140110.1

This commit is contained in:
Erik Michaels-Ober 2014-01-09 22:03:06 +01:00
parent b9ac1b1d89
commit 9cd77be141
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
## Version History
#### 20140110.1
* Fix bug in JRuby 1.7.10 definition
#### 20140110
* Add JRuby 1.7.10
* Add Rubinius 2.2.2

View file

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