diff options
| author | Shannon Skipper | 2014-03-03 19:15:23 -0800 | 
|---|---|---|
| committer | Brett Koonce | 2014-03-03 22:44:41 -0600 | 
| commit | 9095d92651437a6eb13f4500876da0925b61cd9d (patch) | |
| tree | 080b152e17528e2593c8c6d240028708d5c93089 /Library/Formula/ruby-install.rb | |
| parent | ac4a9a4ac1c5c8b9e00d5cf72174ef0e8cb1b53b (diff) | |
| download | homebrew-9095d92651437a6eb13f4500876da0925b61cd9d.tar.bz2 | |
ruby-install 0.4.1
Closes #27178.
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 20a818b7a..7a3fa944d 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.0.tar.gz' -  sha1 'b5d3e202abd90c748d56e14bf50e99c5e97d2ef3' +  url 'https://github.com/postmodern/ruby-install/archive/v0.4.1.tar.gz' +  sha1 '8a62fa5e551101d433cf25bd67c06d47d00c3ab8'    head 'https://github.com/postmodern/ruby-install.git' | 
