Reformat elyse.rb according to readability conventions

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

View File

@ -1,7 +1,9 @@
class Elyse < Cask class Elyse < Cask
url 'http://silkwoodsoftware.com/Elyse-300.dmg'
homepage 'http://silkwoodsoftware.com/'
version '2.0' version '2.0'
sha256 '080f3fb7a5893f405d565434130b9278d9e7a4a37528bb20fc4cb0f083db7db6' sha256 '080f3fb7a5893f405d565434130b9278d9e7a4a37528bb20fc4cb0f083db7db6'
url 'http://silkwoodsoftware.com/Elyse-300.dmg'
homepage 'http://silkwoodsoftware.com/'
link 'Elyse.app' link 'Elyse.app'
end end