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 fee1e49 commit 84820dbCopy full SHA for 84820db
CHANGELOG.md
@@ -1,5 +1,8 @@
1
## Version History
2
3
+#### 20130226
4
+* Build a shared openssl to link to Ruby 2.0.0
5
+
6
#### 20130225
7
* Added a definition for 2.1.0-dev
8
* Rename the CAfile to cert.pem
bin/ruby-build
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-RUBY_BUILD_VERSION="20130225"
+RUBY_BUILD_VERSION="20130226"
set -E
exec 3<&2 # preserve original stderr at fd 3
0 commit comments