comma-chameleon: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:20:47 +01:00
parent e07c6dd211
commit 51e7d15fe1
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 'comma-chameleon' do
version '0.5.2'
sha256 'be08b2088d4065f797d8943ee213882779f99d7130467ed73d0f4d5b73dc02fb'
cask "comma-chameleon" do
version "0.5.2"
sha256 "be08b2088d4065f797d8943ee213882779f99d7130467ed73d0f4d5b73dc02fb"
# github.com/theodi/comma-chameleon/ was verified as official when first introduced to the cask
url "https://github.com/theodi/comma-chameleon/releases/download/#{version}/Comma.Chameleon-darwin-x64.zip"
appcast 'https://github.com/theodi/comma-chameleon/releases.atom'
name 'Comma Chameleon'
homepage 'https://comma-chameleon.io/'
appcast "https://github.com/theodi/comma-chameleon/releases.atom"
name "Comma Chameleon"
homepage "https://comma-chameleon.io/"
app 'Comma Chameleon-darwin-x64/Comma Chameleon.app'
app "Comma Chameleon-darwin-x64/Comma Chameleon.app"
end