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

This commit is contained in:
Josh Hagins 2016-01-03 14:17:52 -05:00
parent d61f44ddcf
commit 8c21ba0f2e
1 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@ cask 'beyond-compare' do
end
zap :delete => [
'~/Library/Application Support/Beyond Compare',
'~/Library/Caches/com.apple.helpd/Generated/com.ScooterSoftware.BeyondCompare.help',
'~/Library/Caches/com.ScooterSoftware.BeyondCompare',
'~/Library/Saved Application State/com.ScooterSoftware.BeyondCompare.savedState',
'~/Library/Application Support/Beyond Compare',
'~/Library/Caches/com.apple.helpd/Generated/com.ScooterSoftware.BeyondCompare.help',
'~/Library/Caches/com.ScooterSoftware.BeyondCompare',
'~/Library/Saved Application State/com.ScooterSoftware.BeyondCompare.savedState',
]
end