From 392c424d76b2ab86e9dcd3fb8803eeb10fd829ed Mon Sep 17 00:00:00 2001 From: Shannon Skipper Date: Fri, 22 Nov 2013 15:06:56 -0800 Subject: 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 --- Library/Formula/ruby-install.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') 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' -- cgit v1.2.3