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 cac2980 commit 1b170eeCopy full SHA for 1b170ee
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Version History
2
3
+#### 20130518
4
+* Added a definition for JRuby 1.7.4
5
+
6
#### 20130514
7
* Added a definition for Ruby 2.0.0-p195
8
* Added a definition for Ruby 1.9.3-p429
@@ -14,7 +17,6 @@
14
17
* Default RBENV_VERSION to the globally-specified Ruby
15
18
16
19
#### 20130408
-* Added a definition for jruby-1.7.4-dev
20
* Added a definition for mruby-dev
21
* Added a definition for topaz-dev :gem:
22
* List matching definitions on ambiguous version specification
bin/ruby-build
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-RUBY_BUILD_VERSION="20130514"
+RUBY_BUILD_VERSION="20130518"
set -E
exec 3<&2 # preserve original stderr at fd 3
0 commit comments