diff options
| author | Shannon Skipper | 2013-06-29 22:22:31 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-29 22:31:20 -0700 |
| commit | 8f07f02136af722771c6e03ecad47abb8849419c (patch) | |
| tree | e5042af11486de0a7be842a846f4f52fb6dad268 /Library | |
| parent | ca1048bfca09cb7f4a2410d8a3c492c4670218a9 (diff) | |
| download | homebrew-8f07f02136af722771c6e03ecad47abb8849419c.tar.bz2 | |
ruby-install 0.2.1
Closes #20914.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -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 aadf1ad4d..5f9bbda4e 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.2.0.tar.gz' - sha1 '96901c36d163362214882541e9fe38fceba7bf97' + url 'https://github.com/postmodern/ruby-install/archive/v0.2.1.tar.gz' + sha1 'f463c92051797c7cf78a1403f409b91d03a01be6' head 'https://github.com/postmodern/ruby-install.git' |
