apple-events: fix RuboCop style.

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

View File

@ -1,19 +1,19 @@
cask 'apple-events' do
version '1.6'
sha256 '00dee705888f2e7f8f036afe06bafb7d70042bd1eaa1bdf93146fddb63bc8e76'
cask "apple-events" do
version "1.6"
sha256 "00dee705888f2e7f8f036afe06bafb7d70042bd1eaa1bdf93146fddb63bc8e76"
url "https://github.com/insidegui/AppleEvents/releases/download/#{version}/AppleEvents_v#{version}.zip"
appcast 'https://github.com/insidegui/AppleEvents/releases.atom'
name 'Apple Events'
homepage 'https://github.com/insidegui/AppleEvents'
appcast "https://github.com/insidegui/AppleEvents/releases.atom"
name "Apple Events"
homepage "https://github.com/insidegui/AppleEvents"
auto_updates true
app 'Apple Events.app'
app "Apple Events.app"
zap trash: [
'~/Library/Application Support/br.com.guilhermerambo.Apple-Events',
'~/Library/Caches/br.com.guilhermerambo.Apple-Events',
'~/Library/Preferences/br.com.guilhermerambo.Apple-Events.plist',
]
"~/Library/Application Support/br.com.guilhermerambo.Apple-Events",
"~/Library/Caches/br.com.guilhermerambo.Apple-Events",
"~/Library/Preferences/br.com.guilhermerambo.Apple-Events.plist",
]
end