From ce783cb78c80f0c622e447202a53ee46b3c3f82a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:30:24 +0100 Subject: [PATCH] metaz: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/metaz.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/metaz.rb b/Casks/metaz.rb index 4ac477d3709..be9cea74b7f 100644 --- a/Casks/metaz.rb +++ b/Casks/metaz.rb @@ -1,12 +1,12 @@ -cask 'metaz' do - version '1.0.beta-113' - sha256 '5f0d43794ac76c025ad1c0f6419dfea58c8c696d7e2782060d2aa12554316588' +cask "metaz" do + version "1.0.beta-113" + sha256 "5f0d43794ac76c025ad1c0f6419dfea58c8c696d7e2782060d2aa12554316588" # github.com/griff/metaz/ was verified as official when first introduced to the cask url "https://github.com/griff/metaz/releases/download/v#{version}/MetaZ-#{version}.zip" - appcast 'https://github.com/griff/metaz/releases.atom' - name 'MetaZ' - homepage 'https://griff.github.io/metaz/' + appcast "https://github.com/griff/metaz/releases.atom" + name "MetaZ" + homepage "https://griff.github.io/metaz/" - app 'MetaZ.app' + app "MetaZ.app" end