Reformat appium.rb according to readability conventions

This commit is contained in:
ndr 2014-06-27 02:00:57 +02:00
parent 1d98959e9f
commit 4aa23da629
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
class Appium < Cask
url 'https://bitbucket.org/appium/appium.app/downloads/appium-1.0.0.dmg'
homepage 'http://appium.io'
version '1.0.0'
sha256 'c54a7af32870ec7046d9978ecd3545d8e10496a1599211debeb723b8deeeea68'
url 'https://bitbucket.org/appium/appium.app/downloads/appium-1.0.0.dmg'
homepage 'http://appium.io'
link 'Appium.app'
end