18466 Commits

Author SHA1 Message Date
Dustin Rodrigues
5157c08327 style: clarify GitHub .git error message 2020-08-05 01:00:36 -04:00
Dustin Rodrigues
e76cea16b1
Merge pull request #8213 from dtrodrigues/homepage-style
style: autocorrect readthedocs and GitHub .git homepages
2020-08-04 19:25:24 -04:00
Mike McQuaid
bbd32a6b3c
Merge pull request #8163 from alebcay/write-jar-script-fix
extend/pathname: use absolute path to java in write_jar_script
2020-08-04 15:20:39 +01:00
Mike McQuaid
2dc8918650
Merge pull request #8191 from reitermarkus/bottle-publisher
Remove unused `BottlePublisher` class.
2020-08-04 15:20:34 +01:00
Dustin Rodrigues
1c5e73a578 style: autocorrect readthedocs and GitHub .git homepages 2020-08-04 09:45:18 -04:00
Mike McQuaid
754beb64fc
rubocop: exclude formula.rb from ClassLength.
We want to allow this class to grow larger still while still enforcing
this on other classes.
2020-08-04 14:03:11 +01:00
Mike McQuaid
361b92a32d
Merge pull request #8210 from MikeMcQuaid/tap-new-updates
tap-new: update GitHub Actions.
2020-08-04 13:31:00 +01:00
Mike McQuaid
acfdbce6d4
tap-new: update GitHub Actions.
This should be using the split options for a better user experience
and can use both Linux and macOS now.
2020-08-04 11:57:39 +01:00
Mike McQuaid
fb0268da7e
license: handle "Public Domain".
Allow `:public_domain` to be used as a `license` value and ensure that
it's handled correctly by `brew info`, `brew audit` and `brew install`.
2020-08-04 10:47:41 +01:00
Mike McQuaid
9f80629f64
Merge pull request #8203 from MLH-Fellowship/add-caskroom
caskroom: Add --caskroom to match --cellar
2020-08-04 09:05:08 +01:00
BrewTestBot
633fa86e86 data/spdx.json: update to v3.10 2020-08-04 00:22:30 +00:00
William Ma
53ff55bc8e caskroom: Add --caskroom to brew.sh 2020-08-03 18:16:26 -04:00
Rylan Polster
3b1c8ce37e
Merge pull request #8161 from Rylan12/add-update-python-resources-blocklist
update-python-resources: add blocklist
2020-08-03 17:08:56 -04:00
Seeker
5c6eda8dcf
Merge pull request #8179 from SeekingMeaning/bump-formula-pr/base-branch
bump-formula-pr: open PR on default branch
2020-08-03 12:53:37 -07:00
Bo Anderson
41ada12b48
Merge pull request #8200 from Rylan12/deps-fix-args
deps: fix args for --installed with no formula
2020-08-03 19:50:36 +01:00
Bo Anderson
0dab255ba3
Merge pull request #8202 from Bo98/log-args
cmd/log: fix args error
2020-08-03 19:49:43 +01:00
Seeker
bf16c7a78f bump-formula-pr: open PR on default branch 2020-08-03 10:24:53 -07:00
Seeker
281a598685 cmd/uses: extract function intersection_of_dependents 2020-08-03 10:19:50 -07:00
Seeker
0653bb1d2d
Merge pull request #8186 from SeekingMeaning/version/token-comparisons
version: extend token comparisons to strings, integers, and nil
2020-08-03 10:10:01 -07:00
Seeker
865e3871b8
Merge pull request #8177 from SeekingMeaning/bump-formula-pr/read-only-run
bump-formula-pr: restore formula unless read only run
2020-08-03 10:07:32 -07:00
William Ma
cf961caa27 caskroom: Add --caskroom command 2020-08-03 12:35:03 -04:00
Bo Anderson
7e47d1be94 cmd/log: fix args error 2020-08-03 17:30:46 +01:00
Rylan Polster
4cfd80451a deps: fix args for --installed with no formula 2020-08-03 10:42:46 -04:00
Bo Anderson
36c10edf22
Merge pull request #8196 from Bo98/ruby-args
dev-cmd/ruby: improve args passing
2020-08-03 13:34:30 +01:00
Bo Anderson
15fba12254
Merge pull request #8197 from Bo98/list-argv
cmd/list: remove ARGV usage
2020-08-03 13:31:54 +01:00
Bo Anderson
b57b83feec dev-cmd/ruby: improve args passing 2020-08-03 13:06:45 +01:00
Bo Anderson
25009f94e7 cmd/list: remove ARGV usage 2020-08-03 12:45:16 +01:00
Bo Anderson
197c4666cf
Merge pull request #8190 from Bo98/full_name-cache
formula: cache based on full_name
2020-08-03 11:31:16 +01:00
Mike McQuaid
a3efb35b0e
Merge pull request #8145 from MLH-Fellowship/integrate-uses
uses: Print cask uses
2020-08-03 09:07:22 +01:00
dependabot-preview[bot]
2b1f503648
build(deps): bump rubocop-ast from 0.2.0 to 0.3.0 in /Library/Homebrew
Bumps [rubocop-ast](https://github.com/rubocop-hq/rubocop-ast) from 0.2.0 to 0.3.0.
- [Release notes](https://github.com/rubocop-hq/rubocop-ast/releases)
- [Changelog](https://github.com/rubocop-hq/rubocop-ast/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rubocop-hq/rubocop-ast/compare/v0.2.0...v0.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-03 06:06:23 +00:00
Markus Reiter
beaf9420dc
Merge pull request #8193 from Bo98/irb-comment
dev-cmd/irb: move comment
2020-08-03 06:45:48 +02:00
Bo Anderson
eea4492305 dev-cmd/irb: move comment 2020-08-03 02:27:20 +01:00
Seeker
bcc4f1bb29 version: disallow nil value for Token#create 2020-08-02 13:13:32 -07:00
Seeker
144a454e34 test/version_spec: add special token comparison examples 2020-08-02 12:52:43 -07:00
Seeker
ab18982a73 version: extend token comparisons to strings, integers, and nil 2020-08-02 12:32:31 -07:00
Rylan Polster
9fb3a80e38 Add cloudformation-cli to blocklist 2020-08-02 11:30:10 -04:00
Markus Reiter
1b3ae7f9e6 Remove unused BottlePublisher class. 2020-08-02 16:15:24 +02:00
Dustin Rodrigues
0369c0ae94
Merge pull request #8188 from dtrodrigues/config-branch
config: include core branch in output
2020-08-02 09:42:29 -04:00
Bo Anderson
a8060923ed formula: cache based on full_name 2020-08-02 13:43:32 +01:00
Bo Anderson
a605154ba9
Merge pull request #8166 from Bo98/formula-deprecated-hash
formula: add deprecated/disabled info to hash
2020-08-02 12:34:59 +01:00
Bo Anderson
a38d034c1b
Merge pull request #8184 from Bo98/outdated-sort
cmd/outdated: restore sorting of formulae
2020-08-02 12:34:23 +01:00
Bo Anderson
9c1281d166
Merge pull request #8182 from Bo98/upgrade-dependents-arg-fix
Fix dependents building from source when not requested
2020-08-02 12:34:06 +01:00
Dustin Rodrigues
ad29ee4550 config: include core branch in output 2020-08-02 00:09:52 -04:00
Bo Anderson
fd24bcfc91 dev-cmd/pr-publish: fix --tap and --workflow 2020-08-02 00:56:29 +01:00
Bo Anderson
97e05ae410 cmd/outdated: restore sorting of formulae 2020-08-02 00:51:42 +01:00
Bo Anderson
ab15c97c61 Fix dependents building from source when not requested 2020-08-02 00:46:17 +01:00
Dustin Rodrigues
de8cc4106a style: don't allow PR/MR urls for patches 2020-08-01 16:20:46 -04:00
Michka Popoff
46101eb0d2
Merge pull request #8172 from Bo98/arg-fixes
Arg fixes
2020-08-01 21:24:30 +02:00
Michka Popoff
5a7c423e73
Merge pull request #8178 from Rylan12/bottle-fix-args
bottle: fix args
2020-08-01 21:23:00 +02:00
Michka Popoff
7348f3670a
Merge pull request #8176 from Rylan12/update-report-fix-args
update-report: fix args
2020-08-01 21:19:09 +02:00