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

This commit is contained in:
Josh Hagins 2016-01-03 14:18:33 -05:00
parent fcce5b6f56
commit a21d9540a1
1 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ cask 'hubic' do
sha256 'd6987dcb1ff767a96cf0790724b945e9ede22029e56b2d58179dcbfefb660a99'
# ovh.net is the official download host per the vendor homepage
url "http://mir7.ovh.net/ovh-applications/hubic/hubiC-OSX/#{version.sub(%r{\.\d+$},'')}/hubiC-OSX-#{version}-osx.pkg"
url "http://mir7.ovh.net/ovh-applications/hubic/hubiC-OSX/#{version.sub(%r{\.\d+$}, '')}/hubiC-OSX-#{version}-osx.pkg"
name 'hubiC'
homepage 'https://hubic.com'
license :gratis
@ -13,9 +13,9 @@ cask 'hubic' do
uninstall :pkgutil => 'com.ovh.hubicmac'
zap :delete => [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ovh.hubicfinderplugin.sfl',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ovh.hubicmac.sfl',
'~/Library/Caches/com.ovh.hubicmac',
'~/Library/Cookies/com.ovh.hubicmac.binarycookies'
]
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ovh.hubicfinderplugin.sfl',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.ovh.hubicmac.sfl',
'~/Library/Caches/com.ovh.hubicmac',
'~/Library/Cookies/com.ovh.hubicmac.binarycookies',
]
end