diff options
| author | cmar | 2013-08-07 07:46:32 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-07 07:48:31 -0700 |
| commit | 944c2cd1441594164a5128ad2caf5d8fbf72f235 (patch) | |
| tree | c2819d772ad2a1ab0f82869b54cb3c914eb7d0f8 /Library/Formula | |
| parent | 61209380699573b4ab76006ddb1c1c4b99ff239a (diff) | |
| download | homebrew-944c2cd1441594164a5128ad2caf5d8fbf72f235.tar.bz2 | |
ruby-install 0.3.0
Closes #21726.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 5f9bbda4e..717201c81 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.1.tar.gz' - sha1 'f463c92051797c7cf78a1403f409b91d03a01be6' + url 'https://github.com/postmodern/ruby-install/archive/v0.3.0.tar.gz' + sha1 '5e3044119248f3150d5faf3bbbf7bf48adfb2177' head 'https://github.com/postmodern/ruby-install.git' |
