mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-01-01 14:44:48 +01:00
ruby-build 20140110.1
This commit is contained in:
parent
b9ac1b1d89
commit
9cd77be141
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue