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 473bb45 commit 0ef9259Copy full SHA for 0ef9259
2 files changed
README.md
@@ -155,9 +155,13 @@ include the full build log for build failures.
155
156
## Version History
157
158
+#### 20121110
159
+* Added a definition for Ruby 1.9.3-p327
160
+* Fetch Ruby 2.0.0.dev and 1.9.3.dev via Get instead of Subversion
161
+
162
#### 20121104
-* Add a definition for Ruby 2.0.0-preview1
-* Add a definition for Rubinius 2.0.0-rc1
163
+* Added a definition for Ruby 2.0.0-preview1
164
+* Added a definition for Rubinius 2.0.0-rc1
165
166
#### 20121022
167
* Added a definition for JRuby 1.7.0
bin/ruby-build
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-RUBY_BUILD_VERSION="20121104"
+RUBY_BUILD_VERSION="20121110"
4
5
set -E
6
exec 3<&2 # preserve original stderr at fd 3
0 commit comments