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

This commit is contained in:
Josh Hagins 2016-01-03 14:19:49 -05:00
parent f7eac79c1d
commit c2f3704617
1 changed files with 10 additions and 10 deletions

View File

@ -10,17 +10,17 @@ cask 'upthere-home' do
app 'Upthere Home.app'
zap :delete => [
'~/Library/Application Support/Upthere',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.upthere.home.osx.sfl',
'~/Library/Caches/com.crashlytics.data/com.upthere.home.osx',
'~/Library/Caches/com.upthere.home.osx',
'~/Library/Caches/io.fabric.sdk.mac.data/com.upthere.home.osx',
'~/Library/Preferences/com.upthere.home.osx.UPUserDefaults.plist',
'~/Library/Preferences/com.upthere.home.osx.plist',
'~/Library/Preferences/com.upthere.home.osx.features.plist'
'~/Library/Application Support/Upthere',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.upthere.home.osx.sfl',
'~/Library/Caches/com.crashlytics.data/com.upthere.home.osx',
'~/Library/Caches/com.upthere.home.osx',
'~/Library/Caches/io.fabric.sdk.mac.data/com.upthere.home.osx',
'~/Library/Preferences/com.upthere.home.osx.UPUserDefaults.plist',
'~/Library/Preferences/com.upthere.home.osx.plist',
'~/Library/Preferences/com.upthere.home.osx.features.plist',
],
:rmdir => [
'~/Library/Caches/com.crashlytics.data',
'~/Library/Caches/io.fabric.sdk.mac.data'
'~/Library/Caches/com.crashlytics.data',
'~/Library/Caches/io.fabric.sdk.mac.data',
]
end