Loading README.md +3 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,9 @@ include the full build log for build failures. ## Version History #### 20121201 * Added a definition for Ruby 2.0.0-preview2 #### 20121120 * Added optional package checksum support. When a package URL is annotated with an MD5 checksum, ruby-build will use it to verify Loading bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20121120" RUBY_BUILD_VERSION="20121201" set -E exec 3<&2 # preserve original stderr at fd 3 Loading Loading
README.md +3 −0 Original line number Diff line number Diff line Loading @@ -202,6 +202,9 @@ include the full build log for build failures. ## Version History #### 20121201 * Added a definition for Ruby 2.0.0-preview2 #### 20121120 * Added optional package checksum support. When a package URL is annotated with an MD5 checksum, ruby-build will use it to verify Loading
bin/ruby-build +1 −1 Original line number Diff line number Diff line #!/usr/bin/env bash RUBY_BUILD_VERSION="20121120" RUBY_BUILD_VERSION="20121201" set -E exec 3<&2 # preserve original stderr at fd 3 Loading