cerebro: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:19:39 +01:00
parent f5d917fa92
commit 9ecaf83954
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,19 +1,19 @@
cask 'cerebro' do cask "cerebro" do
version '0.3.2' version "0.3.2"
sha256 'a4df90aca836d6110ac65cd5c1427fb9121f93bdd36ed8527816befbda3dc833' sha256 "a4df90aca836d6110ac65cd5c1427fb9121f93bdd36ed8527816befbda3dc833"
# github.com/KELiON/cerebro/ was verified as official when first introduced to the cask # github.com/KELiON/cerebro/ was verified as official when first introduced to the cask
url "https://github.com/KELiON/cerebro/releases/download/v#{version}/cerebro-#{version}.dmg" url "https://github.com/KELiON/cerebro/releases/download/v#{version}/cerebro-#{version}.dmg"
appcast 'https://github.com/KELiON/cerebro/releases.atom' appcast "https://github.com/KELiON/cerebro/releases.atom"
name 'Cerebro' name "Cerebro"
homepage 'https://cerebroapp.com/' homepage "https://cerebroapp.com/"
app 'Cerebro.app' app "Cerebro.app"
zap trash: [ zap trash: [
'~/Library/Application Support/Cerebro', "~/Library/Application Support/Cerebro",
'~/Library/Preferences/com.cerebroapp.Cerebro.helper.plist', "~/Library/Preferences/com.cerebroapp.Cerebro.helper.plist",
'~/Library/Preferences/com.cerebroapp.Cerebro.plist', "~/Library/Preferences/com.cerebroapp.Cerebro.plist",
'~/Library/Saved Application State/com.cerebroapp.Cerebro.savedState', "~/Library/Saved Application State/com.cerebroapp.Cerebro.savedState",
] ]
end end