Loading CHANGELOG.md +1 −1 Original line number Diff line number Diff line ## Version History #### (no release) #### 20140405 * Avoid sed with extended regexp * Add `rbenv install --skip-existing <VERSION>` option * Avoid re-downloading if there's a valid tarball in build location Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20140225" RUBY_BUILD_VERSION="20140405" set -E exec 3<&2 # preserve original stderr at fd 3 Loading Loading
CHANGELOG.md +1 −1 Original line number Diff line number Diff line ## Version History #### (no release) #### 20140405 * Avoid sed with extended regexp * Add `rbenv install --skip-existing <VERSION>` option * Avoid re-downloading if there's a valid tarball in build location Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20140225" RUBY_BUILD_VERSION="20140405" set -E exec 3<&2 # preserve original stderr at fd 3 Loading