ruby-build 20131211

This commit is contained in:
Mislav Marohnić 2013-12-12 00:41:19 +01:00
parent 00d851afbb
commit 57cb1e98c6
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
## Version History
#### 20131211
* Fix extracting topaz-dev archive
* Auto-detect and link to Homebrew's readline
* Fix irb, rake, rdoc, ri for rbx-2.2.1
#### 20131206
* Added a definition for JRuby 1.7.9

View file

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