buildsettingextractor: fix RuboCop style.

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

View File

@ -1,13 +1,13 @@
cask 'buildsettingextractor' do
version '1.4'
sha256 'd13fe380c21ca3231f62bc1f148be0690bf70f27971d5baae9fa6ccdb11b114c'
cask "buildsettingextractor" do
version "1.4"
sha256 "d13fe380c21ca3231f62bc1f148be0690bf70f27971d5baae9fa6ccdb11b114c"
url "https://github.com/dempseyatgithub/BuildSettingExtractor/releases/download/v#{version}/BuildSettingExtractor_#{version}.dmg"
appcast 'https://github.com/dempseyatgithub/BuildSettingExtractor/releases.atom'
name 'BuildSettingExtractor'
homepage 'https://github.com/dempseyatgithub/BuildSettingExtractor'
appcast "https://github.com/dempseyatgithub/BuildSettingExtractor/releases.atom"
name "BuildSettingExtractor"
homepage "https://github.com/dempseyatgithub/BuildSettingExtractor"
depends_on macos: '>= :mojave'
depends_on macos: ">= :mojave"
app 'BuildSettingExtractor.app'
app "BuildSettingExtractor.app"
end