Markus Reiter
78b09a278d
Document Checksum
.
2020-08-26 03:13:58 +02:00
Markus Reiter
8957422d86
Document Caveats
.
2020-08-26 03:13:58 +02:00
Markus Reiter
0240128f29
Document exceptions.
2020-08-26 03:13:58 +02:00
Markus Reiter
f98223ba1a
Document EnvConfig
.
2020-08-26 03:13:58 +02:00
Markus Reiter
1ea50d08fa
Document Dependency
and TapDependency
.
2020-08-26 03:13:58 +02:00
Markus Reiter
8f468d0c13
Document Descriptions
.
2020-08-26 03:13:58 +02:00
Markus Reiter
ad4e97391c
Document DependenciesHelpers
.
2020-08-26 03:13:58 +02:00
Markus Reiter
50f40b5978
Document Dependencies
and Requirements
.
2020-08-26 03:13:58 +02:00
Markus Reiter
77a8c1b67f
Document Dependable
.
2020-08-26 03:13:58 +02:00
Markus Reiter
23cbb79810
Document Debrew
.
2020-08-26 03:13:58 +02:00
Markus Reiter
9cab71a62f
Document Context
.
2020-08-26 03:13:58 +02:00
Markus Reiter
a5c1f38186
Document CompilerFailure
and CompilerSelector
.
2020-08-26 03:13:58 +02:00
Markus Reiter
608760908f
Document Commands
.
2020-08-26 03:13:58 +02:00
Markus Reiter
8129542277
Document BuildOptions
.
2020-08-26 03:13:58 +02:00
Markus Reiter
9db7825606
Document Build
.
2020-08-26 03:13:58 +02:00
Markus Reiter
a231116252
Document PATH
.
2020-08-26 03:13:58 +02:00
Markus Reiter
45e3d58e96
Document Bintray
.
2020-08-26 03:13:58 +02:00
Markus Reiter
0e7f18a51e
Document UnpackStrategy
.
2020-08-26 03:13:58 +02:00
Markus Reiter
b7e96e6096
Document LockFile
.
2020-08-26 03:13:58 +02:00
Markus Reiter
62c2ee332f
Document LazyObject
.
2020-08-26 03:13:58 +02:00
Markus Reiter
319a288198
Document User
.
2020-08-26 03:13:58 +02:00
Markus Reiter
d8eb508500
Document Tty
.
2020-08-26 03:13:58 +02:00
Markus Reiter
3fb7c3a2f3
Use installed cask file for brew cask zap
.
2020-08-26 02:02:57 +02:00
Rylan Polster
3c55d8e528
docs: update license documentation
2020-08-25 17:22:35 -04:00
William Ma
d32be75ec0
named args: Print correct cask ref when name is resolved as formula/keg
2020-08-25 11:57:01 -04:00
Dawid Dziurla
1863b85dbe
brew.sh: fix indentation
...
Co-authored-by: Markus Reiter <me@reitermark.us>
2020-08-25 12:15:08 +02:00
Dawid Dziurla
d9e8afe5a1
brew.sh: colorize output on GitHub Actions
2020-08-25 12:15:08 +02:00
Mike McQuaid
31f3afa36d
Merge pull request #8480 from MikeMcQuaid/tests-timeout
...
spec_helper: increase tests timeout.
2020-08-25 11:08:17 +01:00
Mike McQuaid
2bdf0d6068
spec_helper: increase tests timeout.
...
When GitHub Actions is congested some tests can take longer than this
(particularly as we're running in parallel). Globally double the time
we allow for all tests.
2020-08-25 10:20:17 +01:00
Mike McQuaid
eba8d43995
brew vendor-gems: commit updates.
2020-08-25 10:08:40 +01:00
Mike McQuaid
dbe427073d
Merge pull request #8399 from MLH-Fellowship/migrate-to-args-named
...
args: Migrate usage of args loading methods to args.named
2020-08-25 10:07:27 +01:00
dependabot-preview[bot]
b7e49cdccd
build(deps): bump rubocop-rspec in /Library/Homebrew
...
Bumps [rubocop-rspec](https://github.com/rubocop-hq/rubocop-rspec ) from 1.43.1 to 1.43.2.
- [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.43.1...v1.43.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-25 08:45:09 +00:00
Markus Reiter
4937e4bbc3
Refactor and document Upgrade
.
2020-08-24 19:42:24 +02:00
Markus Reiter
75962590db
Merge pull request #8466 from reitermarkus/bundle-spec
...
Remove unused metadata from `bundle` spec.
2020-08-24 19:35:59 +02:00
Dustin Rodrigues
9949482fc8
style: don't allow both sha256 and tag/revision in a formula
2020-08-24 10:10:59 -04:00
Dawid Dziurla
dbab7059d9
Merge pull request #8442 from dawidd6/no-install-gems-first
...
Remove usages of HOMEBREW_INSTALL_BUNDLER_GEMS_FIRST
2020-08-24 15:27:29 +02:00
Dawid Dziurla
102afda9df
Remove usages of HOMEBREW_INSTALL_BUNDLER_GEMS_FIRST
2020-08-24 13:35:49 +02:00
Mike McQuaid
a6744d2ee9
Merge pull request #8467 from MikeMcQuaid/pr-pull-fail-syntax
...
dev-cmd/pr-pull: fail on syntax errors.
2020-08-24 09:28:26 +01:00
Mike McQuaid
4bc2f9d705
Merge pull request #8438 from Bo98/repology-needs_network
...
test/utils/repology_spec: mark as `:needs_network`
2020-08-24 09:26:13 +01:00
Mike McQuaid
a1c5428c50
Merge pull request #8439 from Bo98/spdx_spec-noerr
...
test/utils/spdx_spec: don't error if test is skipped
2020-08-24 09:18:09 +01:00
Mike McQuaid
3e7599e6d8
Merge pull request #8428 from SeekingMeaning/java/openjdk-version
...
language/java: check installed openjdk version instead of latest version
2020-08-24 09:11:33 +01:00
Mike McQuaid
7e0e458dc2
dev-cmd/pr-pull: fail on syntax errors.
...
This logic was pulled over from `brew pull` where it made sense (as we
wanted to be able to pull broken commits) but doesn't really apply here
where we can easily end up ignoring broken formulae and pushing their
commits anyway.
2020-08-24 08:44:31 +01:00
Markus Reiter
21c502e05f
Remove unused metadata from bundle
spec.
2020-08-24 08:31:07 +02:00
Markus Reiter
ed443cc7c7
Merge pull request #8463 from Homebrew/dependabot/bundler/Library/Homebrew/codecov-0.2.8
...
build(deps): bump codecov from 0.2.7 to 0.2.8 in /Library/Homebrew
2020-08-24 06:18:32 +02:00
Markus Reiter
677600014e
Call clear_available_cache
after installing Git.
2020-08-24 05:25:48 +02:00
dependabot-preview[bot]
91eece4c18
build(deps): bump codecov from 0.2.7 to 0.2.8 in /Library/Homebrew
...
Bumps [codecov](https://github.com/codecov/codecov-ruby ) from 0.2.7 to 0.2.8.
- [Release notes](https://github.com/codecov/codecov-ruby/releases )
- [Changelog](https://github.com/codecov/codecov-ruby/blob/master/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-ruby/compare/v0.2.7...v0.2.8 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-24 02:05:31 +00:00
Markus Reiter
285a52ff35
Merge pull request #8460 from reitermarkus/linux-diagnostic
...
Remove `os/linux/diagnostic`.
2020-08-24 01:39:18 +02:00
Markus Reiter
86bd7bddbe
Merge pull request #8462 from reitermarkus/refactor-utils
...
Move `command_help_lines` into `Help` module.
2020-08-24 01:39:03 +02:00
Markus Reiter
0514e2dbba
Move command_help_lines
into Help
module.
2020-08-24 00:46:33 +02:00
Markus Reiter
e024b12d47
Remove os/linux/diagnostic
.
2020-08-24 00:22:17 +02:00