22937 Commits

Author SHA1 Message Date
Rylan Polster
2120d285be
formuala: update pour_bottle? docs 2021-05-20 11:34:12 -04:00
Connor Mann
b1ce7ef647
Update Library/Homebrew/cli/named_args.rb
Co-authored-by: Rylan Polster <rslpolster@gmail.com>
2021-05-20 11:30:22 -04:00
Rylan Polster
745d7ff813
formula: use only_if: in pour_bottle? 2021-05-20 11:24:08 -04:00
Nanda H Krishna
1182440f80
livecheck/strategy/sparkle: install bundler gems 2021-05-20 19:58:17 +05:30
Connor Mann
26a3218fb0 Deprecate method: :keg 2021-05-20 09:53:31 -04:00
Mike McQuaid
eb5f04a98a
Merge pull request #11413 from MikeMcQuaid/no_dependency_caveats
formula_installer: don't output caveats for dependencies.
2021-05-20 13:04:27 +01:00
Nanda H Krishna
76c4767589
Merge pull request #11416 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.4.22
build(deps): bump tapioca from 0.4.21 to 0.4.22 in /Library/Homebrew
2021-05-20 14:53:57 +05:30
BrewTestBot
31ce4c8b4f
Update RBI files for tapioca. 2021-05-20 05:44:40 +00:00
BrewTestBot
31adeb7c8e
brew vendor-gems: commit updates. 2021-05-20 05:43:49 +00:00
BrewTestBot
fcc3c4f84d
Update RBI files for nokogiri. 2021-05-20 05:42:52 +00:00
BrewTestBot
429b80737a
brew vendor-gems: commit updates. 2021-05-20 05:41:13 +00:00
dependabot[bot]
e865d7213c
build(deps): bump tapioca from 0.4.21 to 0.4.22 in /Library/Homebrew
Bumps [tapioca](https://github.com/Shopify/tapioca) from 0.4.21 to 0.4.22.
- [Release notes](https://github.com/Shopify/tapioca/releases)
- [Commits](https://github.com/Shopify/tapioca/compare/v0.4.21...v0.4.22)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-20 05:37:36 +00:00
dependabot[bot]
9ea0f9cd9b
build(deps): bump nokogiri from 1.11.4 to 1.11.5 in /Library/Homebrew
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.4 to 1.11.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.11.4...v1.11.5)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-20 05:37:14 +00:00
Connor Mann
08bbb95cfb Add to_kegs test 2021-05-19 13:58:55 -04:00
Connor Mann
3637924230 Fix style 2021-05-19 13:58:19 -04:00
Connor Mann
2bfdbc6b39 Rename missed to_keg 2021-05-19 12:59:53 -04:00
Connor Mann
49aa057188 Rename resolve_keg to resolve_default_keg 2021-05-19 10:29:40 -04:00
Connor Mann
137914d50c Rename method :keg to :default_kegs 2021-05-19 10:07:03 -04:00
Mike McQuaid
e916f9316e
Merge pull request #11412 from MikeMcQuaid/improve_github_packages_json_manifest_error
software_spec: improve bad manifest error message.
2021-05-19 14:37:10 +01:00
Connor Mann
fe9a9bb24c Rename to_keg to to_default_kegs 2021-05-19 09:34:18 -04:00
Mike McQuaid
60ab6b86e9
software_spec: improve bad manifest error message.
Let's complain immediately after fetching if there's something wrong
and improve the error message to make it clearer what's going on.

Inspired by #76336.
2021-05-19 13:15:33 +01:00
Mike McQuaid
6764329684
formula_installer: don't output caveats for dependencies.
If a formula is installed as a dependency (or not on request) then don't
output its caveats.

Inspired by conversation in https://github.com/Homebrew/brew/pull/11367.
Closes https://github.com/Homebrew/brew/pull/11367
2021-05-19 12:11:01 +01:00
Mike McQuaid
d983c4291d
Merge pull request #11410 from WingLim/develop
feat: add branch param
2021-05-19 12:02:01 +01:00
Mike McQuaid
2bd71ffb30
/dev-cmd/pr-publish: tweak wording.
Co-authored-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
2021-05-19 11:36:59 +01:00
WingLim
ddcb0519b6 feat: add branch param 2021-05-19 18:06:21 +08:00
Mike McQuaid
ec2271cea7
Merge pull request #11348 from GauthamGoli/shellcheck-enable-all
Fix `shellcheck` style errors and also Show `shellcheck` warnings in `brew style` results
2021-05-19 10:52:18 +01:00
Carlo Cabrera
3c34c13056
formula: tweak preset pour_bottle? symbols
Let's rename `reason` to `requirement` so the preset symbol can just be
`:clt`. See Homebrew/homebrew-core#77509.
2021-05-19 02:21:59 +01:00
Rylan Polster
d375d0404d
Merge pull request #11396 from gattilorenz/update_instructions
Improved Command Lines Tool update instructions
2021-05-18 17:42:22 -04:00
Mike McQuaid
94eb079b79
Merge pull request #11399 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-1.15.0
build(deps): bump rubocop from 1.14.0 to 1.15.0 in /Library/Homebrew
2021-05-18 22:26:00 +01:00
Connor Mann
f23d4d4c75 Switch to using to_keg and to_kegs 2021-05-18 11:00:17 -04:00
Lorenzo Gatti
c564019a91 debug info now includes CLT version 2021-05-18 16:19:31 +02:00
Rylan Polster
e0bfcdaf25
Merge pull request #11389 from Rylan12/pour-bottle-symbols
formula: add preset `pour_bottle?` symbols
2021-05-18 10:12:41 -04:00
Connor Mann
15dcc6f496 Add to_kegs 2021-05-18 10:07:35 -04:00
Connor Mann
d754c0f450 Update tests for to_keg 2021-05-18 09:57:57 -04:00
Connor Mann
d46881c5e2 Rename to_kegs to to_keg 2021-05-18 09:52:19 -04:00
Connor Mann
f92300f129
Update Library/Homebrew/cmd/link.rb
Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
2021-05-18 09:35:05 -04:00
Gautham Goli
cf733a3c4f Enable shellcheck warnings in brew style 2021-05-18 17:10:44 +05:30
Gautham Goli
e4118bc4ca Fix shellcheck style errors 2021-05-18 17:10:20 +05:30
Mike McQuaid
2ce6cd5e81
brew style --fix 2021-05-18 11:58:44 +01:00
Rylan Polster
722a8eda3c
Fix tests 2021-05-18 01:55:06 -04:00
BrewTestBot
847d7a233d
Update RBI files for rubocop. 2021-05-18 05:47:40 +00:00
BrewTestBot
c146dd4b55
brew vendor-gems: commit updates. 2021-05-18 05:46:42 +00:00
dependabot[bot]
6ff0732453
build(deps): bump rubocop from 1.14.0 to 1.15.0 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop/rubocop/compare/v1.14.0...v1.15.0)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-18 05:44:26 +00:00
Rylan Polster
69e29a358b
Raise errors on invalid symbol/block combinations 2021-05-17 15:33:09 -04:00
Connor Mann
212b64836f Update usage message 2021-05-17 12:42:06 -04:00
Lorenzo Gatti
5a24b6aff3 minor changes to the wording 2021-05-17 17:28:58 +02:00
Connor Mann
8de9baa0f5 Add brew link --HEAD 2021-05-17 11:28:15 -04:00
Lorenzo Gatti
b7556350db Better instructions for updating Command Line Tools
Added link to Apple's page with minimum requirements
2021-05-17 17:11:00 +02:00
Rylan Polster
fb3bfbb65c
Remove prefix option and add reason argument name 2021-05-17 10:55:46 -04:00
Mike McQuaid
1810ff9722
Merge pull request #11384 from cnnrmnn/blank-template-taps
Override user-set default git template for taps
2021-05-17 14:00:26 +01:00