keepingyouawake: fix RuboCop style.

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

View File

@ -1,29 +1,29 @@
cask 'keepingyouawake' do cask "keepingyouawake" do
version '1.5.2' version "1.5.2"
sha256 '2d60da4b5f85803eadf9c29e32aa878f84f2a82f618ae1720b8d76454b88ac11' sha256 "2d60da4b5f85803eadf9c29e32aa878f84f2a82f618ae1720b8d76454b88ac11"
url "https://github.com/newmarcel/KeepingYouAwake/releases/download/#{version}/KeepingYouAwake-#{version}.zip" url "https://github.com/newmarcel/KeepingYouAwake/releases/download/#{version}/KeepingYouAwake-#{version}.zip"
appcast 'https://github.com/newmarcel/KeepingYouAwake/releases.atom' appcast "https://github.com/newmarcel/KeepingYouAwake/releases.atom"
name 'KeepingYouAwake' name "KeepingYouAwake"
homepage 'https://github.com/newmarcel/KeepingYouAwake' homepage "https://github.com/newmarcel/KeepingYouAwake"
auto_updates true auto_updates true
depends_on macos: '>= :yosemite' depends_on macos: ">= :yosemite"
app 'KeepingYouAwake.app' app "KeepingYouAwake.app"
uninstall quit: 'info.marcel-dierkes.KeepingYouAwake' uninstall quit: "info.marcel-dierkes.KeepingYouAwake"
zap trash: [ zap trash: [
'~/Library/Application Scripts/info.marcel-dierkes.KeepingYouAwake', "~/Library/Application Scripts/info.marcel-dierkes.KeepingYouAwake",
'~/Library/Application Scripts/info.marcel-dierkes.KeepingYouAwake.Launcher', "~/Library/Application Scripts/info.marcel-dierkes.KeepingYouAwake.Launcher",
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/info.marcel-dierkes.keepingyouawake.sfl*', "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/info.marcel-dierkes.keepingyouawake.sfl*",
'~/Library/Application Support/info.marcel-dierkes.KeepingYouAwake', "~/Library/Application Support/info.marcel-dierkes.KeepingYouAwake",
'~/Library/Caches/info.marcel-dierkes.KeepingYouAwake', "~/Library/Caches/info.marcel-dierkes.KeepingYouAwake",
'~/Library/Containers/info.marcel-dierkes.KeepingYouAwake', "~/Library/Containers/info.marcel-dierkes.KeepingYouAwake",
'~/Library/Containers/info.marcel-dierkes.KeepingYouAwake.Launcher', "~/Library/Containers/info.marcel-dierkes.KeepingYouAwake.Launcher",
'~/Library/Cookies/info.marcel-dierkes.KeepingYouAwake.binarycookies', "~/Library/Cookies/info.marcel-dierkes.KeepingYouAwake.binarycookies",
'~/Library/Preferences/info.marcel-dierkes.KeepingYouAwake.plist', "~/Library/Preferences/info.marcel-dierkes.KeepingYouAwake.plist",
'~/Library/Saved Application State/info.marcel-dierkes.KeepingYouAwake.savedState', "~/Library/Saved Application State/info.marcel-dierkes.KeepingYouAwake.savedState",
] ]
end end