diff options
| author | Brett Koonce | 2014-08-21 00:25:45 -0700 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-21 14:37:13 +0100 |
| commit | 03cb53f325678e6a3be649f36f434c07a41ef057 (patch) | |
| tree | 1d4b3127409338632af11837d668df8ff3eb45b7 /Library/Formula | |
| parent | e93ebde4a06d25cfa6e705b609f0521bbd55f061 (diff) | |
| download | homebrew-03cb53f325678e6a3be649f36f434c07a41ef057.tar.bz2 | |
gist 4.3.0
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gist.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/gist.rb b/Library/Formula/gist.rb index fc6b7fc05..874bb677b 100644 --- a/Library/Formula/gist.rb +++ b/Library/Formula/gist.rb @@ -1,16 +1,16 @@ -require 'formula' +require "formula" class Gist < Formula - homepage 'https://github.com/defunkt/gist' - url 'https://github.com/defunkt/gist/archive/v4.2.1.tar.gz' - sha1 'a081ce290e601263c2e42cc3c584c2cd23f06951' - head 'https://github.com/defunkt/gist.git' + homepage "https://github.com/defunkt/gist" + url "https://github.com/defunkt/gist/archive/v4.3.0.tar.gz" + sha1 "7eceb93d4d5f43da32201607409ee3aa196dcf7f" + head "https://github.com/defunkt/gist.git" def install rake "install", "prefix=#{prefix}" end test do - system "#{bin}/gist", '--version' + system "#{bin}/gist", "--version" end end |
