mirror of
https://github.com/rbenv/ruby-build.git
synced 2025-09-17 06:31:18 +02:00
ruby-build 20130206
This commit is contained in:
parent
7baca3cce8
commit
97d67eb5b6
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
## Version History
|
## Version History
|
||||||
|
|
||||||
|
#### 20130206
|
||||||
|
* Added a definition for 1.9.3-p385
|
||||||
|
|
||||||
#### 20130129
|
#### 20130129
|
||||||
* Changed `rbenv install` to attempt to install the local app-specific
|
* Changed `rbenv install` to attempt to install the local app-specific
|
||||||
version when it is invoked without any arguments.
|
version when it is invoked without any arguments.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
RUBY_BUILD_VERSION="20130129"
|
RUBY_BUILD_VERSION="20130206"
|
||||||
|
|
||||||
set -E
|
set -E
|
||||||
exec 3<&2 # preserve original stderr at fd 3
|
exec 3<&2 # preserve original stderr at fd 3
|
||||||
|
|
Loading…
Reference in a new issue