diff options
| author | Shannon Skipper | 2013-11-22 15:06:56 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-22 15:08:31 -0800 |
| commit | 392c424d76b2ab86e9dcd3fb8803eeb10fd829ed (patch) | |
| tree | 4bc6d2c8c046c897733c1b69a47e1f85ad05df42 /Library/Formula/ruby-install.rb | |
| parent | 11bf92ef1cb57490ea959f73e97fb1f8a3ba69c3 (diff) | |
| download | homebrew-392c424d76b2ab86e9dcd3fb8803eeb10fd829ed.tar.bz2 | |
ruby-install 0.3.2
### 0.3.2 / 2013-11-22
* Exit normally when `--no-reinstall` is specified and the ruby has already
been installed. (@cbandy)
* `fetch()` can now strip trailing tabs as well as spaces.
#### ruby
* Added version aliases for `2` and `1`.
* Added versions 1.9.3-p484, 2.0.0-p353 and 2.1.0-preview2 for CVE-2013-4164.
#### jruby
* Added versions 1.7.6, 1.7.7 and 1.7.8.
#### rubinius
* Drop support for installing 2.0.0, due to multiple bugs.
* Added versions 2.1.1, 2.2.0 and 2.2.1.
Closes #24599.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/ruby-install.rb')
| -rw-r--r-- | Library/Formula/ruby-install.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ruby-install.rb b/Library/Formula/ruby-install.rb index 6f4e37e2d..a3b8456ab 100644 --- a/Library/Formula/ruby-install.rb +++ b/Library/Formula/ruby-install.rb @@ -2,8 +2,8 @@ require 'formula' class RubyInstall < Formula homepage 'https://github.com/postmodern/ruby-install#readme' - url 'https://github.com/postmodern/ruby-install/archive/v0.3.1.tar.gz' - sha1 'e7e8a8b7e7138c6d364367a161dbb5a0a2bceda8' + url 'https://github.com/postmodern/ruby-install/archive/v0.3.2.tar.gz' + sha1 '5561df9bb5d73677cf5193d27ec130f52c4e4755' head 'https://github.com/postmodern/ruby-install.git' |
