From feda34dade7b0f9a3e89c3ae9faa8288bf3cafbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:44:05 +0000 Subject: [PATCH 1/3] build(deps): bump public_suffix from 5.0.4 to 5.0.5 in /Library/Homebrew Bumps [public_suffix](https://github.com/weppos/publicsuffix-ruby) from 5.0.4 to 5.0.5. - [Changelog](https://github.com/weppos/publicsuffix-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/weppos/publicsuffix-ruby/compare/v5.0.4...v5.0.5) --- updated-dependencies: - dependency-name: public_suffix dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 6766e8d25e..712befde87 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -48,7 +48,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (5.0.4) + public_suffix (5.0.5) racc (1.7.3) rainbow (3.1.1) rbi (0.1.9) @@ -156,7 +156,6 @@ GEM PLATFORMS aarch64-linux - arm-linux arm64-darwin x86_64-darwin x86_64-linux From faf3d24f4b59a6d4ea8aaafb6cf1e68960d90ae9 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:45:04 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/Gemfile.lock | 1 + .../Homebrew/vendor/bundle/bundler/setup.rb | 2 +- .../LICENSE.txt | 2 +- .../data/list.txt | 319 +++++++++++++----- .../lib/public_suffix.rb | 2 +- .../lib/public_suffix/domain.rb | 2 +- .../lib/public_suffix/errors.rb | 2 +- .../lib/public_suffix/list.rb | 2 +- .../lib/public_suffix/rule.rb | 2 +- .../lib/public_suffix/version.rb | 4 +- 10 files changed, 249 insertions(+), 89 deletions(-) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{public_suffix-5.0.4 => public_suffix-5.0.5}/LICENSE.txt (94%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{public_suffix-5.0.4 => public_suffix-5.0.5}/data/list.txt (98%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{public_suffix-5.0.4 => public_suffix-5.0.5}/lib/public_suffix.rb (99%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{public_suffix-5.0.4 => public_suffix-5.0.5}/lib/public_suffix/domain.rb (99%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{public_suffix-5.0.4 => public_suffix-5.0.5}/lib/public_suffix/errors.rb (92%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{public_suffix-5.0.4 => public_suffix-5.0.5}/lib/public_suffix/list.rb (99%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{public_suffix-5.0.4 => public_suffix-5.0.5}/lib/public_suffix/rule.rb (99%) rename Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/{public_suffix-5.0.4 => public_suffix-5.0.5}/lib/public_suffix/version.rb (69%) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 712befde87..215902f525 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -156,6 +156,7 @@ GEM PLATFORMS aarch64-linux + arm-linux arm64-darwin x86_64-darwin x86_64-linux diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 9595559bd1..367c881884 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -27,7 +27,7 @@ else end end end -$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/public_suffix-5.0.4/lib") +$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/public_suffix-5.0.5/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/addressable-2.8.6/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/ast-2.4.2/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/bindata-2.5.0/lib") diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/LICENSE.txt b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/LICENSE.txt similarity index 94% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/LICENSE.txt rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/LICENSE.txt index 0909dd4133..32b1ac8395 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/LICENSE.txt +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2009-2023 Simone Carletti +Copyright (c) 2009-2024 Simone Carletti MIT License diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/data/list.txt b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/data/list.txt similarity index 98% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/data/list.txt rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/data/list.txt index fff6e9a494..21df77442b 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/data/list.txt +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/data/list.txt @@ -6710,7 +6710,7 @@ org.zw // newGTLDs -// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2023-11-03T15:13:18Z +// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2024-03-28T15:13:37Z // This list is auto-generated, don't edit it manually. // aaa : American Automobile Association, Inc. // https://www.iana.org/domains/root/db/aaa.html @@ -6988,10 +6988,6 @@ auto // https://www.iana.org/domains/root/db/autos.html autos -// avianca : Avianca Inc. -// https://www.iana.org/domains/root/db/avianca.html -avianca - // aws : AWS Registry LLC // https://www.iana.org/domains/root/db/aws.html aws @@ -7016,10 +7012,6 @@ baidu // https://www.iana.org/domains/root/db/banamex.html banamex -// bananarepublic : The Gap, Inc. -// https://www.iana.org/domains/root/db/bananarepublic.html -bananarepublic - // band : Dog Beach, LLC // https://www.iana.org/domains/root/db/band.html band @@ -7544,10 +7536,6 @@ college // https://www.iana.org/domains/root/db/cologne.html cologne -// comcast : Comcast IP Holdings I, LLC -// https://www.iana.org/domains/root/db/comcast.html -comcast - // commbank : COMMONWEALTH BANK OF AUSTRALIA // https://www.iana.org/domains/root/db/commbank.html commbank @@ -7752,6 +7740,10 @@ dental // https://www.iana.org/domains/root/db/dentist.html dentist +// desi +// https://www.iana.org/domains/root/db/desi.html +desi + // design : Registry Services, LLC // https://www.iana.org/domains/root/db/design.html design @@ -7796,7 +7788,7 @@ discover // https://www.iana.org/domains/root/db/dish.html dish -// diy : Lifestyle Domain Holdings, Inc. +// diy : Internet Naming Company LLC // https://www.iana.org/domains/root/db/diy.html diy @@ -7928,10 +7920,6 @@ esq // https://www.iana.org/domains/root/db/estate.html estate -// etisalat : Emirates Telecommunications Corporation (trading as Etisalat) -// https://www.iana.org/domains/root/db/etisalat.html -etisalat - // eurovision : European Broadcasting Union (EBU) // https://www.iana.org/domains/root/db/eurovision.html eurovision @@ -8104,7 +8092,7 @@ fly // https://www.iana.org/domains/root/db/foo.html foo -// food : Lifestyle Domain Holdings, Inc. +// food : Internet Naming Company LLC // https://www.iana.org/domains/root/db/food.html food @@ -8164,7 +8152,7 @@ ftr // https://www.iana.org/domains/root/db/fujitsu.html fujitsu -// fun : Radix FZC DMCC +// fun : Radix Technologies Inc. // https://www.iana.org/domains/root/db/fun.html fun @@ -8312,7 +8300,7 @@ goldpoint // https://www.iana.org/domains/root/db/golf.html golf -// goo : NTT Resonant Inc. +// goo : NTT DOCOMO, INC. // https://www.iana.org/domains/root/db/goo.html goo @@ -8364,10 +8352,6 @@ grocery // https://www.iana.org/domains/root/db/group.html group -// guardian : The Guardian Life Insurance Company of America -// https://www.iana.org/domains/root/db/guardian.html -guardian - // gucci : Guccio Gucci S.p.a. // https://www.iana.org/domains/root/db/gucci.html gucci @@ -8500,7 +8484,7 @@ horse // https://www.iana.org/domains/root/db/hospital.html hospital -// host : Radix FZC DMCC +// host : Radix Technologies Inc. // https://www.iana.org/domains/root/db/host.html host @@ -8720,7 +8704,7 @@ jpmorgan // https://www.iana.org/domains/root/db/jprs.html jprs -// juegos : Internet Naming Company LLC +// juegos : Dog Beach, LLC // https://www.iana.org/domains/root/db/juegos.html juegos @@ -8908,7 +8892,7 @@ life // https://www.iana.org/domains/root/db/lifeinsurance.html lifeinsurance -// lifestyle : Lifestyle Domain Holdings, Inc. +// lifestyle : Internet Naming Company LLC // https://www.iana.org/domains/root/db/lifestyle.html lifestyle @@ -8948,7 +8932,7 @@ lipsy // https://www.iana.org/domains/root/db/live.html live -// living : Lifestyle Domain Holdings, Inc. +// living : Internet Naming Company LLC // https://www.iana.org/domains/root/db/living.html living @@ -9392,10 +9376,6 @@ olayan // https://www.iana.org/domains/root/db/olayangroup.html olayangroup -// oldnavy : The Gap, Inc. -// https://www.iana.org/domains/root/db/oldnavy.html -oldnavy - // ollo : Dish DBS Corporation // https://www.iana.org/domains/root/db/ollo.html ollo @@ -9416,7 +9396,7 @@ ong // https://www.iana.org/domains/root/db/onl.html onl -// online : Radix FZC DMCC +// online : Radix Technologies Inc. // https://www.iana.org/domains/root/db/online.html online @@ -9620,7 +9600,7 @@ pramerica // https://www.iana.org/domains/root/db/praxi.html praxi -// press : Radix FZC DMCC +// press : Radix Technologies Inc. // https://www.iana.org/domains/root/db/press.html press @@ -9928,10 +9908,6 @@ sbi // https://www.iana.org/domains/root/db/sbs.html sbs -// sca : SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ) -// https://www.iana.org/domains/root/db/sca.html -sca - // scb : The Siam Commercial Bank Public Company Limited ("SCB") // https://www.iana.org/domains/root/db/scb.html scb @@ -10076,7 +10052,7 @@ sina // https://www.iana.org/domains/root/db/singles.html singles -// site : Radix FZC DMCC +// site : Radix Technologies Inc. // https://www.iana.org/domains/root/db/site.html site @@ -10156,7 +10132,7 @@ soy // https://www.iana.org/domains/root/db/spa.html spa -// space : Radix FZC DMCC +// space : Radix Technologies Inc. // https://www.iana.org/domains/root/db/space.html space @@ -10208,7 +10184,7 @@ stockholm // https://www.iana.org/domains/root/db/storage.html storage -// store : Radix FZC DMCC +// store : Radix Technologies Inc. // https://www.iana.org/domains/root/db/store.html store @@ -10324,7 +10300,7 @@ tdk // https://www.iana.org/domains/root/db/team.html team -// tech : Radix FZC DMCC +// tech : Radix Technologies Inc. // https://www.iana.org/domains/root/db/tech.html tech @@ -10508,7 +10484,7 @@ unicom // https://www.iana.org/domains/root/db/university.html university -// uno : Radix FZC DMCC +// uno : Radix Technologies Inc. // https://www.iana.org/domains/root/db/uno.html uno @@ -10524,7 +10500,7 @@ ups // https://www.iana.org/domains/root/db/vacations.html vacations -// vana : Lifestyle Domain Holdings, Inc. +// vana : Internet Naming Company LLC // https://www.iana.org/domains/root/db/vana.html vana @@ -10608,10 +10584,6 @@ vlaanderen // https://www.iana.org/domains/root/db/vodka.html vodka -// volkswagen : Volkswagen Group of America Inc. -// https://www.iana.org/domains/root/db/volkswagen.html -volkswagen - // volvo : Volvo Holding Sverige Aktiebolag // https://www.iana.org/domains/root/db/volvo.html volvo @@ -10676,10 +10648,14 @@ webcam // https://www.iana.org/domains/root/db/weber.html weber -// website : Radix FZC DMCC +// website : Radix Technologies Inc. // https://www.iana.org/domains/root/db/website.html website +// wed +// https://www.iana.org/domains/root/db/wed.html +wed + // wedding : Registry Services, LLC // https://www.iana.org/domains/root/db/wedding.html wedding @@ -10768,10 +10744,6 @@ xbox // https://www.iana.org/domains/root/db/xerox.html xerox -// xfinity : Comcast IP Holdings I, LLC -// https://www.iana.org/domains/root/db/xfinity.html -xfinity - // xihuan : Beijing Qihu Keji Co., Ltd. // https://www.iana.org/domains/root/db/xihuan.html xihuan @@ -11012,10 +10984,6 @@ xin // https://www.iana.org/domains/root/db/xn--mgba7c0bbn0a.html العليان -// xn--mgbaakc7dvf : Emirates Telecommunications Corporation (trading as Etisalat) -// https://www.iana.org/domains/root/db/xn--mgbaakc7dvf.html -اتصالات - // xn--mgbab2bd : CORE Association // https://www.iana.org/domains/root/db/xn--mgbab2bd.html بازار @@ -11217,6 +11185,12 @@ zuerich // ===BEGIN PRIVATE DOMAINS=== // (Note: these are in alphabetical order by company name) +// 12CHARS: https://12chars.com +// Submitted by Kenny Niehage +12chars.dev +12chars.it +12chars.pro + // 1GB LLC : https://www.1gb.ua/ // Submitted by 1GB LLC cc.ua @@ -11226,6 +11200,11 @@ ltd.ua // 611coin : https://611project.org/ 611.to +// A2 Hosting +// Submitted by Tyler Hall +a2hosted.com +cpserver.com + // Aaron Marais' Gitlab pages: https://lab.aaronleem.co.za // Submitted by Aaron Marais graphox.us @@ -11242,12 +11221,18 @@ graphox.us // Submitted by Ofer Kalaora activetrail.biz +// Adaptable.io : https://adaptable.io +// Submitted by Mark Terrel +adaptable.app + // Adobe : https://www.adobe.com/ // Submitted by Ian Boston and Lars Trieloff adobeaemcloud.com *.dev.adobeaemcloud.com +aem.live hlx.live adobeaemcloud.net +aem.page hlx.page hlx3.page @@ -11319,7 +11304,7 @@ myamaze.net // Amazon API Gateway // Submitted by AWS Security -// Reference: 4d863337-ff98-4501-a6f2-361eba8445d6 +// Reference: 9e37648f-a66c-4655-9ab1-5981f8737197 execute-api.cn-north-1.amazonaws.com.cn execute-api.cn-northwest-1.amazonaws.com.cn execute-api.af-south-1.amazonaws.com @@ -11334,6 +11319,7 @@ execute-api.ap-southeast-2.amazonaws.com execute-api.ap-southeast-3.amazonaws.com execute-api.ap-southeast-4.amazonaws.com execute-api.ca-central-1.amazonaws.com +execute-api.ca-west-1.amazonaws.com execute-api.eu-central-1.amazonaws.com execute-api.eu-central-2.amazonaws.com execute-api.eu-north-1.amazonaws.com @@ -11505,7 +11491,7 @@ emrstudio-prod.us-west-2.amazonaws.com // Amazon S3 // Submitted by AWS Security -// Reference: 0e801048-08f2-4064-9cb8-e7373e0b57f4 +// Reference: cd5c8b3a-67b7-4b40-9236-c87ce81a3d10 s3.dualstack.cn-north-1.amazonaws.com.cn s3-accesspoint.dualstack.cn-north-1.amazonaws.com.cn s3-website.dualstack.cn-north-1.amazonaws.com.cn @@ -11604,6 +11590,16 @@ s3-accesspoint-fips.ca-central-1.amazonaws.com s3-fips.ca-central-1.amazonaws.com s3-object-lambda.ca-central-1.amazonaws.com s3-website.ca-central-1.amazonaws.com +s3.dualstack.ca-west-1.amazonaws.com +s3-accesspoint.dualstack.ca-west-1.amazonaws.com +s3-accesspoint-fips.dualstack.ca-west-1.amazonaws.com +s3-fips.dualstack.ca-west-1.amazonaws.com +s3-website.dualstack.ca-west-1.amazonaws.com +s3.ca-west-1.amazonaws.com +s3-accesspoint.ca-west-1.amazonaws.com +s3-accesspoint-fips.ca-west-1.amazonaws.com +s3-fips.ca-west-1.amazonaws.com +s3-website.ca-west-1.amazonaws.com s3.dualstack.eu-central-1.amazonaws.com s3-accesspoint.dualstack.eu-central-1.amazonaws.com s3-website.dualstack.eu-central-1.amazonaws.com @@ -11786,7 +11782,7 @@ s3-website.us-west-2.amazonaws.com // Amazon SageMaker Notebook Instances // Submitted by AWS Security -// Reference: fe8c9e94-5a22-486d-8750-991a3a9b13c6 +// Reference: ce8ae0b1-0070-496d-be88-37c31837af9d notebook.af-south-1.sagemaker.aws notebook.ap-east-1.sagemaker.aws notebook.ap-northeast-1.sagemaker.aws @@ -11799,6 +11795,9 @@ notebook.ap-southeast-2.sagemaker.aws notebook.ap-southeast-3.sagemaker.aws notebook.ap-southeast-4.sagemaker.aws notebook.ca-central-1.sagemaker.aws +notebook-fips.ca-central-1.sagemaker.aws +notebook.ca-west-1.sagemaker.aws +notebook-fips.ca-west-1.sagemaker.aws notebook.eu-central-1.sagemaker.aws notebook.eu-central-2.sagemaker.aws notebook.eu-north-1.sagemaker.aws @@ -11885,7 +11884,7 @@ analytics-gateway.us-west-2.amazonaws.com // AWS Cloud9 // Submitted by: AWS Security -// Reference: 05c44955-977c-4b57-938a-f2af92733f9f +// Reference: 30717f72-4007-4f0f-8ed4-864c6f2efec9 webview-assets.aws-cloud9.af-south-1.amazonaws.com vfs.cloud9.af-south-1.amazonaws.com webview-assets.cloud9.af-south-1.amazonaws.com @@ -11931,6 +11930,8 @@ webview-assets.cloud9.eu-west-2.amazonaws.com webview-assets.aws-cloud9.eu-west-3.amazonaws.com vfs.cloud9.eu-west-3.amazonaws.com webview-assets.cloud9.eu-west-3.amazonaws.com +webview-assets.aws-cloud9.il-central-1.amazonaws.com +vfs.cloud9.il-central-1.amazonaws.com webview-assets.aws-cloud9.me-south-1.amazonaws.com vfs.cloud9.me-south-1.amazonaws.com webview-assets.cloud9.me-south-1.amazonaws.com @@ -11993,6 +11994,11 @@ us-west-2.elasticbeanstalk.com // Reference: d916759d-a08b-4241-b536-4db887383a6a awsglobalaccelerator.com +// AWS re:Post Private +// Submitted by AWS Security +// Reference: 83385945-225f-416e-9aa0-ad0632bfdcee +*.private.repost.aws + // eero // Submitted by Yue Kang // Reference: 264afe70-f62c-4c02-8ab9-b5281ed24461 @@ -12010,6 +12016,10 @@ tele.amune.org // Submitted by Apigee Security Team apigee.io +// Apis Networks: https://apisnetworks.com +// Submitted by Matt Saladna +panel.dev + // Apphud : https://apphud.com // Submitted by Alexander Selivanov siiites.com @@ -12027,6 +12037,10 @@ appudo.net // Submitted by Thomas Orozco on-aptible.com +// Aquapal : https://aquapal.net/ +// Submitted by Aki Ueno +f5.si + // ASEINet : https://www.aseinet.com/ // Submitted by Asei SEKIGUCHI user.aseinet.ne.jp @@ -12121,6 +12135,10 @@ beagleboard.io // Submitted by Lev Nekrasov *.beget.app +// Besties : https://besties.house +// Submitted by Hazel Cora +pages.gay + // BetaInABox // Submitted by Adrian betainabox.com @@ -12166,6 +12184,10 @@ square7.de bplaced.net square7.net +// Brave : https://brave.com +// Submitted by Andrea Brancaleoni +*.s.brave.io + // Brendly : https://brendly.rs // Submitted by Dusan Radovanovic shop.brendly.rs @@ -12191,7 +12213,9 @@ mycd.eu // Canva Pty Ltd : https://canva.com/ // Submitted by Joel Aquilina canva-apps.cn +*.my.canvasite.cn canva-apps.com +*.my.canva.site // Carrd : https://carrd.co // Submitted by AJ @@ -12383,6 +12407,10 @@ co.no webhosting.be hosting-cluster.nl +// Convex : https://convex.dev/ +// Submitted by James Cowling +convex.site + // Coordination Center for TLD RU and XN--P1AI : https://cctld.ru/en/domains/domens_ru/reserved/ // Submitted by George Georgievsky ac.ru @@ -12404,10 +12432,18 @@ feste-ip.net knx-server.net static-access.net +// cPanel L.L.C. : https://www.cpanel.net/ +// Submitted by Dustin Scherer +*.cprapid.com + // Craynic, s.r.o. : http://www.craynic.com/ // Submitted by Ales Krajnik realm.cz +// Crisp IM SAS : https://crisp.chat/ +// Submitted by Baptiste Jamin +on.crisp.email + // Cryptonomic : https://cryptonomic.net/ // Submitted by Andrew Cady *.cryptonomic.net @@ -12428,6 +12464,13 @@ curv.dev *.ocp.customer-oci.com *.ocs.customer-oci.com +// Cyclic Software : https://www.cyclic.sh +// Submitted by Kam Lasater +cyclic.app +cyclic.cloud +cyclic-app.com +cyclic.co.in + // cyon GmbH : https://www.cyon.ch/ // Submitted by Dominic Luechinger cyon.link @@ -12908,6 +12951,10 @@ e4.cz easypanel.app easypanel.host +// EasyWP : https://www.easywp.com +// Submitted by +*.ewp.live + // Elementor : Elementor Ltd. // Submitted by Anton Barkan elementor.cloud @@ -13022,10 +13069,6 @@ url.tw // Submitted by Eric Jiang onfabrica.com -// Facebook, Inc. -// Submitted by Peter Ruibal -apps.fbsbx.com - // FAITID : https://faitid.org/ // Submitted by Maxim Alzoba // https://www.flexireg.net/stat_info @@ -13183,6 +13226,10 @@ flap.id onflashdrive.app fldrv.com +// FlutterFlow : https://flutterflow.io +// Submitted by Anton Emelyanov +flutterflow.app + // fly.io: https://fly.io // Submitted by Kurt Mackey fly.dev @@ -13193,7 +13240,7 @@ shw.io // Submitted by Jonathan Rudenberg flynnhosting.net -// Forgerock : https://www.forgerock.com +// Forgerock : https://www.forgerock.com // Submitted by Roderick Parr forgeblocks.com id.forgerock.io @@ -13251,6 +13298,10 @@ futuremailing.at *.kunden.ortsinfo.at *.statics.cloud +// GCom Internet : https://www.gcom.net.au +// Submitted by Leo Julius +aliases121.com + // GDS : https://www.gov.uk/service-manual/technology/managing-domain-names // Submitted by Stephen Ford independent-commission.uk @@ -13425,6 +13476,10 @@ whitesnow.jp zombie.jp heteml.net +// GoDaddy Registry : https://registry.godaddy +// Submitted by Rohan Durrant +graphic.design + // GOV.UK Platform as a Service : https://www.cloud.service.gov.uk/ // Submitted by Tom Whitwell cloudapps.digital @@ -13434,10 +13489,6 @@ london.cloudapps.digital // Submitted by Richard Baker pymnt.uk -// UKHomeOffice : https://www.gov.uk/government/organisations/home-office -// Submitted by Jon Shanks -homeoffice.gov.uk - // GlobeHosting, Inc. // Submitted by Zoltan Egresi ro.im @@ -13448,8 +13499,7 @@ goip.de // Google, Inc. // Submitted by Eduardo Vela -run.app -a.run.app +*.run.app web.app *.0emm.com appspot.com @@ -13604,6 +13654,12 @@ ravendb.run // Submitted by Krzysztof Wolski homesklep.pl +// Homebase : https://homebase.id/ +// Submitted by Jason Babo +*.kin.one +*.id.pub +*.kin.pub + // Hong Kong Productivity Council: https://www.hkpc.org/ // Submitted by SECaaS Team secaas.hk @@ -13681,7 +13737,7 @@ biz.at info.at // info.cx : http://info.cx -// Submitted by Jacob Slater +// Submitted by June Slater info.cx // Interlegis : http://www.interlegis.leg.br @@ -13730,6 +13786,10 @@ iopsys.se // Submitted by Matthew Hardeman ipifony.net +// ir.md : https://nic.ir.md +// Submitted by Ali Soizi +ir.md + // IServ GmbH : https://iserv.de // Submitted by Mario Hoberg iservschule.de @@ -14057,6 +14117,11 @@ memset.net // Submitted by Ruben Schmidmeister messerli.app +// Meta Platforms, Inc. : https://meta.com/ +// Submitted by Jacob Cordero +atmeta.com +apps.fbsbx.com + // MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/ // Submitted by Zdeněk Šustr *.cloud.metacentrum.cz @@ -14077,10 +14142,15 @@ co.pl // Microsoft Corporation : http://microsoft.com // Submitted by Public Suffix List Admin +// Managed by Corporate Domains +// Microsoft Azure : https://home.azure *.azurecontainer.io +cloudapp.azure.com +azure-api.net +azureedge.net +azurefd.net azurewebsites.net azure-mobile.net -cloudapp.net azurestaticapps.net 1.azurestaticapps.net 2.azurestaticapps.net @@ -14094,6 +14164,10 @@ eastasia.azurestaticapps.net eastus2.azurestaticapps.net westeurope.azurestaticapps.net westus2.azurestaticapps.net +cloudapp.net +trafficmanager.net +blob.core.windows.net +servicebus.windows.net // minion.systems : http://minion.systems // Submitted by Robert Böttinger @@ -14107,6 +14181,10 @@ mintere.site // Submitted by Grayson Martin forte.id +// MODX Systems LLC : https://modx.com +// Submitted by Elizabeth Southwell +modx.dev + // Mozilla Corporation : https://mozilla.com // Submitted by Ben Francis mozilla-iot.org @@ -14168,6 +14246,7 @@ jp.ngrok.io sa.ngrok.io us.ngrok.io ngrok.pizza +ngrok.pro // Nicolaus Copernicus University in Torun - MSK TORMAN (https://www.man.torun.pl) torun.pl @@ -14180,6 +14259,10 @@ nh-serv.co.uk // Submitted by Jeff Wheelhouse nfshost.com +// NFT.Storage : https://nft.storage/ +// Submitted by Vasco Santos or +ipfs.nftstorage.link + // Noop : https://noop.app // Submitted by Nathaniel Schweinberg *.developer.app @@ -14483,7 +14566,8 @@ on-web.fr // Platform.sh : https://platform.sh // Submitted by Nikola Kotur -bc.platform.sh +*.upsun.app +upsunapp.com ent.platform.sh eu.platform.sh us.platform.sh @@ -14502,6 +14586,10 @@ pdns.page plesk.page pleskns.com +// Pley AB : https://www.pley.com/ +// Submitted by Henning Pohl +pley.games + // Port53 : https://port53.io/ // Submitted by Maximilian Schieder dyn53.io @@ -14578,6 +14666,8 @@ qbuser.com // Rad Web Hosting: https://radwebhosting.com // Submitted by Scott Claeys cloudsite.builders +myradweb.net +servername.us // Redgate Software: https://red-gate.com // Submitted by Andrew Farries @@ -14644,11 +14734,40 @@ app.render.com onrender.com // Repl.it : https://repl.it -// Submitted by Lincoln Bergeson +// Submitted by Lincoln Bergeson +replit.app +id.replit.app firewalledreplit.co id.firewalledreplit.co repl.co id.repl.co +replit.dev +archer.replit.dev +bones.replit.dev +canary.replit.dev +global.replit.dev +hacker.replit.dev +id.replit.dev +janeway.replit.dev +kim.replit.dev +kira.replit.dev +kirk.replit.dev +odo.replit.dev +paris.replit.dev +picard.replit.dev +pike.replit.dev +prerelease.replit.dev +reed.replit.dev +riker.replit.dev +sisko.replit.dev +spock.replit.dev +staging.replit.dev +sulu.replit.dev +tarpit.replit.dev +teams.replit.dev +tucker.replit.dev +wesley.replit.dev +worf.replit.dev repl.run // Resin.io : https://resin.io @@ -14745,10 +14864,11 @@ from.tv sakura.tv // Salesforce.com, Inc. https://salesforce.com/ -// Submitted by Michael Biven +// Submitted by Michael Biven and Aaron Romeo *.builder.code.com *.dev-builder.code.com *.stg-builder.code.com +*.001.test.code-builder-stg.platform.salesforce.com // Sandstorm Development Group, Inc. : https://sandcats.io/ // Submitted by Asheesh Laroia @@ -14764,6 +14884,7 @@ logoip.com fr-par-1.baremetal.scw.cloud fr-par-2.baremetal.scw.cloud nl-ams-1.baremetal.scw.cloud +cockpit.fr-par.scw.cloud fnc.fr-par.scw.cloud functions.fnc.fr-par.scw.cloud k8s.fr-par.scw.cloud @@ -14774,11 +14895,13 @@ whm.fr-par.scw.cloud priv.instances.scw.cloud pub.instances.scw.cloud k8s.scw.cloud +cockpit.nl-ams.scw.cloud k8s.nl-ams.scw.cloud nodes.k8s.nl-ams.scw.cloud s3.nl-ams.scw.cloud s3-website.nl-ams.scw.cloud whm.nl-ams.scw.cloud +cockpit.pl-waw.scw.cloud k8s.pl-waw.scw.cloud nodes.k8s.pl-waw.scw.cloud s3.pl-waw.scw.cloud @@ -14887,7 +15010,7 @@ alpha.bounty-full.com beta.bounty-full.com // Smallregistry by Promopixel SARL: https://www.smallregistry.net -// Former AFNIC's SLDs +// Former AFNIC's SLDs // Submitted by Jérôme Lipowicz aeroport.fr avocat.fr @@ -14927,6 +15050,14 @@ srht.site // Submitted by Adrien Gillon stackhero-network.com +// STACKIT : https://www.stackit.de/en/ +// Submitted by STACKIT-DNS Team (Simon Stier) +runs.onstackit.cloud +stackit.gg +stackit.rocks +stackit.run +stackit.zone + // Staclar : https://staclar.com // Submitted by Q Misell musician.io @@ -14993,6 +15124,19 @@ myspreadshop.co.uk // Submitted by Jacob Lee api.stdlib.com +// stereosense GmbH : https://www.involve.me +// Submitted by Florian Burmann +feedback.ac +forms.ac +assessments.cx +calculators.cx +funnels.cx +paynow.cx +quizzes.cx +researched.cx +tests.cx +surveys.so + // Storipress : https://storipress.com // Submitted by Benno Liu storipress.app @@ -15001,6 +15145,12 @@ storipress.app // Submitted by Philip Hutchins storj.farm +// Streak : https://streak.com +// Submitted by Blake Kadatz +streak-link.com +streaklinks.com +streakusercontent.com + // Studenten Net Twente : http://www.snt.utwente.nl/ // Submitted by Silke Hofstra utwente.io @@ -15063,6 +15213,7 @@ taifun-dns.de // Submitted by David Anderson beta.tailscale.net ts.net +*.c.ts.net // TASK geographical domains (www.task.gda.pl/uslugi/dns) gda.pl @@ -15265,7 +15416,6 @@ de.gt to.gt be.gy cc.hn -blog.kg io.kg jp.kg tv.kg @@ -15299,6 +15449,11 @@ v.ua // Submitted by Masayuki Note wafflecell.com +// Webflow, Inc. : https://www.webflow.com +// Submitted by Webflow Security Team +webflow.io +webflowtest.io + // WebHare bv: https://www.webhare.com/ // Submitted by Arnold Hendriks *.webhare.dev @@ -15418,6 +15573,10 @@ noho.st za.net za.org +// ZAP-Hosting GmbH & Co. KG : https://zap-hosting.com +// Submitted by Julian Alker +zap.cloud + // Zine EOOD : https://zine.bg/ // Submitted by Martin Angelov bss.design diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix.rb similarity index 99% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix.rb index b36dfbe7f6..bd131e3f02 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix.rb @@ -4,7 +4,7 @@ # # Domain name parser based on the Public Suffix List. # -# Copyright (c) 2009-2023 Simone Carletti +# Copyright (c) 2009-2024 Simone Carletti require_relative "public_suffix/domain" require_relative "public_suffix/version" diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/domain.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/domain.rb similarity index 99% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/domain.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/domain.rb index 5cfb06a342..54e05f98c5 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/domain.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/domain.rb @@ -4,7 +4,7 @@ # # Domain name parser based on the Public Suffix List. # -# Copyright (c) 2009-2023 Simone Carletti +# Copyright (c) 2009-2024 Simone Carletti module PublicSuffix diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/errors.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/errors.rb similarity index 92% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/errors.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/errors.rb index 7414ffd415..40ee981418 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/errors.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/errors.rb @@ -4,7 +4,7 @@ # # Domain name parser based on the Public Suffix List. # -# Copyright (c) 2009-2023 Simone Carletti +# Copyright (c) 2009-2024 Simone Carletti module PublicSuffix diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/list.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/list.rb similarity index 99% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/list.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/list.rb index 4bb4f1bd75..d90b72342f 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/list.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/list.rb @@ -4,7 +4,7 @@ # # Domain name parser based on the Public Suffix List. # -# Copyright (c) 2009-2023 Simone Carletti +# Copyright (c) 2009-2024 Simone Carletti module PublicSuffix diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/rule.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/rule.rb similarity index 99% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/rule.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/rule.rb index 520e08c27e..31d8daaf08 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/rule.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/rule.rb @@ -4,7 +4,7 @@ # # Domain name parser based on the Public Suffix List. # -# Copyright (c) 2009-2023 Simone Carletti +# Copyright (c) 2009-2024 Simone Carletti module PublicSuffix diff --git a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/version.rb b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/version.rb similarity index 69% rename from Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/version.rb rename to Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/version.rb index a819359fc3..7f725afeb5 100644 --- a/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.4/lib/public_suffix/version.rb +++ b/Library/Homebrew/vendor/bundle/ruby/3.1.0/gems/public_suffix-5.0.5/lib/public_suffix/version.rb @@ -4,11 +4,11 @@ # # Domain name parser based on the Public Suffix List. # -# Copyright (c) 2009-2023 Simone Carletti +# Copyright (c) 2009-2024 Simone Carletti module PublicSuffix # @return [String] the current library version - VERSION = "5.0.4" + VERSION = "5.0.5" end From 3d904b851207bec449b5595e65c8258329af854a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:45:16 +0000 Subject: [PATCH 3/3] Update RBI files for public_suffix. Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow. --- .../sorbet/rbi/dsl/homebrew/cli/args.rbi | 281 +----------------- .../sorbet/rbi/dsl/homebrew/cmd/cache.rbi | 40 +++ .../sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi | 7 + .../sorbet/rbi/dsl/homebrew/cmd/cellar.rbi | 7 + .../sorbet/rbi/dsl/homebrew/cmd/env.rbi | 13 + .../sorbet/rbi/dsl/homebrew/cmd/log.rbi | 40 +++ .../sorbet/rbi/dsl/homebrew/cmd/migrate.rbi | 31 ++ .../sorbet/rbi/dsl/homebrew/cmd/missing.rbi | 10 + .../rbi/dsl/homebrew/cmd/nodenv_sync.rbi | 7 + .../rbi/dsl/homebrew/cmd/options_cmd.rbi | 19 ++ .../sorbet/rbi/dsl/homebrew/cmd/outdated.rbi | 37 +++ .../sorbet/rbi/dsl/homebrew/cmd/pin.rbi | 7 + .../cmd/postgresql_upgrade_database.rbi | 7 + .../rbi/dsl/homebrew/cmd/postinstall.rbi | 7 + .../sorbet/rbi/dsl/homebrew/cmd/prefix.rbi | 13 + .../rbi/dsl/homebrew/cmd/pyenv_sync.rbi | 7 + .../rbi/dsl/homebrew/cmd/rbenv_sync.rbi | 7 + .../rbi/dsl/homebrew/cmd/readall_cmd.rbi | 25 ++ .../sorbet/rbi/dsl/homebrew/cmd/reinstall.rbi | 121 ++++++++ .../rbi/dsl/homebrew/cmd/repository.rbi | 7 + .../rbi/dsl/homebrew/cmd/search_cmd.rbi | 58 ++++ .../sorbet/rbi/dsl/homebrew/cmd/tap_cmd.rbi | 22 ++ .../sorbet/rbi/dsl/homebrew/cmd/tap_info.rbi | 13 + .../rbi/dsl/homebrew/cmd/uninstall_cmd.rbi | 31 ++ .../rbi/dsl/homebrew/cmd/unlink_cmd.rbi | 13 + .../sorbet/rbi/dsl/homebrew/cmd/unpin.rbi | 7 + .../sorbet/rbi/dsl/homebrew/cmd/untap_cmd.rbi | 13 + .../rbi/dsl/homebrew/cmd/update_report.rbi | 19 ++ .../rbi/dsl/homebrew/cmd/upgrade_cmd.rbi | 136 +++++++++ .../sorbet/rbi/dsl/homebrew/cmd/uses.rbi | 43 +++ 30 files changed, 768 insertions(+), 280 deletions(-) create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cache.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cellar.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/env.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/log.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/migrate.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/missing.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/nodenv_sync.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/options_cmd.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/outdated.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pin.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postgresql_upgrade_database.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postinstall.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/prefix.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pyenv_sync.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/rbenv_sync.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/readall_cmd.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/reinstall.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/repository.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_cmd.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_info.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uninstall_cmd.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unlink_cmd.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unpin.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/untap_cmd.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update_report.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi create mode 100644 Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uses.rbi diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi index 70f80cea5c..abd4038821 100644 --- a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cli/args.rbi @@ -4,283 +4,4 @@ # This is an autogenerated file for dynamic methods in `Homebrew::CLI::Args`. # Please instead update this file by running `bin/tapioca dsl Homebrew::CLI::Args`. -class Homebrew::CLI::Args - sig { returns(T::Boolean) } - def HEAD?; end - - sig { returns(T::Boolean) } - def adopt?; end - - sig { returns(T::Boolean) } - def aliases?; end - - sig { returns(T.nilable(String)) } - def appdir; end - - sig { returns(T.nilable(String)) } - def arch; end - - sig { returns(T::Boolean) } - def archlinux?; end - - sig { returns(T.nilable(String)) } - def audio_unit_plugindir; end - - sig { returns(T::Boolean) } - def auto_update?; end - - sig { returns(T::Boolean) } - def binaries?; end - - sig { returns(T.nilable(String)) } - def bottle_tag; end - - sig { returns(T::Boolean) } - def build_from_source?; end - - sig { returns(T::Boolean) } - def cask?; end - - sig { returns(T::Boolean) } - def casks?; end - - sig { returns(T::Boolean) } - def closed?; end - - sig { returns(T.nilable(String)) } - def colorpickerdir; end - - sig { returns(T.nilable(String)) } - def command; end - - sig { returns(T::Boolean) } - def compact?; end - - sig { returns(T::Boolean) } - def custom_remote?; end - - sig { returns(T::Boolean) } - def debian?; end - - sig { returns(T::Boolean) } - def debug_symbols?; end - - sig { returns(T::Boolean) } - def desc?; end - - sig { returns(T.nilable(String)) } - def dictionarydir; end - - sig { returns(T::Boolean) } - def display_times?; end - - sig { returns(T::Boolean) } - def dry_run?; end - - sig { returns(T::Boolean) } - def eval_all?; end - - sig { returns(T::Boolean) } - def f?; end - - sig { returns(T::Boolean) } - def fedora?; end - - sig { returns(T::Boolean) } - def fetch_HEAD?; end - - sig { returns(T::Boolean) } - def fink?; end - - sig { returns(T.nilable(String)) } - def fontdir; end - - sig { returns(T::Boolean) } - def force?; end - - sig { returns(T.nilable(String)) } - def force_auto_update?; end - - sig { returns(T::Boolean) } - def force_bottle?; end - - sig { returns(T::Boolean) } - def formula?; end - - sig { returns(T::Boolean) } - def formulae?; end - - sig { returns(T::Boolean) } - def g?; end - - sig { returns(T::Boolean) } - def git?; end - - sig { returns(T::Boolean) } - def greedy?; end - - sig { returns(T::Boolean) } - def greedy_auto_updates?; end - - sig { returns(T::Boolean) } - def greedy_latest?; end - - sig { returns(T.nilable(T::Array[String])) } - def hide; end - - sig { returns(T::Boolean) } - def i?; end - - sig { returns(T::Boolean) } - def ignore_dependencies?; end - - sig { returns(T::Boolean) } - def ignore_pinned?; end - - sig { returns(T::Boolean) } - def include_build?; end - - sig { returns(T::Boolean) } - def include_optional?; end - - sig { returns(T::Boolean) } - def include_test?; end - - sig { returns(T.nilable(String)) } - def input_methoddir; end - - sig { returns(T::Boolean) } - def installed?; end - - sig { returns(T::Boolean) } - def interactive?; end - - sig { returns(T.nilable(String)) } - def internet_plugindir; end - - sig { returns(T.nilable(String)) } - def json; end - - sig { returns(T::Boolean) } - def keep_tmp?; end - - sig { returns(T.nilable(String)) } - def keyboard_layoutdir; end - - sig { returns(T.nilable(T::Array[String])) } - def language; end - - sig { returns(T::Boolean) } - def macports?; end - - sig { returns(T.nilable(String)) } - def max_count; end - - sig { returns(T.nilable(String)) } - def mdimporterdir; end - - sig { returns(T::Boolean) } - def missing?; end - - sig { returns(T.nilable(String)) } - def n; end - - sig { returns(T::Boolean) } - def n?; end - - sig { returns(T::Boolean) } - def no_simulate?; end - - sig { returns(T::Boolean) } - def oneline?; end - - sig { returns(T::Boolean) } - def open?; end - - sig { returns(T::Boolean) } - def opensuse?; end - - sig { returns(T.nilable(String)) } - def os; end - - sig { returns(T::Boolean) } - def overwrite?; end - - sig { returns(T::Boolean) } - def p?; end - - sig { returns(T::Boolean) } - def patch?; end - - sig { returns(T::Boolean) } - def plain?; end - - sig { returns(T.nilable(String)) } - def prefpanedir; end - - sig { returns(T::Boolean) } - def preinstall?; end - - sig { returns(T::Boolean) } - def pull_request?; end - - sig { returns(T.nilable(String)) } - def qlplugindir; end - - sig { returns(T::Boolean) } - def quarantine?; end - - sig { returns(T::Boolean) } - def recursive?; end - - sig { returns(T::Boolean) } - def repair?; end - - sig { returns(T::Boolean) } - def repology?; end - - sig { returns(T::Boolean) } - def require_sha?; end - - sig { returns(T::Boolean) } - def s?; end - - sig { returns(T.nilable(String)) } - def screen_saverdir; end - - sig { returns(T.nilable(String)) } - def servicedir; end - - sig { returns(T.nilable(String)) } - def shell; end - - sig { returns(T::Boolean) } - def skip_cask_deps?; end - - sig { returns(T::Boolean) } - def skip_recommended?; end - - sig { returns(T::Boolean) } - def stat?; end - - sig { returns(T::Boolean) } - def syntax?; end - - sig { returns(T::Boolean) } - def u?; end - - sig { returns(T::Boolean) } - def ubuntu?; end - - sig { returns(T::Boolean) } - def unbrewed?; end - - sig { returns(T.nilable(String)) } - def vst3_plugindir; end - - sig { returns(T.nilable(String)) } - def vst_plugindir; end - - sig { returns(T::Boolean) } - def zap?; end -end +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cache.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cache.rbi new file mode 100644 index 0000000000..eacc7d74bb --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cache.rbi @@ -0,0 +1,40 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Cache`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Cache`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def HEAD?; end + + sig { returns(T.nilable(String)) } + def arch; end + + sig { returns(T.nilable(String)) } + def bottle_tag; end + + sig { returns(T::Boolean) } + def build_from_source?; end + + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def force_bottle?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T.nilable(String)) } + def os; end + + sig { returns(T::Boolean) } + def s?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi new file mode 100644 index 0000000000..eb4ba9c680 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/caskroom.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Caskroom`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Caskroom`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cellar.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cellar.rbi new file mode 100644 index 0000000000..24f5600ac9 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/cellar.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Cellar`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Cellar`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/env.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/env.rbi new file mode 100644 index 0000000000..2602bb05ce --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/env.rbi @@ -0,0 +1,13 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Env`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Env`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def plain?; end + + sig { returns(T.nilable(String)) } + def shell; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/log.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/log.rbi new file mode 100644 index 0000000000..8d5115755e --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/log.rbi @@ -0,0 +1,40 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Log`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Log`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T.nilable(String)) } + def max_count; end + + sig { returns(T.nilable(String)) } + def n; end + + sig { returns(T::Boolean) } + def oneline?; end + + sig { returns(T::Boolean) } + def p?; end + + sig { returns(T::Boolean) } + def patch?; end + + sig { returns(T::Boolean) } + def stat?; end + + sig { returns(T::Boolean) } + def u?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/migrate.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/migrate.rbi new file mode 100644 index 0000000000..cbf369859c --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/migrate.rbi @@ -0,0 +1,31 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Migrate`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Migrate`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def dry_run?; end + + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def n?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/missing.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/missing.rbi new file mode 100644 index 0000000000..6bb5bec5aa --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/missing.rbi @@ -0,0 +1,10 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Missing`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Missing`. + +class Homebrew::CLI::Args + sig { returns(T.nilable(T::Array[String])) } + def hide; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/nodenv_sync.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/nodenv_sync.rbi new file mode 100644 index 0000000000..ff38454cca --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/nodenv_sync.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::NodenvSync`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::NodenvSync`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/options_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/options_cmd.rbi new file mode 100644 index 0000000000..f603902f96 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/options_cmd.rbi @@ -0,0 +1,19 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::OptionsCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::OptionsCmd`. + +class Homebrew::CLI::Args + sig { returns(T.nilable(String)) } + def command; end + + sig { returns(T::Boolean) } + def compact?; end + + sig { returns(T::Boolean) } + def eval_all?; end + + sig { returns(T::Boolean) } + def installed?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/outdated.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/outdated.rbi new file mode 100644 index 0000000000..4613bd98f7 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/outdated.rbi @@ -0,0 +1,37 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Outdated`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Outdated`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def fetch_HEAD?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def g?; end + + sig { returns(T::Boolean) } + def greedy?; end + + sig { returns(T::Boolean) } + def greedy_auto_updates?; end + + sig { returns(T::Boolean) } + def greedy_latest?; end + + sig { returns(T.nilable(String)) } + def json; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pin.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pin.rbi new file mode 100644 index 0000000000..9f477325e2 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pin.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Pin`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Pin`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postgresql_upgrade_database.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postgresql_upgrade_database.rbi new file mode 100644 index 0000000000..7504382d18 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postgresql_upgrade_database.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::PostgresqlUpgradeDatabase`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::PostgresqlUpgradeDatabase`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postinstall.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postinstall.rbi new file mode 100644 index 0000000000..ec4a10984b --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/postinstall.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Postinstall`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Postinstall`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/prefix.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/prefix.rbi new file mode 100644 index 0000000000..3810a94f98 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/prefix.rbi @@ -0,0 +1,13 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Prefix`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Prefix`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def installed?; end + + sig { returns(T::Boolean) } + def unbrewed?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pyenv_sync.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pyenv_sync.rbi new file mode 100644 index 0000000000..2f96bcc70c --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/pyenv_sync.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::PyenvSync`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::PyenvSync`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/rbenv_sync.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/rbenv_sync.rbi new file mode 100644 index 0000000000..7b53503b09 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/rbenv_sync.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::RbenvSync`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::RbenvSync`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/readall_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/readall_cmd.rbi new file mode 100644 index 0000000000..0fb752086d --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/readall_cmd.rbi @@ -0,0 +1,25 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::ReadallCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::ReadallCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def aliases?; end + + sig { returns(T.nilable(String)) } + def arch; end + + sig { returns(T::Boolean) } + def eval_all?; end + + sig { returns(T::Boolean) } + def no_simulate?; end + + sig { returns(T.nilable(String)) } + def os; end + + sig { returns(T::Boolean) } + def syntax?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/reinstall.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/reinstall.rbi new file mode 100644 index 0000000000..ea8ee94648 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/reinstall.rbi @@ -0,0 +1,121 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Reinstall`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Reinstall`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def adopt?; end + + sig { returns(T.nilable(String)) } + def appdir; end + + sig { returns(T.nilable(String)) } + def audio_unit_plugindir; end + + sig { returns(T::Boolean) } + def binaries?; end + + sig { returns(T::Boolean) } + def build_from_source?; end + + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T.nilable(String)) } + def colorpickerdir; end + + sig { returns(T::Boolean) } + def debug_symbols?; end + + sig { returns(T.nilable(String)) } + def dictionarydir; end + + sig { returns(T::Boolean) } + def display_times?; end + + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T.nilable(String)) } + def fontdir; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T::Boolean) } + def force_bottle?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def g?; end + + sig { returns(T::Boolean) } + def git?; end + + sig { returns(T::Boolean) } + def i?; end + + sig { returns(T.nilable(String)) } + def input_methoddir; end + + sig { returns(T::Boolean) } + def interactive?; end + + sig { returns(T.nilable(String)) } + def internet_plugindir; end + + sig { returns(T::Boolean) } + def keep_tmp?; end + + sig { returns(T.nilable(String)) } + def keyboard_layoutdir; end + + sig { returns(T.nilable(T::Array[String])) } + def language; end + + sig { returns(T.nilable(String)) } + def mdimporterdir; end + + sig { returns(T.nilable(String)) } + def prefpanedir; end + + sig { returns(T.nilable(String)) } + def qlplugindir; end + + sig { returns(T::Boolean) } + def quarantine?; end + + sig { returns(T::Boolean) } + def require_sha?; end + + sig { returns(T::Boolean) } + def s?; end + + sig { returns(T.nilable(String)) } + def screen_saverdir; end + + sig { returns(T.nilable(String)) } + def servicedir; end + + sig { returns(T::Boolean) } + def skip_cask_deps?; end + + sig { returns(T.nilable(String)) } + def vst3_plugindir; end + + sig { returns(T.nilable(String)) } + def vst_plugindir; end + + sig { returns(T::Boolean) } + def zap?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/repository.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/repository.rbi new file mode 100644 index 0000000000..f9a8b655ab --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/repository.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Repository`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Repository`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi new file mode 100644 index 0000000000..f106b19b09 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/search_cmd.rbi @@ -0,0 +1,58 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::SearchCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::SearchCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def archlinux?; end + + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def closed?; end + + sig { returns(T::Boolean) } + def debian?; end + + sig { returns(T::Boolean) } + def desc?; end + + sig { returns(T::Boolean) } + def eval_all?; end + + sig { returns(T::Boolean) } + def fedora?; end + + sig { returns(T::Boolean) } + def fink?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def macports?; end + + sig { returns(T::Boolean) } + def open?; end + + sig { returns(T::Boolean) } + def opensuse?; end + + sig { returns(T::Boolean) } + def pull_request?; end + + sig { returns(T::Boolean) } + def repology?; end + + sig { returns(T::Boolean) } + def ubuntu?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_cmd.rbi new file mode 100644 index 0000000000..2b0e5e2a08 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_cmd.rbi @@ -0,0 +1,22 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::TapCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::TapCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def custom_remote?; end + + sig { returns(T::Boolean) } + def eval_all?; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T.nilable(String)) } + def force_auto_update?; end + + sig { returns(T::Boolean) } + def repair?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_info.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_info.rbi new file mode 100644 index 0000000000..e57d0e270f --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/tap_info.rbi @@ -0,0 +1,13 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::TapInfo`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::TapInfo`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def installed?; end + + sig { returns(T.nilable(String)) } + def json; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uninstall_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uninstall_cmd.rbi new file mode 100644 index 0000000000..e7211a0374 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uninstall_cmd.rbi @@ -0,0 +1,31 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UninstallCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UninstallCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def ignore_dependencies?; end + + sig { returns(T::Boolean) } + def zap?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unlink_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unlink_cmd.rbi new file mode 100644 index 0000000000..932b24c3f8 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unlink_cmd.rbi @@ -0,0 +1,13 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UnlinkCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UnlinkCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def dry_run?; end + + sig { returns(T::Boolean) } + def n?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unpin.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unpin.rbi new file mode 100644 index 0000000000..512051dc7e --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/unpin.rbi @@ -0,0 +1,7 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Unpin`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Unpin`. + +class Homebrew::CLI::Args; end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/untap_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/untap_cmd.rbi new file mode 100644 index 0000000000..72dcd0adbb --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/untap_cmd.rbi @@ -0,0 +1,13 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UntapCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UntapCmd`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T::Boolean) } + def force?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update_report.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update_report.rbi new file mode 100644 index 0000000000..126a704671 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/update_report.rbi @@ -0,0 +1,19 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UpdateReport`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UpdateReport`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def auto_update?; end + + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T::Boolean) } + def preinstall?; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi new file mode 100644 index 0000000000..6066de8f49 --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/upgrade_cmd.rbi @@ -0,0 +1,136 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::UpgradeCmd`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::UpgradeCmd`. + +class Homebrew::CLI::Args + sig { returns(T.nilable(String)) } + def appdir; end + + sig { returns(T.nilable(String)) } + def audio_unit_plugindir; end + + sig { returns(T::Boolean) } + def binaries?; end + + sig { returns(T::Boolean) } + def build_from_source?; end + + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T.nilable(String)) } + def colorpickerdir; end + + sig { returns(T::Boolean) } + def debug_symbols?; end + + sig { returns(T.nilable(String)) } + def dictionarydir; end + + sig { returns(T::Boolean) } + def display_times?; end + + sig { returns(T::Boolean) } + def dry_run?; end + + sig { returns(T::Boolean) } + def f?; end + + sig { returns(T::Boolean) } + def fetch_HEAD?; end + + sig { returns(T.nilable(String)) } + def fontdir; end + + sig { returns(T::Boolean) } + def force?; end + + sig { returns(T::Boolean) } + def force_bottle?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def g?; end + + sig { returns(T::Boolean) } + def greedy?; end + + sig { returns(T::Boolean) } + def greedy_auto_updates?; end + + sig { returns(T::Boolean) } + def greedy_latest?; end + + sig { returns(T::Boolean) } + def i?; end + + sig { returns(T::Boolean) } + def ignore_pinned?; end + + sig { returns(T.nilable(String)) } + def input_methoddir; end + + sig { returns(T::Boolean) } + def interactive?; end + + sig { returns(T.nilable(String)) } + def internet_plugindir; end + + sig { returns(T::Boolean) } + def keep_tmp?; end + + sig { returns(T.nilable(String)) } + def keyboard_layoutdir; end + + sig { returns(T.nilable(T::Array[String])) } + def language; end + + sig { returns(T.nilable(String)) } + def mdimporterdir; end + + sig { returns(T::Boolean) } + def n?; end + + sig { returns(T::Boolean) } + def overwrite?; end + + sig { returns(T.nilable(String)) } + def prefpanedir; end + + sig { returns(T.nilable(String)) } + def qlplugindir; end + + sig { returns(T::Boolean) } + def quarantine?; end + + sig { returns(T::Boolean) } + def require_sha?; end + + sig { returns(T::Boolean) } + def s?; end + + sig { returns(T.nilable(String)) } + def screen_saverdir; end + + sig { returns(T.nilable(String)) } + def servicedir; end + + sig { returns(T::Boolean) } + def skip_cask_deps?; end + + sig { returns(T.nilable(String)) } + def vst3_plugindir; end + + sig { returns(T.nilable(String)) } + def vst_plugindir; end +end diff --git a/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uses.rbi b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uses.rbi new file mode 100644 index 0000000000..4cc16b0daf --- /dev/null +++ b/Library/Homebrew/sorbet/rbi/dsl/homebrew/cmd/uses.rbi @@ -0,0 +1,43 @@ +# typed: true + +# DO NOT EDIT MANUALLY +# This is an autogenerated file for dynamic methods in `Homebrew::Cmd::Uses`. +# Please instead update this file by running `bin/tapioca dsl Homebrew::Cmd::Uses`. + +class Homebrew::CLI::Args + sig { returns(T::Boolean) } + def cask?; end + + sig { returns(T::Boolean) } + def casks?; end + + sig { returns(T::Boolean) } + def eval_all?; end + + sig { returns(T::Boolean) } + def formula?; end + + sig { returns(T::Boolean) } + def formulae?; end + + sig { returns(T::Boolean) } + def include_build?; end + + sig { returns(T::Boolean) } + def include_optional?; end + + sig { returns(T::Boolean) } + def include_test?; end + + sig { returns(T::Boolean) } + def installed?; end + + sig { returns(T::Boolean) } + def missing?; end + + sig { returns(T::Boolean) } + def recursive?; end + + sig { returns(T::Boolean) } + def skip_recommended?; end +end