aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorChris Wanstrath2010-03-01 01:36:27 -0800
committerMax Howell2010-03-01 10:34:48 +0000
commit614e5c02be9667be934effa4aa1641db17f1fe4d (patch)
tree7b6e560c102b4697e2cd1ef9bbbce50a3c9d72d3 /Library/Formula
parent259a9bf7ae5baf8f64f76bc4f8d9b19c90cbde76 (diff)
downloadhomebrew-614e5c02be9667be934effa4aa1641db17f1fe4d.tar.bz2
Update Gist to 1.0.3
Signed-off-by: Max Howell <max@methylblue.com> Removed mg dep
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/gist.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb
index e3e7e7bc1..1ce052f59 100644
--- a/Library/Formula/gist.rb
+++ b/Library/Formula/gist.rb
@@ -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}"