diff options
| author | Paul Annesley | 2013-06-24 13:19:26 +1000 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-06-23 20:52:14 -0700 | 
| commit | 4db0b994c412710f8405f444253f4f0bcca6eb8e (patch) | |
| tree | 05a39ec3285f429eb6102d39b9f01b66852bbd74 /Library/Formula/chruby.rb | |
| parent | 7055049a0cef52f2d01c1137489d9247930b7119 (diff) | |
| download | homebrew-4db0b994c412710f8405f444253f4f0bcca6eb8e.tar.bz2 | |
chruby 0.3.6
Closes #20729.
Signed-off-by: Adam Vandenberg <flangy@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 0413350f4..d2c0d44ed 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.5.tar.gz' -  sha1 'a08254910d18c20fe979f6551bd0797e287f1e5e' +  url 'https://github.com/postmodern/chruby/archive/v0.3.6.tar.gz' +  sha1 'b492b1b5661a53c853f4e6ee8f5b67d4d75d0c39'    head 'https://github.com/postmodern/chruby.git'  | 
