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 5a671ba commit b97e53bCopy full SHA for b97e53b
2 files changed
CHANGELOG.md
@@ -1,9 +1,10 @@
1
## Version History
2
3
-#### HEAD
+#### 20121227
4
+* Added a definition for Ruby 1.9.3-p362
5
+* Added a definition for Ruby 1.8.7-p371
6
* Moved the default ruby-build mirror from GitHub Downloads to Amazon
7
CloudFront.
-* Added a definition for Ruby 1.8.7-p371
8
9
#### 20121204
10
* Added a definition for JRuby 1.7.1
bin/ruby-build
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-RUBY_BUILD_VERSION="20121204"
+RUBY_BUILD_VERSION="20121227"
set -E
exec 3<&2 # preserve original stderr at fd 3
0 commit comments