diff options
| author | Shannon Skipper | 2014-02-13 23:49:27 -0800 | 
|---|---|---|
| committer | Mike McQuaid | 2014-02-14 12:06:06 +0000 | 
| commit | 2748859a9ccbed56d76bb62c432e5b3560279516 (patch) | |
| tree | 5452abd127b959c20ddcccdf12c2fe1e36a0ee4b /Library/Formula/ruby-install.rb | |
| parent | e15ec6a87b6989bc6564ce9db648471901351f6e (diff) | |
| download | homebrew-2748859a9ccbed56d76bb62c432e5b3560279516.tar.bz2 | |
ruby-install 0.4.0
Closes #26712.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.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 f53018adc..20a818b7a 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.3.4.tar.gz' -  sha1 '76b1df95cb056cfe432499a780f6a12ce908b159' +  url 'https://github.com/postmodern/ruby-install/archive/v0.4.0.tar.gz' +  sha1 'b5d3e202abd90c748d56e14bf50e99c5e97d2ef3'    head 'https://github.com/postmodern/ruby-install.git' | 
