advancedrestclient: fix RuboCop style.

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

View File

@ -1,16 +1,16 @@
cask 'advancedrestclient' do
version '15.0.7'
sha256 '1dc4ef5e21dfb72abeba6de6a41673fadc0ce46ba4252c7d8d8b3648372fe86b'
cask "advancedrestclient" do
version "15.0.7"
sha256 "1dc4ef5e21dfb72abeba6de6a41673fadc0ce46ba4252c7d8d8b3648372fe86b"
url "https://github.com/advanced-rest-client/arc-electron/releases/download/v#{version}/arc-#{version}.dmg"
appcast 'https://github.com/advanced-rest-client/arc-electron/releases.atom'
name 'Advanced Rest Client'
homepage 'https://github.com/advanced-rest-client/arc-electron'
appcast "https://github.com/advanced-rest-client/arc-electron/releases.atom"
name "Advanced Rest Client"
homepage "https://github.com/advanced-rest-client/arc-electron"
app 'AdvancedRestClient.app'
app "AdvancedRestClient.app"
zap trash: [
'~/Library/Application Support/advanced-rest-client',
'~/Library/Logs/AdvancedRestClient',
]
"~/Library/Application Support/advanced-rest-client",
"~/Library/Logs/AdvancedRestClient",
]
end