We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c34d7 commit e4788ccCopy full SHA for e4788cc
README.md
@@ -202,6 +202,9 @@ include the full build log for build failures.
202
203
## Version History
204
205
+#### 20121201
206
+* Added a definition for Ruby 2.0.0-preview2
207
+
208
#### 20121120
209
* Added optional package checksum support. When a package URL is
210
annotated with an MD5 checksum, ruby-build will use it to verify
bin/ruby-build
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-RUBY_BUILD_VERSION="20121120"
+RUBY_BUILD_VERSION="20121201"
4
5
set -E
6
exec 3<&2 # preserve original stderr at fd 3
0 commit comments