gist - HTTPS-only Github & multi-file gists

Signed-off-by: Adam Vandenberg <flangy@gmail.com>

 * Ownership of this scrpit has passed to [indirect], so he's
   the new upstream maintainer.
This commit is contained in:
Andre Arko 2010-11-05 02:23:26 -07:00 committed by Adam Vandenberg
parent ffcdee1310
commit de0bad509c

View file

@ -1,9 +1,9 @@
require 'formula'
class Gist <Formula
url 'http://github.com/defunkt/gist/tarball/v1.2.1'
url 'http://github.com/indirect/gist/tarball/v1.4.0'
homepage 'http://github.com/defunkt/gist'
md5 'f89e4d059e35041acc215808a8d59cd5'
md5 '014c3c8f02b7b46a0ea986da29dd9f18'
def install
system "rake", "install", "prefix=#{prefix}"