stretchly: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:36:46 +01:00
parent 6828ab6738
commit 48ccc7ad80
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 'stretchly' do
version '1.0.0'
sha256 '80e053d1eb2db2a5faab1a28afd940439a1049b701bce89adb323559f158da95'
cask "stretchly" do
version "1.0.0"
sha256 "80e053d1eb2db2a5faab1a28afd940439a1049b701bce89adb323559f158da95"
# github.com/hovancik/stretchly/ was verified as official when first introduced to the cask
url "https://github.com/hovancik/stretchly/releases/download/v#{version}/stretchly-#{version}.dmg"
appcast 'https://github.com/hovancik/stretchly/releases.atom'
name 'Stretchly'
homepage 'https://hovancik.net/stretchly/'
appcast "https://github.com/hovancik/stretchly/releases.atom"
name "Stretchly"
homepage "https://hovancik.net/stretchly/"
app 'Stretchly.app'
app "Stretchly.app"
end