Update Gist to 1.0.3

Signed-off-by: Max Howell <max@methylblue.com>

Removed mg dep
master
Chris Wanstrath 2010-03-01 01:36:27 -08:00 committed by Max Howell
parent d86ef79dfb
commit 8434221a03
1 changed files with 2 additions and 4 deletions

View File

@ -1,11 +1,9 @@
require 'formula'
class Gist <Formula
url 'http://github.com/defunkt/gist/tarball/v1.0.1'
url 'http://github.com/defunkt/gist/tarball/v1.0.3'
homepage 'http://github.com/defunkt/gist'
md5 'b1ee3a40dfe3c4fff2a98f2c525cb64a'
depends_on 'mg' => :ruby
md5 'e0b9eb913c46ad49e5d6072c420b2a17'
def install
system "rake", "install", "prefix=#{prefix}"