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 d7f661b commit ce236dcCopy full SHA for ce236dc
2 files changed
README.md
@@ -146,6 +146,16 @@ include the full build log for build failures.
146
147
## Version History
148
149
+#### 20121020
150
+
151
+* Added a definition for Ruby 1.9.3-p286
152
+* Added a definition for JRuby 1.7.0-rc2
153
+* Added a definition for JRuby 1.7.0-rc1
154
+* Added a definition for JRuby 1.6.8
155
+* Added a definition for JRuby 1.5.6
156
+* Fetch Ruby 2.0.0.dev via Subversion instead of Git
157
+* Allow hooks to be defined for `rbenv-install`
158
159
#### 20120815
160
161
* Added a definition for MagLev 1.1.0-dev from git.
bin/ruby-build
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-RUBY_BUILD_VERSION="20120815"
+RUBY_BUILD_VERSION="20121020"
4
5
set -E
6
exec 3<&2 # preserve original stderr at fd 3
0 commit comments