From 8063884d7db2dddb60eec8eada482694d2e93a02 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 1 Sep 2012 12:42:00 -0700 Subject: appledoc: style fixes --- Library/Formula/appledoc.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'Library') diff --git a/Library/Formula/appledoc.rb b/Library/Formula/appledoc.rb index 0ea7a3ca2..537864dc8 100644 --- a/Library/Formula/appledoc.rb +++ b/Library/Formula/appledoc.rb @@ -1,10 +1,11 @@ require 'formula' class Appledoc < Formula + homepage 'http://appledoc.gentlebytes.com/' url "https://github.com/tomaz/appledoc/tarball/v2.0.5" + sha1 'c310584b16812826a1b054d2b96e040c82d709ff' + head 'https://github.com/tomaz/appledoc.git', :branch => 'master' - homepage 'http://appledoc.gentlebytes.com/' - md5 '142cf80513ca8eda2aba631483b2e4e6' depends_on :xcode # For working xcodebuild. @@ -20,15 +21,14 @@ class Appledoc < Formula prefix.install "Templates/" end - def caveats; <<-EOS -Make the documentation templates available to `appledoc': - - ln -sf "#{prefix}/Templates" "#{ENV['HOME']}/Library/Application Support/appledoc" + def caveats; <<-EOS.undent + Make the documentation templates available to `appledoc': + ln -sf "#{prefix}/Templates" "#{ENV['HOME']}/Library/Application Support/appledoc" -If you have edited the templates yourself, you should check for important changes. + If you have edited the templates yourself, you should check for important changes. -NOTE someone should patch this tool so this caveat is unecessary. -EOS + NOTE someone should patch this tool so this caveat is unecessary. + EOS end def test -- cgit v1.2.3