From d0e0e85e3299e45952e03a77b2e849fea80634b9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:33:36 +0100 Subject: [PATCH] polar-bookshelf: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/polar-bookshelf.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/polar-bookshelf.rb b/Casks/polar-bookshelf.rb index 3c977964642..741a3a7f268 100644 --- a/Casks/polar-bookshelf.rb +++ b/Casks/polar-bookshelf.rb @@ -1,12 +1,12 @@ -cask 'polar-bookshelf' do - version '1.100.13' - sha256 'bd1652de7de8457cc7a986d977f20d07666334702bbe06748096be6c06179fcb' +cask "polar-bookshelf" do + version "1.100.13" + sha256 "bd1652de7de8457cc7a986d977f20d07666334702bbe06748096be6c06179fcb" # github.com/burtonator/polar-bookshelf/ was verified as official when first introduced to the cask url "https://github.com/burtonator/polar-bookshelf/releases/download/v#{version}/polar-bookshelf-#{version}.dmg" - appcast 'https://github.com/burtonator/polar-bookshelf/releases.atom' - name 'Polar Bookshelf' - homepage 'https://getpolarized.io/' + appcast "https://github.com/burtonator/polar-bookshelf/releases.atom" + name "Polar Bookshelf" + homepage "https://getpolarized.io/" - app 'Polar Bookshelf.app' + app "Polar Bookshelf.app" end