Reformat tower.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:49 +02:00
parent b977e7e785
commit 5515013f7d
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,10 @@
class Tower < Cask class Tower < Cask
version 'latest'
sha256 :no_check
url 'https://www.git-tower.com/download' url 'https://www.git-tower.com/download'
appcast 'https://macapps.fournova.com/tower1-1060/updates.xml' appcast 'https://macapps.fournova.com/tower1-1060/updates.xml'
homepage 'http://www.git-tower.com/' homepage 'http://www.git-tower.com/'
version 'latest'
sha256 :no_check
link 'Tower.app' link 'Tower.app'
end end