19665 Commits

Author SHA1 Message Date
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
Mike McQuaid
13440c0734
Merge pull request #6635 from scpeters/must_be_writable_frameworks
os/mac/keg: Frameworks -> MUST_BE_WRITABLE_DIRS
2019-10-23 09:24:56 +01:00
Steven Peters
34bf7c9bf5 os/mac/keg: Frameworks -> MUST_BE_WRITABLE_DIRS
Also add it to MUST_EXIST_SUBDIRECTORIES.
2019-10-23 00:36:23 -07:00
Markus Reiter
f357d4710f
Merge pull request #6633 from amyspark/fix-xattr-detection
cask: fix xattr error detection
2019-10-23 07:05:50 +02:00
Markus Reiter
04493e2dde Fix trash.swift without arguments. 2019-10-23 06:59:39 +02:00
L. E. Segovia
a02ef65f68
cask: fix xattr error detection
Fixes Homebrew/homebrew-cask#71209
2019-10-23 01:49:09 +00:00
Markus Reiter
299bb1c25f
Merge pull request #6628 from reitermarkus/automation-access
Remove `User::automation_access?`.
2019-10-22 20:52:37 +02:00
Shaun Jackman
023f0b59a2 vendor-install: Change double hyphen to single 2019-10-22 11:26:16 -07:00
Tim Masliuchenko
3ef5e06943 Add Manpage artifact 2019-10-22 15:21:49 +03:00
Mike McQuaid
cddf402365
Merge pull request #6620 from scpeters/must_exist_frameworks
os/mac/keg: Frameworks -> MUST_EXIST_DIRECTORIES
2019-10-22 09:15:51 +01:00
Mike McQuaid
368b80aa8d
Merge pull request #6627 from DavidGriffith/fix-gmake-fix
Fix stupid mistake in 6ff61909a91edf3f31adc608dcafd3f5f8e642d0
2019-10-22 08:45:38 +01:00
Mike McQuaid
2f0c178901
Merge pull request #6619 from sjackman/portable-ruby
vendor-install: Update aarch64 and add armv6
2019-10-22 08:37:39 +01:00
Mike McQuaid
d15edf735a
extend/string: use unless to fix style. 2019-10-22 08:24:32 +01:00