diff options
| author | Shannon Skipper | 2013-06-23 22:22:19 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-06-23 23:45:29 -0500 | 
| commit | 8ac9c86f36e486279056fc8a97f75d724359c70a (patch) | |
| tree | 3f011cf99ded0700ceb56570b8093beeae9464c2 /Library/Formula/ruby-install.rb | |
| parent | 4db0b994c412710f8405f444253f4f0bcca6eb8e (diff) | |
| download | homebrew-8ac9c86f36e486279056fc8a97f75d724359c70a.tar.bz2 | |
ruby-install 0.2.0
Closes #20732.
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 fbc3debd2..aadf1ad4d 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.1.4.tar.gz' -  sha1 '215454f6917fb4dc2d30b1a220c07be3eb76b0b4' +  url 'https://github.com/postmodern/ruby-install/archive/v0.2.0.tar.gz' +  sha1 '96901c36d163362214882541e9fe38fceba7bf97'    head 'https://github.com/postmodern/ruby-install.git' | 
