Loading CHANGELOG.md +7 −0 Original line number Diff line number Diff line ## Version History #### 20131225 * Add Ruby 2.2.0-dev * Add Ruby 2.1.0-p0 * Update Ruby 2.1.0-dev git branch * Add Ruby 1.9.2-p326 * Add Ruby 1.8.7-p375 #### 20131220.1 * Fix JRuby installation on non-BSD systems Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20131220.1" RUBY_BUILD_VERSION="20131225" set -E exec 3<&2 # preserve original stderr at fd 3 Loading Loading
CHANGELOG.md +7 −0 Original line number Diff line number Diff line ## Version History #### 20131225 * Add Ruby 2.2.0-dev * Add Ruby 2.1.0-p0 * Update Ruby 2.1.0-dev git branch * Add Ruby 1.9.2-p326 * Add Ruby 1.8.7-p375 #### 20131220.1 * Fix JRuby installation on non-BSD systems Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20131220.1" RUBY_BUILD_VERSION="20131225" set -E exec 3<&2 # preserve original stderr at fd 3 Loading