Skip to content

Commit

Permalink
ruby-build 20121020
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Oct 19, 2012
1 parent d7f661b commit ce236dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,16 @@ include the full build log for build failures.

## Version History

#### 20121020

* Added a definition for Ruby 1.9.3-p286
* Added a definition for JRuby 1.7.0-rc2
* Added a definition for JRuby 1.7.0-rc1
* Added a definition for JRuby 1.6.8
* Added a definition for JRuby 1.5.6
* Fetch Ruby 2.0.0.dev via Subversion instead of Git
* Allow hooks to be defined for `rbenv-install`

#### 20120815

* Added a definition for MagLev 1.1.0-dev from git.
Expand Down
2 changes: 1 addition & 1 deletion bin/ruby-build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

RUBY_BUILD_VERSION="20120815"
RUBY_BUILD_VERSION="20121020"

set -E
exec 3<&2 # preserve original stderr at fd 3
Expand Down

1 comment on commit ce236dc

@mjio
Copy link

@mjio mjio commented on ce236dc Oct 23, 2012

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.