Skip to content

Commit 8304d38

Browse files
committed
ruby-build 20120216
1 parent 52e1f70 commit 8304d38

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ ruby-build provides an `rbenv-install` command that shortens this to:
4444

4545
### Version History
4646

47+
#### 20120216
48+
49+
* Added definitions for REE 1.8.7-2011.12 and 1.8.7-2012.01.
50+
* Added definitions for JRuby 1.6.5.1 and 1.6.6.
51+
* Added definitions for Ruby 1.8.7-p358 and 1.9.3-p125.
52+
* Updated the readme with instructions for installing ruby-build as an
53+
rbenv plugin.
54+
4755
#### 20111230
4856

4957
* Added a definition for MagLev 1.0.0.

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="20111230"
3+
RUBY_BUILD_VERSION="20120216"
44

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

0 commit comments

Comments
 (0)