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

This commit is contained in:
Josh Hagins 2016-01-03 14:18:58 -05:00
parent 27457d7bc2
commit 62017634fc
1 changed files with 5 additions and 5 deletions

View File

@ -13,10 +13,10 @@ cask 'mplayerx' do
app 'MPlayerX.app'
zap :delete => [
'~/.mplayer',
'~/Library/Application Support/MPlayerX',
'~/Library/Preferences/org.niltsh.MPlayerX.LSSharedFileList.plist',
'~/Library/Preferences/org.niltsh.MPlayerX.plist',
'~/Library/Caches/org.niltsh.MPlayerX'
'~/.mplayer',
'~/Library/Application Support/MPlayerX',
'~/Library/Preferences/org.niltsh.MPlayerX.LSSharedFileList.plist',
'~/Library/Preferences/org.niltsh.MPlayerX.plist',
'~/Library/Caches/org.niltsh.MPlayerX',
]
end