From 6e701bced10dc9434839f6bd21bc31069a3ed8d9 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 27 Jul 2020 10:16:43 +0100 Subject: [PATCH] astah-professional: fix RuboCop style. See https://github.com/Homebrew/brew/pull/7867. --- Casks/astah-professional.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Casks/astah-professional.rb b/Casks/astah-professional.rb index 5fc7f867fd0..ae6f64f2734 100644 --- a/Casks/astah-professional.rb +++ b/Casks/astah-professional.rb @@ -1,14 +1,14 @@ -cask 'astah-professional' do - version '8.2.0,b743f7' - sha256 '5c2a2931bb682e71c422d2b3abd16e53106fcc571f85c3f0a7f3a2f00ed3998e' +cask "astah-professional" do + version "8.2.0,b743f7" + sha256 "5c2a2931bb682e71c422d2b3abd16e53106fcc571f85c3f0a7f3a2f00ed3998e" # cdn.change-vision.com/files/ was verified as official when first introduced to the cask url "https://cdn.change-vision.com/files/astah-professional-#{version.before_comma.dots_to_underscores}-#{version.after_comma}-MacOs.dmg" - appcast 'https://astah.net/download' - name 'Change Vision Astah Professional' - homepage 'https://astah.net/editions/professional' + appcast "https://astah.net/download" + name "Change Vision Astah Professional" + homepage "https://astah.net/editions/professional" pkg "astah professional ver #{version.before_comma.dots_to_underscores}.pkg" - uninstall pkgutil: 'com.change-vision.astahprofessional.astahprofessional.pkg' + uninstall pkgutil: "com.change-vision.astahprofessional.astahprofessional.pkg" end