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 bd11776 commit 9ef0e06Copy full SHA for 9ef0e06
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Version History
2
3
+#### 20130104
4
+* Added a definition for JRuby 1.7.2
5
+
6
#### 20121227
7
* Added a definition for Ruby 1.9.3-p362
8
* Added a definition for Ruby 1.8.7-p371
bin/ruby-build
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-RUBY_BUILD_VERSION="20121227"
+RUBY_BUILD_VERSION="20130104"
set -E
exec 3<&2 # preserve original stderr at fd 3
0 commit comments