We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7ed764 commit a353131Copy full SHA for a353131
README.md
@@ -44,6 +44,13 @@ ruby-build provides an `rbenv-install` command that shortens this to:
44
45
### Version History
46
47
+#### master
48
+
49
+* Clang may be used to build 1.9.3-p125 and later
50
+* Added definitions for REE 1.8.7-2012.02 and 1.8.7-2009.10
51
+* Added definitions for JRuby 1.6.7
52
+* Added definitions for Ruby 1.9.2-p318 and 1.9.3-p194
53
54
#### 20120216
55
56
* Added definitions for REE 1.8.7-2011.12 and 1.8.7-2012.01.
bin/ruby-build
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
3
-RUBY_BUILD_VERSION="20120216"
+RUBY_BUILD_VERSION="20120216-master"
4
5
set -E
6
exec 3<&2 # preserve original stderr at fd 3
0 commit comments