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 bdc7b4f commit c59f4a7Copy full SHA for c59f4a7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## Version History
2
3
+#### 20130225
4
+* Added a definition for 2.1.0-dev
5
+* Rename the CAfile to cert.pem
6
+* Fix exit status of install with verbose
7
+
8
#### 20130224
9
* Added a definition for 2.0.0-p0 (Happy 20th Birthday, Ruby! :birthday:)
10
* Autoclean on unsuccessful installation
bin/ruby-build
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-RUBY_BUILD_VERSION="20130224"
+RUBY_BUILD_VERSION="20130225"
set -E
exec 3<&2 # preserve original stderr at fd 3
0 commit comments