bluej: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:18:27 +01:00
parent ab8a1990d0
commit d1cfafe8f6
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 7 additions and 7 deletions

View File

@ -1,11 +1,11 @@
cask 'bluej' do
version '4.2.2'
sha256 '37ae5c8c575ac3ee88f6890a7555ae38662f339622528987986a6ae335310311'
cask "bluej" do
version "4.2.2"
sha256 "37ae5c8c575ac3ee88f6890a7555ae38662f339622528987986a6ae335310311"
url "https://www.bluej.org/download/files/BlueJ-mac-#{version.no_dots}.zip"
appcast 'https://www.bluej.org'
name 'BlueJ'
homepage 'https://www.bluej.org/'
appcast "https://www.bluej.org"
name "BlueJ"
homepage "https://www.bluej.org/"
app "BlueJ #{version.sub(%r{[a-z]$}, '')}/BlueJ.app"
app "BlueJ #{version.sub(/[a-z]$/, "")}/BlueJ.app"
end