Skip to content

Commit 57cb1e9

Browse files
committed
ruby-build 20131211
1 parent 00d851a commit 57cb1e9

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+
#### 20131211
4+
* Fix extracting topaz-dev archive
5+
* Auto-detect and link to Homebrew's readline
6+
* Fix irb, rake, rdoc, ri for rbx-2.2.1
7+
38
#### 20131206
49
* Added a definition for JRuby 1.7.9
510

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="20131206"
3+
RUBY_BUILD_VERSION="20131211"
44

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

0 commit comments

Comments
 (0)