nsregextester: fix RuboCop style.

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

View File

@ -1,11 +1,11 @@
cask 'nsregextester' do
cask "nsregextester" do
version :latest
sha256 :no_check
# raw.githubusercontent.com/aaronvegh/nsregextester/master/ was verified as official when first introduced to the cask
url 'https://raw.githubusercontent.com/aaronvegh/nsregextester/master/NSRegexTester.zip'
name 'NSRegexTester'
homepage 'https://github.com/aaronvegh/nsregextester'
url "https://raw.githubusercontent.com/aaronvegh/nsregextester/master/NSRegexTester.zip"
name "NSRegexTester"
homepage "https://github.com/aaronvegh/nsregextester"
app 'NSRegexTester.app'
app "NSRegexTester.app"
end