fastonosql: fix RuboCop style.

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

View File

@ -1,11 +1,11 @@
cask 'fastonosql' do
version '2.6.0'
sha256 '13755c0f39d65d2d8a729726cdb84e4040d1e488296aa2d57ab5b0b2c272354a'
cask "fastonosql" do
version "2.6.0"
sha256 "13755c0f39d65d2d8a729726cdb84e4040d1e488296aa2d57ab5b0b2c272354a"
url "https://fastonosql.com/downloads_pro/macosx/fastonosql_pro-#{version}-x86_64.dmg"
appcast 'https://github.com/fastogt/fastonosql/releases.atom'
name 'FastoNoSQL'
homepage 'https://www.fastonosql.com/'
appcast "https://github.com/fastogt/fastonosql/releases.atom"
name "FastoNoSQL"
homepage "https://www.fastonosql.com/"
app 'FastoNoSQL.app'
app "FastoNoSQL.app"
end