mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-10-22 13:50:33 +02:00
ruby-build 20131115
This commit is contained in:
parent
5b263ef553
commit
49c1070495
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue