diff options
| author | Shannon Skipper | 2014-05-09 06:35:11 -0700 |
|---|---|---|
| committer | Jack Nagel | 2014-05-09 09:27:03 -0500 |
| commit | 5244b46b2fa331e59e8d0e2162610ed6d43eea34 (patch) | |
| tree | b8f78a0412ae051143d72f3190bc193e32e1b84a /Library/Formula/ruby-install.rb | |
| parent | 58097cfcd74396d73537820a1ec3419d01fc974c (diff) | |
| download | homebrew-5244b46b2fa331e59e8d0e2162610ed6d43eea34.tar.bz2 | |
ruby-install 0.4.3
Closes #29086.
Signed-off-by: Jack Nagel <jacknagel@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 d186c4ab9..65a394088 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.4.2.tar.gz' - sha1 'f5cb5be73f29a943b291e16926bb71af440eefb7' + url 'https://github.com/postmodern/ruby-install/archive/v0.4.3.tar.gz' + sha1 'be7dd5ad558102ab812addd3100a91c9812d0317' head 'https://github.com/postmodern/ruby-install.git' |
