dbglass: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:21:39 +01:00
parent 19b3391028
commit 1f3ae12a78
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,12 +1,12 @@
cask 'dbglass' do
version '0.1.0-beta.6'
sha256 'f79f853299f7578f3b30a9df9b2d027ec73ecf933b91f78e287ad2993176f45d'
cask "dbglass" do
version "0.1.0-beta.6"
sha256 "f79f853299f7578f3b30a9df9b2d027ec73ecf933b91f78e287ad2993176f45d"
# github.com/web-pal/DBGlass/ was verified as official when first introduced to the cask
url "https://github.com/web-pal/DBGlass/releases/download/v#{version}/MAC_OS-X.zip"
appcast 'https://github.com/web-pal/dbglass/releases.atom'
name 'DBGlass'
homepage 'http://dbglass.web-pal.com/'
appcast "https://github.com/web-pal/dbglass/releases.atom"
name "DBGlass"
homepage "http://dbglass.web-pal.com/"
app 'DBGlass-darwin-x64/DBGlass.app'
app "DBGlass-darwin-x64/DBGlass.app"
end