journey: fix RuboCop style.

See https://github.com/Homebrew/brew/pull/7867.
This commit is contained in:
Mike McQuaid 2020-07-27 10:27:54 +01:00
parent 645e3f186f
commit cd3d41db95
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70
1 changed files with 12 additions and 12 deletions

View File

@ -1,21 +1,21 @@
cask 'journey' do
version '2.14.3'
sha256 'aa3de8061bb169765c44fd256b0885c807ccebb771ba045b59eaf04815231583'
cask "journey" do
version "2.14.3"
sha256 "aa3de8061bb169765c44fd256b0885c807ccebb771ba045b59eaf04815231583"
# github.com/2-App-Studio/journey-releases/ was verified as official when first introduced to the cask
url "https://github.com/2-App-Studio/journey-releases/releases/download/v#{version}/Journey-darwin-#{version}.zip"
appcast 'https://github.com/2-App-Studio/journey-releases/releases.atom'
name 'Journey'
homepage 'https://2appstudio.com/journey/'
appcast "https://github.com/2-App-Studio/journey-releases/releases.atom"
name "Journey"
homepage "https://2appstudio.com/journey/"
auto_updates true
app 'Journey.app'
app "Journey.app"
zap trash: [
"~/Library/Application Support/Journey#{version.major}",
"~/Library/Preferences/com.journey.mac#{version.major}.helper.plist",
"~/Library/Preferences/com.journey.mac#{version.major}.plist",
"~/Library/Saved Application State/com.journey.mac#{version.major}.savedState",
]
"~/Library/Application Support/Journey#{version.major}",
"~/Library/Preferences/com.journey.mac#{version.major}.helper.plist",
"~/Library/Preferences/com.journey.mac#{version.major}.plist",
"~/Library/Saved Application State/com.journey.mac#{version.major}.savedState",
]
end