gitfox: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:25:18 +01:00
parent 2b77b94c99
commit 55fdc6c836
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 12 additions and 12 deletions

View File

@ -1,20 +1,20 @@
cask 'gitfox' do
cask "gitfox" do
version :latest
sha256 :no_check
# storage.googleapis.com/gitfox/ was verified as official when first introduced to the cask
url 'https://storage.googleapis.com/gitfox/Gitfox.latest.stable.zip'
name 'Gitfox'
homepage 'https://www.gitfox.app/'
url "https://storage.googleapis.com/gitfox/Gitfox.latest.stable.zip"
name "Gitfox"
homepage "https://www.gitfox.app/"
app 'Gitfox.app'
app "Gitfox.app"
zap trash: [
'~/Library/Application Support/com.bytieful.Gitfox',
'~/Library/Application Support/Gitfox',
'~/Library/Caches/com.bytieful.Gitfox',
'~/Library/Caches/com.crashlytics.data/com.bytieful.Gitfox',
'~/Library/Preferences/com.bytieful.Gitfox.*',
'~/Library/WebKit/com.bytieful.Gitfox',
]
"~/Library/Application Support/com.bytieful.Gitfox",
"~/Library/Application Support/Gitfox",
"~/Library/Caches/com.bytieful.Gitfox",
"~/Library/Caches/com.crashlytics.data/com.bytieful.Gitfox",
"~/Library/Preferences/com.bytieful.Gitfox.*",
"~/Library/WebKit/com.bytieful.Gitfox",
]
end