ruby-build 20130206

This commit is contained in:
Erik Michaels-Ober 2013-02-06 11:55:00 -08:00
parent 7baca3cce8
commit 97d67eb5b6
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
## Version History
#### 20130206
* Added a definition for 1.9.3-p385
#### 20130129
* Changed `rbenv install` to attempt to install the local app-specific
version when it is invoked without any arguments.

View file

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