Skip to content

Commit c59f4a7

Browse files
committed
ruby-build 20130225
1 parent bdc7b4f commit c59f4a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

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+
38
#### 20130224
49
* Added a definition for 2.0.0-p0 (Happy 20th Birthday, Ruby! :birthday:)
510
* Autoclean on unsuccessful installation

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="20130224"
3+
RUBY_BUILD_VERSION="20130225"
44

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

0 commit comments

Comments
 (0)