gist 4.3.0

master
Brett Koonce 2014-08-21 00:25:45 -07:00 committed by Mike McQuaid
parent 393700ce33
commit afe107b699
1 changed files with 6 additions and 6 deletions

View File

@ -1,16 +1,16 @@
require 'formula' require "formula"
class Gist < Formula class Gist < Formula
homepage 'https://github.com/defunkt/gist' homepage "https://github.com/defunkt/gist"
url 'https://github.com/defunkt/gist/archive/v4.2.1.tar.gz' url "https://github.com/defunkt/gist/archive/v4.3.0.tar.gz"
sha1 'a081ce290e601263c2e42cc3c584c2cd23f06951' sha1 "7eceb93d4d5f43da32201607409ee3aa196dcf7f"
head 'https://github.com/defunkt/gist.git' head "https://github.com/defunkt/gist.git"
def install def install
rake "install", "prefix=#{prefix}" rake "install", "prefix=#{prefix}"
end end
test do test do
system "#{bin}/gist", '--version' system "#{bin}/gist", "--version"
end end
end end