react-studio: fix RuboCop style.

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

View File

@ -1,23 +1,23 @@
cask 'react-studio' do
version '1.7.17,385'
sha256 'f39de45eabd12b7105ad79bebf4c9d8e0b857745d177cc3a58a394cb6ab25a8d'
cask "react-studio" do
version "1.7.17,385"
sha256 "f39de45eabd12b7105ad79bebf4c9d8e0b857745d177cc3a58a394cb6ab25a8d"
# s3.amazonaws.com/sc.neonto.com/ was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/sc.neonto.com/ReactStudio_v#{version.before_comma.no_dots}_build#{version.after_comma}.zip"
appcast 'https://www.macupdater.net/cgi-bin/extract_text/send_post_request.cgi?url=https://reactstudio.com/api/download/reactstudio',
appcast "https://www.macupdater.net/cgi-bin/extract_text/send_post_request.cgi?url=https://reactstudio.com/api/download/reactstudio",
must_contain: version.before_comma.no_dots
name 'ReactStudio'
homepage 'https://reactstudio.com/'
name "ReactStudio"
homepage "https://reactstudio.com/"
app 'React Studio.app'
app "React Studio.app"
zap trash: [
'~/Documents/React Studio',
'~/Library/Application Support/React Studio',
'~/Library/Caches/com.neonto.ReactStudio',
'~/Library/Cookies/com.neonto.ReactStudio.binarycookies',
'~/Library/Preferences/com.neonto.ReactStudio.plist',
'~/Library/Preferences/com.neonto.ReactStudio.plist.*',
'~/Library/Saved Application State/com.neonto.ReactStudio.savedState',
]
"~/Documents/React Studio",
"~/Library/Application Support/React Studio",
"~/Library/Caches/com.neonto.ReactStudio",
"~/Library/Cookies/com.neonto.ReactStudio.binarycookies",
"~/Library/Preferences/com.neonto.ReactStudio.plist",
"~/Library/Preferences/com.neonto.ReactStudio.plist.*",
"~/Library/Saved Application State/com.neonto.ReactStudio.savedState",
]
end