From dd43a288d7a976b1a5e216060e2e4756acf5a0db Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:25:11 +0100 Subject: [PATCH] ghosttile: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/ghosttile.rb | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Casks/ghosttile.rb b/Casks/ghosttile.rb index 5257468434a..28175fec086 100644 --- a/Casks/ghosttile.rb +++ b/Casks/ghosttile.rb @@ -1,13 +1,13 @@ -cask 'ghosttile' do - version '15,1510040474' - sha256 '6f723c7489a272a82648a3fb2a4ad0f91f6bd3d79eea748ea20a046a3aefe0ab' +cask "ghosttile" do + version "15,1510040474" + sha256 "6f723c7489a272a82648a3fb2a4ad0f91f6bd3d79eea748ea20a046a3aefe0ab" # dl.devmate.com/im.kernelpanic.GhostTile/ was verified as official when first introduced to the cask url "https://dl.devmate.com/im.kernelpanic.GhostTile/#{version.before_comma}/#{version.after_comma}/GhostTile-#{version.before_comma}.zip" - appcast 'https://updates.devmate.com/im.kernelpanic.GhostTile.xml' - name 'Kernelpanic GhostTile' - name 'GhostTile' - homepage 'https://ghosttile.kernelpanic.im/' + appcast "https://updates.devmate.com/im.kernelpanic.GhostTile.xml" + name "Kernelpanic GhostTile" + name "GhostTile" + homepage "https://ghosttile.kernelpanic.im/" - app 'GhostTile.app' + app "GhostTile.app" end