From 4a6db5291051b1f076f2737c2dce3b4677b53631 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:34:44 +0100 Subject: [PATCH] raven: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/raven.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/raven.rb b/Casks/raven.rb index f8613c6e62b..04222518166 100644 --- a/Casks/raven.rb +++ b/Casks/raven.rb @@ -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