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 Homebrew/homebrew#24938.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Shannon Skipper 2013-12-04 13:15:05 -08:00 committed by Adam Vandenberg
parent 4428d069ea
commit 21b0287798

View file

@ -2,8 +2,8 @@ require 'formula'
class RubyInstall < Formula class RubyInstall < Formula
homepage 'https://github.com/postmodern/ruby-install#readme' homepage 'https://github.com/postmodern/ruby-install#readme'
url 'https://github.com/postmodern/ruby-install/archive/v0.3.2.tar.gz' url 'https://github.com/postmodern/ruby-install/archive/v0.3.3.tar.gz'
sha1 '5561df9bb5d73677cf5193d27ec130f52c4e4755' sha1 '9a7a5a8890468acf3d507cca5a2bdb9a53383726'
head 'https://github.com/postmodern/ruby-install.git' head 'https://github.com/postmodern/ruby-install.git'