Loading CHANGELOG.md +3 −0 Original line number Diff line number Diff line ## 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. Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20130129" RUBY_BUILD_VERSION="20130206" set -E exec 3<&2 # preserve original stderr at fd 3 Loading Loading
CHANGELOG.md +3 −0 Original line number Diff line number Diff line ## 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. Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20130129" RUBY_BUILD_VERSION="20130206" set -E exec 3<&2 # preserve original stderr at fd 3 Loading