aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gist.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/gist.rb')
-rw-r--r--Library/Formula/gist.rb12
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