Skip to content

Commit 84820db

Browse files
committed
ruby-build 20130226
1 parent fee1e49 commit 84820db

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Version History
22

3+
#### 20130226
4+
* Build a shared openssl to link to Ruby 2.0.0
5+
36
#### 20130225
47
* Added a definition for 2.1.0-dev
58
* Rename the CAfile to cert.pem

bin/ruby-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env bash
22

3-
RUBY_BUILD_VERSION="20130225"
3+
RUBY_BUILD_VERSION="20130226"
44

55
set -E
66
exec 3<&2 # preserve original stderr at fd 3

0 commit comments

Comments
 (0)