From e13773ccb0608ec770422ab901128c4ac81a4d50 Mon Sep 17 00:00:00 2001 From: Shannon Skipper Date: Sun, 18 Aug 2013 15:22:29 -0700 Subject: [PATCH] chruby 0.3.7 Closes Homebrew/homebrew#21987. Signed-off-by: Jack Nagel --- Formula/chruby.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/chruby.rb b/Formula/chruby.rb index 327f517b1c5..113c686046a 100644 --- a/Formula/chruby.rb +++ b/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'