We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e1f70 commit 8304d38Copy full SHA for 8304d38
README.md
@@ -44,6 +44,14 @@ ruby-build provides an `rbenv-install` command that shortens this to:
44
45
### Version History
46
47
+#### 20120216
48
+
49
+* Added definitions for REE 1.8.7-2011.12 and 1.8.7-2012.01.
50
+* Added definitions for JRuby 1.6.5.1 and 1.6.6.
51
+* Added definitions for Ruby 1.8.7-p358 and 1.9.3-p125.
52
+* Updated the readme with instructions for installing ruby-build as an
53
+ rbenv plugin.
54
55
#### 20111230
56
57
* Added a definition for MagLev 1.0.0.
bin/ruby-build
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-RUBY_BUILD_VERSION="20111230"
+RUBY_BUILD_VERSION="20120216"
4
5
set -E
6
exec 3<&2 # preserve original stderr at fd 3
0 commit comments