17361 Commits

Author SHA1 Message Date
Mike McQuaid
a12eaf464a
Merge pull request #5321 from Homebrew/dependabot/bundler/docs/html-pipeline-2.9.1
Bump html-pipeline from 2.9.0 to 2.9.1 in /docs
2018-11-14 11:31:57 +00:00
Gautham Goli
8180cc4ed4
Merge pull request #5306 from GauthamGoli/leaves-args
leaves: Use CLI::Parser to parse args
2018-11-14 13:51:36 +05:30
Gautham Goli
5241b83ab5
Merge pull request #5305 from GauthamGoli/uses-args
uses: Use CLI::Parser to parse args
2018-11-14 13:50:27 +05:30
Gautham Goli
ec1c95f973
uses: Use CLI::Parser to parse args 2018-11-14 13:11:54 +05:30
Gautham Goli
8118cd4a38
Merge pull request #5304 from GauthamGoli/untap-args
untap: Use CLI::Parser to parse args
2018-11-14 12:48:40 +05:30
Gautham Goli
297df4f497
Merge pull request #5303 from GauthamGoli/unpin-args
unpin: Use CLI::Parser to parse args
2018-11-14 12:33:33 +05:30
Gautham Goli
f11891b317
Merge pull request #5302 from GauthamGoli/unpack-args
unpack: Use CLI::Parser to parse args
2018-11-14 12:32:28 +05:30
Gautham Goli
4abb5754d7
Merge pull request #5301 from GauthamGoli/unlink-args
unlink: Use CLI::Parser to parse args
2018-11-14 12:31:15 +05:30
Gautham Goli
b18deb1aa8
Merge pull request #5320 from GauthamGoli/reinstall-verbose
reinstall: Add verbose flag
2018-11-14 12:28:43 +05:30
dependabot[bot]
c510b702aa
Bump html-pipeline from 2.9.0 to 2.9.1 in /docs
Bumps [html-pipeline](https://github.com/jch/html-pipeline) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/jch/html-pipeline/releases)
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jch/html-pipeline/compare/v2.9.0...v2.9.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-13 20:17:14 +00:00
Gautham Goli
75aae9c8a8
reinstall: Add verbose flag 2018-11-13 17:28:22 +05:30
Jonathan Chang
323556c27f
Merge pull request #5314 from RandomDSdevel/fix-brew-deps-include-optional-output-typo
brew deps:  Fix typo in `--include-optional` output.
2018-11-13 17:20:40 +11:00
Bryce Glover
fc40e2fa40 brew deps: Fix typo in --include-optional output.
This was missing its closing square bracket.
2018-11-12 17:56:06 -05:00
Markus Reiter
23da62471b
Merge pull request #5312 from reitermarkus/rubocop
Fix RuboCop for Casks.
2018-11-12 05:33:12 +01:00
Markus Reiter
04908dcb19 Fix RuboCop for Casks. 2018-11-12 05:01:33 +01:00
Steven Peters
984bdebb47
Merge pull request #5296 from scpeters/bottle_version_scheme
dev-cmd/bottle: recognize version_scheme in merge
2018-11-11 14:55:07 -08:00
Gautham Goli
2ff0b6471a
leaves: Use CLI::Parser to parse args 2018-11-11 19:13:28 +05:30
Gautham Goli
e70df22acd
untap: Use CLI::Parser to parse args 2018-11-11 18:35:55 +05:30
Gautham Goli
e8ceda3ad8
unpin: Use CLI::Parser to parse args 2018-11-11 18:23:14 +05:30
Gautham Goli
6a164e2522
unpack: Use CLI::Parser to parse args 2018-11-11 18:15:59 +05:30
Gautham Goli
66467d86b9
unlink: Use CLI::Parser to parse args 2018-11-11 17:48:28 +05:30
Mike McQuaid
b0f382c177
Merge pull request #5297 from MikeMcQuaid/postinstall-developer-failures
formula_installer: output postinstall failures for developers.
2018-11-11 10:40:19 +00:00
Mike McQuaid
dd22198b59
formula_installer: output postinstall failures for developers.
This message is pretty useless without a backtrace.
2018-11-11 10:01:16 +00:00
Mike McQuaid
85da60726f
Merge pull request #5291 from MikeMcQuaid/no_tap_auto_upgrade
formula_installer: don't automatically upgrade from another tap.
2018-11-11 09:54:00 +00:00
Gautham Goli
9d61c95dba
Merge pull request #5295 from GauthamGoli/tap-unpin-args
tap-unpin: Use CLI::Parser to parse args
2018-11-11 10:54:01 +05:30
Gautham Goli
e6117f358c
Merge pull request #5294 from GauthamGoli/tap-pin-args
tap-pin: Use CLI::Parser to parse args
2018-11-11 10:53:31 +05:30
Gautham Goli
32310153f1
Merge pull request #5293 from GauthamGoli/tap-info-args
tap-info: Use CLI::Parser to parse args
2018-11-11 10:53:05 +05:30
Gautham Goli
f1832b2663
Merge pull request #5292 from GauthamGoli/tap-args
tap: Use CLI::Parser to parse args
2018-11-11 10:52:52 +05:30
Gautham Goli
12040c2525
tap-unpin: Use CLI::Parser to parse args 2018-11-10 23:31:23 +05:30
Gautham Goli
683c2b64f2
tap-pin: Use CLI::Parser to parse args 2018-11-10 22:54:32 +05:30
Gautham Goli
e9b2a7fed3
tap-info: Use CLI::Parser to parse args 2018-11-10 22:45:32 +05:30
Gautham Goli
be24e20198
tap: Use CLI::Parser to parse args 2018-11-10 22:36:30 +05:30
Mike McQuaid
50c9670605
formula_installer: don't automatically upgrade from another tap.
Rather than automatically upgrading a formula from one tap to a formula
from another when specified as a dependency require a manual
intervention to be clear that's the user's intention.
2018-11-10 12:04:26 +00:00
Steven Peters
2f2304ea40 dev-cmd/bottle: recognize version_scheme in merge 2018-11-10 01:41:45 -08:00
Markus Reiter
a8aed381ca
Merge pull request #5290 from Homebrew/dependabot/bundler/Library/Homebrew/test/parallel_tests-2.27.0
Bump parallel_tests from 2.26.2 to 2.27.0 in /Library/Homebrew/test
2018-11-10 02:44:57 +01:00
dependabot[bot]
cd2f95549d
Bump parallel_tests from 2.26.2 to 2.27.0 in /Library/Homebrew/test
Bumps [parallel_tests](https://github.com/grosser/parallel_tests) from 2.26.2 to 2.27.0.
- [Release notes](https://github.com/grosser/parallel_tests/releases)
- [Commits](https://github.com/grosser/parallel_tests/compare/v2.26.2...v2.27.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-09 22:02:18 +00:00
Mike McQuaid
2c90c95fac
Merge pull request #5286 from greysteil/fix-vendored-gemfile
Stop referring to constants.rb in Library/Homebrew/vendor/Gemfile
2018-11-09 10:53:25 +00:00
Grey Baker
645a5e945c Stop refering to constants.rb in Library/Homebrew/vendor/Gemfile 2018-11-09 10:32:10 +00:00
Mike McQuaid
a21f770a48
Merge pull request #4496 from apjanke/audit-relax-non-core
audit: Relax versioning audits for non-official taps
2018-11-09 09:52:13 +00:00
Mike McQuaid
a10307368f
Merge pull request #5281 from Homebrew/dependabot/bundler/docs/sass-3.7.2
Bump sass from 3.7.1 to 3.7.2 in /docs
2018-11-09 09:36:13 +00:00
Mike McQuaid
1f6959f7cc
Merge pull request #5283 from Homebrew/dependabot/bundler/docs/html-pipeline-2.9.0
Bump html-pipeline from 2.8.4 to 2.9.0 in /docs
2018-11-09 09:35:53 +00:00
dependabot[bot]
95a27864e2
Bump html-pipeline from 2.8.4 to 2.9.0 in /docs
Bumps [html-pipeline](https://github.com/jch/html-pipeline) from 2.8.4 to 2.9.0.
- [Release notes](https://github.com/jch/html-pipeline/releases)
- [Changelog](https://github.com/jch/html-pipeline/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jch/html-pipeline/compare/v2.8.4...v2.9.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-08 23:46:05 +00:00
dependabot[bot]
2882a12dd5
Bump sass from 3.7.1 to 3.7.2 in /docs
Bumps [sass](https://github.com/sass/ruby-sass) from 3.7.1 to 3.7.2.
- [Release notes](https://github.com/sass/ruby-sass/releases)
- [Commits](https://github.com/sass/ruby-sass/commits)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2018-11-08 22:44:46 +00:00
Andrew Janke
eb7d7a20df audit: Relax versioning audits for non-official taps 2018-11-08 12:53:43 -08:00
Mike McQuaid
d06795fd79
Merge pull request #5190 from MikeMcQuaid/rubocop-cask
Import `rubocop-cask` gem.
2018-11-08 16:33:28 +00:00
Mike McQuaid
109e974c38
Cleanup rubocop-cask references. 2018-11-08 15:54:47 +00:00
Mike McQuaid
ec3e7b2ae5
.rubocop.yml: merge rubocop-cask configuration. 2018-11-08 15:54:47 +00:00
Mike McQuaid
491ceb6c4c
Import rubocop-cask (with clean brew style) 2018-11-08 15:54:46 +00:00
Mike McQuaid
376eac2b8d
rubocops: rename files for consistency.
Make the filenames consistent with the class names.
2018-11-08 14:42:55 +00:00
Markus Reiter
f289d59b0e
Merge pull request #5247 from reitermarkus/quit
Improve application quitting.
2018-11-08 15:10:28 +01:00