diff options
| author | Shannon Skipper | 2014-04-17 18:45:57 -0700 |
|---|---|---|
| committer | Brett Koonce | 2014-04-17 21:06:14 -0500 |
| commit | d4996b291e32454a32b46394a9b8820f18704d11 (patch) | |
| tree | a2b9f63f640ccea41adfa83f567747c4132bee95 /Library/Formula/ruby-install.rb | |
| parent | 1eaf9408b2faac84b060daf4693ea732179c9ae6 (diff) | |
| download | homebrew-d4996b291e32454a32b46394a9b8820f18704d11.tar.bz2 | |
ruby-install 0.4.2
Closes #28490.
Signed-off-by: Brett Koonce <koonce@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 7a3fa944d..d186c4ab9 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.1.tar.gz' - sha1 '8a62fa5e551101d433cf25bd67c06d47d00c3ab8' + url 'https://github.com/postmodern/ruby-install/archive/v0.4.2.tar.gz' + sha1 'f5cb5be73f29a943b291e16926bb71af440eefb7' head 'https://github.com/postmodern/ruby-install.git' |
