moose: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:31:01 +01:00
parent 905f13a50c
commit e2c9953635
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 'moose' do
version '0.6.2'
sha256 '79c5eaee0187fc0b131ffabe9d6abd04c39d936c3b096919390aaf12abaecac3'
cask "moose" do
version "0.6.2"
sha256 "79c5eaee0187fc0b131ffabe9d6abd04c39d936c3b096919390aaf12abaecac3"
# github.com/ritz078/moose/ was verified as official when first introduced to the cask
url "https://github.com/ritz078/moose/releases/download/v#{version}/moose-#{version}-mac.zip"
appcast 'https://github.com/ritz078/moose/releases.atom'
name 'moose'
homepage 'https://getmoose.in/'
appcast "https://github.com/ritz078/moose/releases.atom"
name "moose"
homepage "https://getmoose.in/"
app 'moose.app'
app "moose.app"
zap trash: [
'~/Library/Application Support/moose',
'~/Library/Logs/moose',
'~/Library/Preferences/com.riteshkr.moose.plist',
'~/Library/Saved Application State/com.riteshkr.moose.savedState',
]
"~/Library/Application Support/moose",
"~/Library/Logs/moose",
"~/Library/Preferences/com.riteshkr.moose.plist",
"~/Library/Saved Application State/com.riteshkr.moose.savedState",
]
end