diff options
| author | Shannon Skipper | 2013-08-18 15:22:29 -0700 |
|---|---|---|
| committer | Jack Nagel | 2013-08-18 19:08:01 -0500 |
| commit | 95557e1255754c1ef65062728b46deb490aba24e (patch) | |
| tree | 847ebb64e5f81ef49c5ac569c7ce84fd3212cc5e /Library/Formula/chruby.rb | |
| parent | e0f7abe44c78692f51b1101279fc330bcec2e614 (diff) | |
| download | homebrew-95557e1255754c1ef65062728b46deb490aba24e.tar.bz2 | |
chruby 0.3.7
Closes #21987.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/chruby.rb')
| -rw-r--r-- | Library/Formula/chruby.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/chruby.rb b/Library/Formula/chruby.rb index 327f517b1..113c68604 100644 --- a/Library/Formula/chruby.rb +++ b/Library/Formula/chruby.rb @@ -2,8 +2,8 @@ require 'formula' class Chruby < Formula homepage 'https://github.com/postmodern/chruby#readme' - url 'https://github.com/postmodern/chruby/archive/v0.3.6.tar.gz' - sha1 'b492b1b5661a53c853f4e6ee8f5b67d4d75d0c39' + url 'https://github.com/postmodern/chruby/archive/v0.3.7.tar.gz' + sha1 '237903096f874f40749520d267fe35e2e3222bb3' head 'https://github.com/postmodern/chruby.git' |
