20710 Commits

Author SHA1 Message Date
Dawid Dziurla
8ff7601a92
define default prefix constants
also use them to detect if prefix line in bottle block is needed
2019-09-30 16:46:53 +02:00
Mike McQuaid
5d01f4a0f7
Merge pull request #6501 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.12.2
build: bump minitest from 5.12.0 to 5.12.2 in /Library/Homebrew
2019-09-30 15:33:40 +01:00
Mike McQuaid
b88bca0593
Merge pull request #6502 from Homebrew/dependabot/bundler/docs/minitest-5.12.2
build: bump minitest from 5.12.0 to 5.12.2 in /docs
2019-09-30 15:33:32 +01:00
Mike McQuaid
e37d1d4622
Merge pull request #6505 from sjackman/bottle-deps
Install bottle deps only when a bottle was poured
2019-09-30 08:31:36 +01:00
Shaun Jackman
495d2e2870 Install bottle deps only when a bottle was poured
Only install the bottle depenencies when a bottle was in fact poured.
In particular, if the dependencies are already satisfied,
then there's no need to install the bottle dependencies.
2019-09-29 23:29:49 -07:00
Markus Reiter
0b0c619bff
Merge pull request #6503 from Homebrew/dependabot/bundler/docs/faraday-0.16.2
build: bump faraday from 0.15.4 to 0.16.2 in /docs
2019-09-29 18:09:24 +02:00
Dawid Dziurla
b31b14f786
cat: use HOMEBREW_VISUAL as pager if set 2019-09-29 18:01:38 +02:00
dependabot-preview[bot]
5d0e747153
build: bump faraday from 0.15.4 to 0.16.2 in /docs
Bumps [faraday](https://github.com/lostisland/faraday) from 0.15.4 to 0.16.2.
- [Release notes](https://github.com/lostisland/faraday/releases)
- [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v0.15.4...v0.16.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-29 10:45:25 +00:00
dependabot-preview[bot]
ffafa24244
build: bump minitest from 5.12.0 to 5.12.2 in /docs
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.12.0 to 5.12.2.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-29 00:26:46 +00:00
dependabot-preview[bot]
fe570c8c65
build: bump minitest from 5.12.0 to 5.12.2 in /Library/Homebrew
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.12.0 to 5.12.2.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-29 00:26:35 +00:00
FX Coudert
26ac1b6906 os/mac: support Catalina, drop Sierra 2019-09-28 10:39:57 +02:00
Mike McQuaid
db18713c8a
Merge pull request #6496 from Homebrew/dependabot/bundler/docs/rake-13.0.0
build: bump rake from 12.3.3 to 13.0.0 in /docs
2019-09-27 20:45:08 +01:00
dependabot-preview[bot]
2c474e6842
build: bump rake from 12.3.3 to 13.0.0 in /docs
Bumps [rake](https://github.com/ruby/rake) from 12.3.3 to 13.0.0.
- [Release notes](https://github.com/ruby/rake/releases)
- [Changelog](https://github.com/ruby/rake/blob/master/History.rdoc)
- [Commits](https://github.com/ruby/rake/compare/v12.3.3...v13.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 16:09:07 +00:00
Mike McQuaid
ab152a9b5b
Merge pull request #6497 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-rspec-1.36.0
build: bump rubocop-rspec from 1.35.0 to 1.36.0 in /Library/Homebrew
2019-09-27 17:07:25 +01:00
Mike McQuaid
f03301511a
brew vendor-gems: commit updates. 2019-09-27 15:27:40 +01:00
Mike McQuaid
eb9a31b52b
requirement_spec: use describe correctly. 2019-09-27 15:27:21 +01:00
dependabot-preview[bot]
916fd833ef
build: bump rubocop-rspec from 1.35.0 to 1.36.0 in /Library/Homebrew
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec) from 1.35.0 to 1.36.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-rspec/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-rspec/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-rspec/compare/v1.35.0...v1.36.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-27 14:03:19 +00:00
Markus Reiter
749b6ded72
Merge pull request #6491 from dawidd6/create-perl
create: add --perl option
2019-09-26 20:55:31 +02:00
Dawid Dziurla
de4d08028e
create: add --perl option 2019-09-26 20:12:35 +02:00
Markus Reiter
2c7091f06d
Merge pull request #6495 from reitermarkus/curl-http2-eof
Add workaround for `curl: (56) Unexpected EOF`.
2019-09-26 17:44:23 +02:00
Gautham Goli
ae08b15cbe
Merge pull request #6479 from GauthamGoli/argv-cleanup-5
cli_args: Fix options_only and flags_only
2019-09-26 11:49:19 +05:30
Gautham Goli
e88f6b9da9 args: Add passthrough method and tests 2019-09-26 10:33:40 +05:30
Markus Reiter
70822d2bdb Add workaround for curl: (56) Unexpected EOF. 2019-09-26 05:17:51 +02:00
Markus Reiter
0e1a237c5a
Merge pull request #6493 from Homebrew/dependabot/bundler/docs/rubyzip-2.0.0
build: bump rubyzip from 1.2.4 to 2.0.0 in /docs
2019-09-26 03:48:26 +02:00
Markus Reiter
7c9488d0ab
Merge pull request #6494 from Homebrew/dependabot/bundler/docs/html-proofer-3.13.0
build: bump html-proofer from 3.12.2 to 3.13.0 in /docs
2019-09-26 03:48:02 +02:00
dependabot-preview[bot]
d8d158657b
build: bump html-proofer from 3.12.2 to 3.13.0 in /docs
Bumps [html-proofer](https://github.com/gjtorikian/html-proofer) from 3.12.2 to 3.13.0.
- [Release notes](https://github.com/gjtorikian/html-proofer/releases)
- [Commits](https://github.com/gjtorikian/html-proofer/compare/v3.12.2...v3.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 21:51:11 +00:00
dependabot-preview[bot]
e27073836f
build: bump rubyzip from 1.2.4 to 2.0.0 in /docs
Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 1.2.4 to 2.0.0.
- [Release notes](https://github.com/rubyzip/rubyzip/releases)
- [Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
- [Commits](https://github.com/rubyzip/rubyzip/compare/v1.2.4...v2.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-25 21:28:27 +00:00
Mike McQuaid
e6e569fd19
Merge pull request #6489 from dawidd6/create-rust
create: add --rust option
2019-09-25 14:14:58 +01:00
Dawid Dziurla
b4c56937b1
create: add --rust option 2019-09-25 14:29:09 +02:00
Mike McQuaid
1279bba345
Merge pull request #6485 from dawidd6/create-python
create: add --python option
2019-09-25 13:20:53 +01:00
Mike McQuaid
d600ceb0b4
Merge pull request #6488 from MikeMcQuaid/tab-tap
formula_installer: output better tapped formula message.
2019-09-25 13:14:49 +01:00
Dawid Dziurla
da19c15c10
create: simplify conditional in template 2019-09-25 13:59:00 +02:00
Dawid Dziurla
3eef564beb
create: add commented out resource block if --python 2019-09-25 13:41:56 +02:00
Mike McQuaid
c9e0ba7d9b
formula_installer: output better tapped formula message.
If we don't have a tab in the receipt then don't print this message and
just continue as-is.
2019-09-25 10:46:06 +01:00
Dawid Dziurla
7b1288f658
create: add --python option 2019-09-24 19:35:21 +02:00
Mike McQuaid
28fc268060
Merge pull request #6475 from dawidd6/create-go-mod
create: add --go-mod option
2019-09-24 16:44:51 +01:00
Dawid Dziurla
a243f084e6
create: --go-mod -> --go 2019-09-24 16:49:27 +02:00
EricFromCanada
f6ef26a127 Fix OS version logic for uses_from_macos 2019-09-23 13:00:58 -04:00
EricFromCanada
9bd77b1819 formula API: expose uses_from_macos list 2019-09-23 13:00:15 -04:00
Alec Clarke
45806f6a97 Include test casks in the cask style check.
Currently the tests casks found in "/Homebrew/test/support/fixtures/cask/Casks" and "/Homebrew/test/support/fixtures/third-party/Casks" aren't included in the paths checked when running "brew cask style".

This change includes these test cask paths in the checked paths, and also includes the auto style fixes made by running `brew cask style --fix`.
2019-09-23 08:50:24 -04:00
Mike McQuaid
1544988201
Merge pull request #6481 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.12.0
build: bump minitest from 5.11.3 to 5.12.0 in /Library/Homebrew
2019-09-23 13:04:33 +01:00
Gautham Goli
393c8dfbf1 ARGV: Replace options_only and flags_only with Homebrew.args counterparts 2019-09-23 12:39:22 +05:30
dependabot-preview[bot]
ee502a5f23
build: bump minitest from 5.11.3 to 5.12.0 in /Library/Homebrew
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.11.3 to 5.12.0.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/compare/v5.11.3...v5.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 06:25:37 +00:00
Markus Reiter
4326a7b22e
Merge pull request #6480 from Homebrew/dependabot/bundler/docs/minitest-5.12.0
build: bump minitest from 5.11.3 to 5.12.0 in /docs
2019-09-23 08:24:11 +02:00
dependabot-preview[bot]
172157ed8e
build: bump minitest from 5.11.3 to 5.12.0 in /docs
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.11.3 to 5.12.0.
- [Release notes](https://github.com/seattlerb/minitest/releases)
- [Changelog](https://github.com/seattlerb/minitest/blob/master/History.rdoc)
- [Commits](https://github.com/seattlerb/minitest/compare/v5.11.3...v5.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-09-23 05:25:07 +00:00
Gautham Goli
d18b122272 cli_args: Fix options_only and flags_only 2019-09-22 20:28:43 +05:30
Markus Reiter
39dabb4171
Merge pull request #6435 from alecclarke/add-cask-blacklist-to-cask-audit
Check blacklisted Casks when auditing.
2019-09-20 17:36:14 +02:00
Dawid Dziurla
964d189109
regenerate manpages 2019-09-20 17:11:11 +02:00
Mike McQuaid
c8390dfc55
Merge pull request #6459 from issyl0/more-linux-maintainer-docs
More Homebrew/linuxbrew-core maintainer guide sections
2019-09-20 15:13:28 +01:00
Dawid Dziurla
08f51a5d5a
create: add --go-mod option 2019-09-20 16:09:52 +02:00