flashlight.rb: RuboCop (master), RuboCop-cask (master) auto-correct

This commit is contained in:
Josh Hagins 2016-01-03 14:18:20 -05:00
parent e630d21097
commit 7c92f84a83
1 changed files with 8 additions and 8 deletions

View File

@ -5,9 +5,9 @@ cask 'flashlight' do
# appspot.com is the official download host for the latest version, per the developer
# Original discussion: https://github.com/nate-parrott/Flashlight/issues/104
url 'https://flashlightplugins.appspot.com/latest_download'
name 'Flashlight'
appcast 'https://raw.githubusercontent.com/nate-parrott/flashlight/master/Appcast.xml',
:sha256 => '612946c9e6a7fd1de81bfd1cd822d4a047f986caa9451ba9bed3d3bbf57b4782'
name 'Flashlight'
homepage 'http://flashlight.nateparrott.com/'
license :gpl
@ -20,11 +20,11 @@ cask 'flashlight' do
uninstall :quit => 'com.nateparrott.Flashlight.FlashlightSIMBLAgent'
zap :delete => [
'~/Library/Caches/com.nateparrott.Flashlight',
'~/Library/FlashlightPlugins',
'~/Library/Preferences/com.nateparrott.Flashlight.plist',
'~/Library/Preferences/com.nateparrott.Flashlight.FlashlightSIMBLAgent.plist',
'~/Library/Saved Application State/com.nateparrott.Flashlight.savedState',
'~/Library/ScriptingAdditions/Flashlight.osax'
]
'~/Library/Caches/com.nateparrott.Flashlight',
'~/Library/FlashlightPlugins',
'~/Library/Preferences/com.nateparrott.Flashlight.plist',
'~/Library/Preferences/com.nateparrott.Flashlight.FlashlightSIMBLAgent.plist',
'~/Library/Saved Application State/com.nateparrott.Flashlight.savedState',
'~/Library/ScriptingAdditions/Flashlight.osax',
]
end