abscissa: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:13:21 +01:00
parent 64e5c1c43a
commit 8e2c43034e
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 'abscissa' do
version '4.0.3'
sha256 '348162e44c506fc0a3f0259c226d09ebc3122f74778a173d99e4fdbe26f81675'
cask "abscissa" do
version "4.0.3"
sha256 "348162e44c506fc0a3f0259c226d09ebc3122f74778a173d99e4fdbe26f81675"
url "http://rbruehl.macbay.de/Abscissa/Downloads/Abscissa-#{version}.zip"
appcast 'http://rbruehl.macbay.de/Abscissa/Downloads/'
name 'Abscissa'
homepage 'http://rbruehl.macbay.de/Abscissa/'
appcast "http://rbruehl.macbay.de/Abscissa/Downloads/"
name "Abscissa"
homepage "http://rbruehl.macbay.de/Abscissa/"
app 'Abscissa.app'
app "Abscissa.app"
end