Update gist.rb to 1.0.1
This commit is contained in:
parent
904d94c1a0
commit
70d085dd34
1 changed files with 4 additions and 6 deletions
|
@ -1,13 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class Gist <Formula
|
||||
url 'http://github.com/defunkt/gist/raw/595bddc77386b46f30dcae83748d4e2cc9d1b219/gist.rb'
|
||||
homepage 'http://github.com/defunkt/gist/'
|
||||
version '20091019'
|
||||
md5 '61ada08a5871b7011c1682be38e51da1'
|
||||
url 'http://github.com/defunkt/gist/tarball/v1.0.1'
|
||||
homepage 'http://github.com/defunkt/gist'
|
||||
md5 'b1ee3a40dfe3c4fff2a98f2c525cb64a'
|
||||
|
||||
def install
|
||||
mv 'gist.rb', 'gist'
|
||||
bin.install "gist"
|
||||
system "rake", "install", "prefix=#{prefix}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue