From b8a6c99634a637437d1c9b6879c4f855c22c5019 Mon Sep 17 00:00:00 2001 From: Shannon Skipper Date: Wed, 4 Dec 2013 13:15:05 -0800 Subject: ruby-install 0.3.3 ### 0.3.3 / 2013-12-04 * Add support for the MacPorts package manager (@havenwood). * Fixed extglob pattern in `fetch`. Closes #24938. Signed-off-by: Adam Vandenberg --- Library/Formula/ruby-install.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula/ruby-install.rb') diff --git a/Library/Formula/ruby-install.rb b/Library/Formula/ruby-install.rb index a3b8456ab..4b5f71367 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.2.tar.gz' - sha1 '5561df9bb5d73677cf5193d27ec130f52c4e4755' + url 'https://github.com/postmodern/ruby-install/archive/v0.3.3.tar.gz' + sha1 '9a7a5a8890468acf3d507cca5a2bdb9a53383726' head 'https://github.com/postmodern/ruby-install.git' -- cgit v1.2.3