qmoji: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:34:22 +01:00
parent ba80adcad6
commit 8f85e1fab2
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 'qmoji' do
version '1.3.1'
sha256 'dbe2d6de7bbbba3160434d8638fdccb2cfa192ecd7cbb4e5d573df74e9f740c5'
cask "qmoji" do
version "1.3.1"
sha256 "dbe2d6de7bbbba3160434d8638fdccb2cfa192ecd7cbb4e5d573df74e9f740c5"
url "https://github.com/jaredly/qmoji/releases/download/#{version}/qmoji.zip"
appcast 'https://github.com/jaredly/qmoji/releases.atom'
name 'qmoji'
homepage 'https://github.com/jaredly/qmoji'
appcast "https://github.com/jaredly/qmoji/releases.atom"
name "qmoji"
homepage "https://github.com/jaredly/qmoji"
app 'qmoji.app'
app "qmoji.app"
end