Reformat tabula.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:01:47 +02:00
parent b72f580ab2
commit 1c9f93a9ef
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
class Tabula < Cask class Tabula < Cask
url 'https://github.com/jazzido/tabula/releases/download/v0.9.3/tabula-mac-0.9.3d.zip'
homepage 'http://tabula.nerdpower.org'
version '0.9.3' version '0.9.3'
sha256 'fca11ca0f21e8ad42090ee7cc43aba356fa03b2877e8054af2ee39148c9f1cc9' sha256 'fca11ca0f21e8ad42090ee7cc43aba356fa03b2877e8054af2ee39148c9f1cc9'
url 'https://github.com/jazzido/tabula/releases/download/v0.9.3/tabula-mac-0.9.3d.zip'
homepage 'http://tabula.nerdpower.org'
link 'tabula/Tabula.app' link 'tabula/Tabula.app'
end end