raven: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:34:44 +01:00
parent 5fd6368232
commit 4a6db52910
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 7 additions and 7 deletions

View File

@ -1,12 +1,12 @@
cask 'raven' do
version '0.2.0-alpha'
sha256 '91792dfbe2abbc13f79bcafbe903e697f99b5abccfa900084b015e2c642eb633'
cask "raven" do
version "0.2.0-alpha"
sha256 "91792dfbe2abbc13f79bcafbe903e697f99b5abccfa900084b015e2c642eb633"
# github.com/robotlolita/raven/ was verified as official when first introduced to the cask
url "https://github.com/robotlolita/raven/releases/download/v#{version}/Raven-osx.zip"
appcast 'https://github.com/robotlolita/raven/releases.atom'
name 'Raven'
homepage 'https://robotlolita.me/raven/'
appcast "https://github.com/robotlolita/raven/releases.atom"
name "Raven"
homepage "https://robotlolita.me/raven/"
app 'Raven.app'
app "Raven.app"
end