gitx: fix RuboCop style.

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

View File

@ -1,21 +1,21 @@
cask 'gitx' do
version '0.7.1'
sha256 'd28a2cc1a1d0b83908e7b7fa47706c4e4fab3570277b2a7eae0324b1d86a4b87'
cask "gitx" do
version "0.7.1"
sha256 "d28a2cc1a1d0b83908e7b7fa47706c4e4fab3570277b2a7eae0324b1d86a4b87"
url 'http://frim.frim.nl/GitXStable.app.zip'
appcast 'http://gitx.frim.nl/Downloads/appcast.xml'
name 'GitX'
homepage 'http://gitx.frim.nl/'
url "http://frim.frim.nl/GitXStable.app.zip"
appcast "http://gitx.frim.nl/Downloads/appcast.xml"
name "GitX"
homepage "http://gitx.frim.nl/"
conflicts_with cask: ['laullon-gitx', 'rowanj-gitx']
conflicts_with cask: ["laullon-gitx", "rowanj-gitx"]
app 'GitX.app'
app "GitX.app"
binary "#{appdir}/GitX.app/Contents/Resources/gitx"
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/nl.frim.gitx.sfl*',
'~/Library/Caches/nl.frim.GitX',
'~/Library/Preferences/nl.frim.GitX.plist',
'~/Library/Saved Application State/nl.frim.GitX.savedState',
]
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/nl.frim.gitx.sfl*",
"~/Library/Caches/nl.frim.GitX",
"~/Library/Preferences/nl.frim.GitX.plist",
"~/Library/Saved Application State/nl.frim.GitX.savedState",
]
end