drop-to-gif: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:22:32 +01:00
parent 5835efe066
commit 4ee0c811e6
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 'drop-to-gif' do
version '1.28'
sha256 'e4814912d1054f9d1c56357d10480ffb59996e59a54b969b45b2d01835fdc707'
cask "drop-to-gif" do
version "1.28"
sha256 "e4814912d1054f9d1c56357d10480ffb59996e59a54b969b45b2d01835fdc707"
# github.com/mortenjust/droptogif/ was verified as official when first introduced to the cask
url "https://github.com/mortenjust/droptogif/releases/download/#{version}/Drop.to.GIF#{version.no_dots}.zip"
appcast 'https://github.com/mortenjust/droptogif/releases.atom'
name 'Drop to GIF'
homepage 'https://mortenjust.github.io/droptogif/'
appcast "https://github.com/mortenjust/droptogif/releases.atom"
name "Drop to GIF"
homepage "https://mortenjust.github.io/droptogif/"
app 'Drop to GIF.app'
app "Drop to GIF.app"
end