diff options
| author | Shannon Skipper | 2014-10-18 18:04:37 -0700 | 
|---|---|---|
| committer | Jack Nagel | 2014-10-19 01:05:08 -0500 | 
| commit | 348840bc1f28f0abaa8e7e74457f5a3fca7f1121 (patch) | |
| tree | cf998d7ff2e33238cb6ef8c8eba97d2aa78dd05f /Library/Formula/ruby-install.rb | |
| parent | 9302dbacd7084b7c685f4e9a61ed3e18fb67c036 (diff) | |
| download | homebrew-348840bc1f28f0abaa8e7e74457f5a3fca7f1121.tar.bz2 | |
ruby-install 0.5.0
Closes #33333.
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 65a394088..5c6b44044 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.3.tar.gz' -  sha1 'be7dd5ad558102ab812addd3100a91c9812d0317' +  url 'https://github.com/postmodern/ruby-install/archive/v0.5.0.tar.gz' +  sha1 'd8061e46fe2ea40f867e219cdd7d28fea24f47ca'    head 'https://github.com/postmodern/ruby-install.git' | 
