Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line ## Version History #### 20140225 * Add JRuby 1.7.10 * Add support for JRuby 9000 bundled with the Graal VM #### 20140224.1 * Add Ruby 2.0.0-p451 * Add Ruby 2.1.1 Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20140224.1" RUBY_BUILD_VERSION="20140225" set -E exec 3<&2 # preserve original stderr at fd 3 Loading Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line ## Version History #### 20140225 * Add JRuby 1.7.10 * Add support for JRuby 9000 bundled with the Graal VM #### 20140224.1 * Add Ruby 2.0.0-p451 * Add Ruby 2.1.1 Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20140224.1" RUBY_BUILD_VERSION="20140225" set -E exec 3<&2 # preserve original stderr at fd 3 Loading