Skip to content

Commit ce236dc

Browse files
committed
ruby-build 20121020
1 parent d7f661b commit ce236dc

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,16 @@ include the full build log for build failures.
146146

147147
## Version History
148148

149+
#### 20121020
150+
151+
* Added a definition for Ruby 1.9.3-p286
152+
* Added a definition for JRuby 1.7.0-rc2
153+
* Added a definition for JRuby 1.7.0-rc1
154+
* Added a definition for JRuby 1.6.8
155+
* Added a definition for JRuby 1.5.6
156+
* Fetch Ruby 2.0.0.dev via Subversion instead of Git
157+
* Allow hooks to be defined for `rbenv-install`
158+
149159
#### 20120815
150160

151161
* Added a definition for MagLev 1.1.0-dev from git.

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="20120815"
3+
RUBY_BUILD_VERSION="20121020"
44

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

0 commit comments

Comments
 (0)