mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-09 17:31:14 +02:00
ruby-build 20131211
This commit is contained in:
parent
00d851afbb
commit
57cb1e98c6
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue