guijs: fix RuboCop style.

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

View File

@ -1,17 +1,17 @@
cask 'guijs' do
version '0.1.19'
sha256 '857bed89fe461edeca980a5bb17ec53016dd64ffc0b4e49a76b729f5fa7b594a'
cask "guijs" do
version "0.1.19"
sha256 "857bed89fe461edeca980a5bb17ec53016dd64ffc0b4e49a76b729f5fa7b594a"
# github.com/Akryum/guijs/ was verified as official when first introduced to the cask
url "https://github.com/Akryum/guijs/releases/download/v#{version}/guijs.app.tgz"
appcast 'https://github.com/Akryum/guijs/releases.atom'
name 'guijs'
homepage 'https://guijs.dev/'
appcast "https://github.com/Akryum/guijs/releases.atom"
name "guijs"
homepage "https://guijs.dev/"
app 'guijs.app'
app "guijs.app"
zap trash: [
'~/Library/Caches/guijs',
'~/Library/WebKit/guijs',
]
"~/Library/Caches/guijs",
"~/Library/WebKit/guijs",
]
end