20377 Commits

Author SHA1 Message Date
Markus Reiter
78725740e2 Refactor cask dependency resolution. 2019-10-31 20:20:55 +01:00
Mike McQuaid
3944416c46
Merge pull request #6666 from tanchihpin0517/master
Prevent overriding default MANPATH while MANPATH is empty.
2019-10-31 16:58:39 +00:00
dependabot-preview[bot]
cbbd405ebb
build: bump tins from 1.21.1 to 1.22.0 in /Library/Homebrew
Bumps [tins](https://github.com/flori/tins) from 1.21.1 to 1.22.0.
- [Release notes](https://github.com/flori/tins/releases)
- [Commits](https://github.com/flori/tins/compare/v1.21.1...v1.22.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-31 12:38:00 +00:00
Chih-Pin Tan
7741672ecd Changes to be committed:
modified:   Library/Homebrew/cmd/shellenv.sh

Prevent overriding default MANPATH while MANPATH is empty.
2019-10-31 12:25:58 +00:00
Mike McQuaid
0e3ae5b0b6
Merge pull request #6663 from rprimus/us-to-gb
Replace American spelling with British spelling
2019-10-31 08:36:27 +00:00
Mike McQuaid
aa40b805ea
Merge pull request #6664 from dawidd6/create-rust-locked
create: cargo install --locked
2019-10-31 08:35:50 +00:00
Dawid Dziurla
160a470118
create: cargo install --locked 2019-10-30 20:13:45 +01:00
R Primus
e7afb6a168
Merge remote-tracking branch 'rprimus/us-to-gb' into us-to-gb 2019-10-30 18:58:52 +00:00
R Primus
5ffc7e9d66
Change spelling of [Ss]ummarize to British english 2019-10-30 18:52:02 +00:00
R Primus
1e57ca70d3
Replace American spelling with British spelling 2019-10-30 18:03:31 +00:00
Mike McQuaid
2c51502050
Merge pull request #6661 from rprimus/fix-typos
Fix two typos
2019-10-30 17:27:41 +00:00
R Primus
eda0220e5f
Fix two typos 2019-10-30 17:01:44 +00:00
Mike McQuaid
d044c46beb
Merge pull request #6660 from MikeMcQuaid/bundler-from-ruby
Use bundler from Ruby 2.6
2019-10-30 14:09:47 +00:00
Mike McQuaid
77531166d6
Use bundler from Ruby 2.6
Now Ruby comes with its own bundler let's favour using it when we can
over requiring a system one be installed.

This avoids needing to have anything in `~/.gem` again.

I am somewhat optimistic this may help with #6579 but it's useful
by itself.
2019-10-30 13:49:17 +00:00
Mike McQuaid
13bc67fc2d
Merge pull request #6659 from Homebrew/dependabot/bundler/Library/Homebrew/jaro_winkler-1.5.4
build: bump jaro_winkler from 1.5.3 to 1.5.4 in /Library/Homebrew
2019-10-30 13:22:29 +00:00
dependabot-preview[bot]
4a17581353
build: bump jaro_winkler from 1.5.3 to 1.5.4 in /Library/Homebrew
Bumps [jaro_winkler](https://github.com/tonytonyjan/jaro_winkler) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/tonytonyjan/jaro_winkler/releases)
- [Changelog](https://github.com/tonytonyjan/jaro_winkler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tonytonyjan/jaro_winkler/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 13:00:53 +00:00
Mike McQuaid
405f388d6a
Merge pull request #6658 from Homebrew/dependabot/bundler/Library/Homebrew/minitest-5.13.0
build: bump minitest from 5.12.2 to 5.13.0 in /Library/Homebrew
2019-10-30 12:58:51 +00:00
dependabot-preview[bot]
180b8b9f3e
build: bump minitest from 5.12.2 to 5.13.0 in /Library/Homebrew
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.12.2 to 5.13.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.12.2...v5.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 12:20:31 +00:00
Mike McQuaid
6e48a60f89
Merge pull request #6657 from Homebrew/dependabot/bundler/docs/minitest-5.13.0
build: bump minitest from 5.12.2 to 5.13.0 in /docs
2019-10-30 12:19:18 +00:00
dependabot-preview[bot]
5d44a16083
build: bump minitest from 5.12.2 to 5.13.0 in /docs
Bumps [minitest](https://github.com/seattlerb/minitest) from 5.12.2 to 5.13.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.12.2...v5.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-30 11:44:59 +00:00
Mike McQuaid
1b18943317
Merge pull request #6655 from reitermarkus/curl-output
Use temp file for calculating hash.
2019-10-30 08:20:05 +00:00
Markus Reiter
d37831219d Use temp file for calculating hash. 2019-10-29 19:50:07 +01:00
Mike McQuaid
aca815db91
Merge pull request #6653 from MikeMcQuaid/more-issue-template-tweaks
More issue template tweaks
2019-10-29 17:32:31 +00:00
Mike McQuaid
143c342cfb
More issue template tweaks
Be more consistent between items and with homebrew-core.
2019-10-29 16:44:06 +00:00
Mike McQuaid
dd15a8d9e9
Merge pull request #6652 from MikeMcQuaid/issue-template-tweaks
Issue template tweaks
2019-10-29 16:12:50 +00:00
Mike McQuaid
78565c25ad
Issue template tweaks
More some stuff from the templates to the chooser.
2019-10-29 13:29:04 +00:00
Mike McQuaid
6ca1bfdc9b
Merge pull request #6650 from el7cosmos/patch-1
Use Xcode_10.2.1
2019-10-29 08:55:07 +00:00
Mike McQuaid
0a9ba671bb
Merge pull request #6651 from Homebrew/dependabot/bundler/Library/Homebrew/rubocop-0.76.0
build: bump rubocop from 0.75.1 to 0.76.0 in /Library/Homebrew
2019-10-29 08:54:20 +00:00
dependabot-preview[bot]
61fdbd2586
build: bump rubocop from 0.75.1 to 0.76.0 in /Library/Homebrew
Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.75.1 to 0.76.0.
- [Release notes](https://github.com/rubocop-hq/rubocop/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.75.1...v0.76.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-29 05:26:42 +00:00
Abi أب
990d45881f
Use Xcode_10.2.1
`brew doctor` will return exit code 1 if using Xcode_10.2

```==> brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!

Warning: Your Xcode (10.2) is outdated.
Please update to Xcode 10.2.1 (or delete it).
Xcode can be updated from the App Store.

==> FAILED
```
2019-10-28 23:59:01 +01:00
Mike McQuaid
2963bbec91
Merge pull request #6647 from tommyang/bump-revision-zsh-completion
completions/zsh: add `brew bump-revision`
2019-10-28 09:09:23 +00:00
Markus Reiter
8215242503
Merge pull request #6649 from reitermarkus/java-options
Don't add leading whitespace to `_JAVA_OPTIONS`.
2019-10-28 08:01:16 +01:00
Markus Reiter
1ebc63f232 Don't add leading whitespace to _JAVA_OPTIONS. 2019-10-27 18:27:59 +01:00
Tommy Yang
2746102347 completions/zsh: add brew bump-revision 2019-10-27 02:46:19 -07:00
Mike McQuaid
090259b973
Merge pull request #6644 from MikeMcQuaid/issue_template
ISSUE_TEMPLATE: add config.
2019-10-25 15:55:36 +01:00
Mike McQuaid
c50eac258a
ISSUE_TEMPLATE: add config. 2019-10-25 15:31:36 +01:00
Markus Reiter
06ed951f51
Merge pull request #6642 from reitermarkus/pkg-before-app
Install `pkg` before `app`.
2019-10-25 08:17:00 +02:00
Markus Reiter
df3bbd0299 Reduce need for interpolating appdir in casks. 2019-10-24 17:07:30 +02:00
Markus Reiter
54ab3dd7c4 Install pkg before app. 2019-10-24 15:04:01 +02:00
Markus Reiter
e6cfb4a3c2
Merge pull request #6629 from timsly/manpage-artifact
Add Manpage artifact
2019-10-24 13:48:52 +02:00
Tim Masliuchenko
91ddb6e53d Cleanup specs 2019-10-24 14:22:13 +03:00
Markus Reiter
d91b578845
Merge pull request #6641 from RikudouSage/patch-1
Fix a typo
2019-10-24 13:18:03 +02:00
RikudouSage
ecf8324c82
Fix a typo 2019-10-24 12:48:26 +02:00
Tim Masliuchenko
6d1fafae13 Final tweaks 2019-10-24 09:43:59 +03:00
Mike McQuaid
6014011b20
Merge pull request #6636 from Homebrew/dependabot/bundler/docs/github-pages-202
build: bump github-pages from 201 to 202 in /docs
2019-10-23 17:16:14 +01:00
dependabot-preview[bot]
8abf16d857
build: bump github-pages from 201 to 202 in /docs
Bumps [github-pages](https://github.com/github/pages-gem) from 201 to 202.
- [Release notes](https://github.com/github/pages-gem/releases)
- [Commits](https://github.com/github/pages-gem/compare/v201...v202)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-10-23 15:40:22 +00:00
Tim Masliuchenko
87f29857f0 Pass section to the constructor 2019-10-23 18:34:16 +03:00
Tim Masliuchenko
22d821323c Feedbacks 2019-10-23 16:28:00 +03:00
Markus Reiter
1ea1f31d0b
Merge pull request #6634 from reitermarkus/trash
Fix `trash.swift` without arguments.
2019-10-23 12:08:09 +02:00
Mike McQuaid
e29054ae0b
Merge pull request #6632 from sjackman/portable-ruby
vendor-install: Change double hyphen to single
2019-10-23 09:34:17 +01:00