jira-client: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:27:50 +01:00
parent ba283d3cb9
commit 92ab150d64
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,20 +1,20 @@
cask 'jira-client' do
version '3.8.4'
sha256 '674cb80876659ec82999c14ba74596f878f18f544aa1bc8ce41f4d0ade8aab40'
cask "jira-client" do
version "3.8.4"
sha256 "674cb80876659ec82999c14ba74596f878f18f544aa1bc8ce41f4d0ade8aab40"
url "https://d1.almworks.com/.files/jiraclient-#{version.dots_to_underscores}.dmg"
appcast 'https://almworks.com/jiraclient/download.html'
name 'JIRA Client'
homepage 'https://almworks.com/jiraclient/overview.html'
appcast "https://almworks.com/jiraclient/download.html"
name "JIRA Client"
homepage "https://almworks.com/jiraclient/overview.html"
app 'JIRA Client.app'
app "JIRA Client.app"
zap trash: [
'~/Library/Application Support/JIRA Client',
'~/.JIRAClient',
'~/Library/Saved Application State/com.almworks.jiraclient37.savedState',
'~/Library/Preferences/com.almworks.jiraclient37.plist',
'~/Library/Preferences/com.almworks.jiraclient.plist',
'~/Library/Preferences/com.almworks.applications.plist',
]
"~/Library/Application Support/JIRA Client",
"~/.JIRAClient",
"~/Library/Saved Application State/com.almworks.jiraclient37.savedState",
"~/Library/Preferences/com.almworks.jiraclient37.plist",
"~/Library/Preferences/com.almworks.jiraclient.plist",
"~/Library/Preferences/com.almworks.applications.plist",
]
end