ipe: fix RuboCop style.

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

View File

@ -1,22 +1,22 @@
cask 'ipe' do
version '7.2.20'
sha256 'cb2730de1f3e831ddb05c33e16fa4365e6605685ee8b940d698ca59c4699627e'
cask "ipe" do
version "7.2.20"
sha256 "cb2730de1f3e831ddb05c33e16fa4365e6605685ee8b940d698ca59c4699627e"
# bintray.com/otfried/ was verified as official when first introduced to the cask
url "https://dl.bintray.com/otfried/generic/ipe/#{version.major_minor}/ipe-#{version}-mac.dmg"
appcast 'http://ipe.otfried.org/'
name 'Ipe'
homepage 'http://ipe.otfried.org/'
appcast "http://ipe.otfried.org/"
name "Ipe"
homepage "http://ipe.otfried.org/"
depends_on macos: '>= :yosemite'
depends_on macos: ">= :yosemite"
app 'Ipe.app'
app "Ipe.app"
zap trash: [
'~/.ipe',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.otfried.ipe.ipe.sfl*',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.otfried.ipe.sfl*',
'~/Library/Preferences/org.otfried.ipe.Ipe.plist',
'~/Library/Saved Application State/org.otfried.ipe.savedState',
]
"~/.ipe",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.otfried.ipe.ipe.sfl*",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/org.otfried.ipe.sfl*",
"~/Library/Preferences/org.otfried.ipe.Ipe.plist",
"~/Library/Saved Application State/org.otfried.ipe.savedState",
]
end