Tim Visher
fc31d5560c
livecheck/strategy/sparkle.rb: Add macos to the candidate os values list
...
As can be seen by TextExpander's Sparkle Feed, `macos` is a possible
value.
```
$ date -u '+%FT%T%z' && xmlstarlet sel -t -v '//rss//channel//item//enclosure/@*[name()="url" or name()="sparkle:version" or name()="sparkle:shortVersionString" or name()="sparkle:os"]' <(curl --location --silent https://textexpander.com/appcast/TextExpander-macOS.xml )
2022-10-22T17:07:06+0000
https://cdn.textexpander.com/mac/731.2/TextExpander_7.3.1.dmg
731.2
7.3.1
macos
https://cdn.textexpander.com/mac/720.16/TextExpander_7.2.dmg
720.16
7.2
macos
https://cdn.textexpander.com/mac/710.6/TextExpander_7.1.dmg
710.6
7.1
macos
https://cdn.textexpander.com/mac/702.2/TextExpander_7.0.2.dmg
702.2
7.0.2
macos
https://cdn.textexpander.com/mac/701.2/TextExpander_7.0.1.dmg
701.2
7.0.1
macos
https://cdn.textexpander.com/mac/700.33/TextExpander_7.0.dmg
700.33
7.0
macos
https://cdn.textexpander.com/mac/685.6/TextExpander_6.8.5.zip
685.6
6.8.5
https://cdn.textexpander.com/mac/684.8/TextExpander_6.8.4.zip
684.8
6.8.4
https://cdn.textexpander.com/mac/683.2/TextExpander_6.8.3.zip
683.2
6.8.3
https://cdn.textexpander.com/mac/682.10/TextExpander_6.8.2.zip
682.10
6.8.2
https://cdn.textexpander.com/mac/681.3/TextExpander_6.8.1.zip
681.3
6.8.1
https://cdn.textexpander.com/mac/680.30/TextExpander_6.8.zip
680.30
6.8
https://cdn.textexpander.com/mac/TextExpander_6.5.6.zip
656.3
6.5.6
https://cdn.textexpander.com/mac/TextExpander_6.5.5.zip
655.0
6.5.5
https://cdn.textexpander.com/mac/TextExpander_6.5.4.zip
654.3
6.5.4
https://cdn.textexpander.com/mac/TextExpander_6.5.3.zip
653.3
6.5.3
https://cdn.textexpander.com/mac/TextExpander_6.5.2.zip
652.0
6.5.2
https://smilesoftware.com/downloads/test/TextExpander_6.5.1.zip
651.5
6.5.1
```
Co-authored-by: Sam Ford <1584702+samford@users.noreply.github.com>
2022-12-04 14:21:27 -05:00
Krasimir Nedelchev
92c7ede025
doctor: add -u flag to suggested git stash command
2022-12-04 11:59:15 +02:00
BrewTestBot
867a39f3e5
Update RBI files for rubocop-ast.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-12-01 18:13:05 +00:00
BrewTestBot
50e0619a8c
brew vendor-gems: commit updates.
2022-12-01 18:06:47 +00:00
dependabot[bot]
86e2dda1ee
build(deps): bump rubocop-ast from 1.23.0 to 1.24.0 in /Library/Homebrew
...
Bumps [rubocop-ast](https://github.com/rubocop/rubocop-ast ) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/rubocop/rubocop-ast/releases )
- [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-ast/compare/v1.23.0...v1.24.0 )
---
updated-dependencies:
- dependency-name: rubocop-ast
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-01 18:02:57 +00:00
Mike McQuaid
40852d73d3
Merge pull request #14195 from Homebrew/sorbet-files-update
...
sorbet: Update RBI files.
2022-12-01 10:33:36 +00:00
BrewTestBot
d4ab849721
sorbet: Update RBI files.
...
Autogenerated by the [sorbet](https://github.com/Homebrew/brew/blob/master/.github/workflows/sorbet.yml ) workflow.
2022-12-01 00:31:19 +00:00
BrewTestBot
02a55fd792
spdx: update license data.
...
Autogenerated by [a scheduled GitHub Action](https://github.com/Homebrew/brew/blob/master/.github/workflows/spdx.yml ).
2022-12-01 00:17:04 +00:00
Mike McQuaid
0915cc7b80
Merge pull request #14163 from apainintheneck/create-cop-for-os-checks
...
Add cop for `OS.linux?` and `OS.mac?` usage
2022-11-30 13:09:21 +00:00
Dawid Dziurla
84795bdd02
dev-cmd/bump: don't use Repology version if livecheckable
2022-11-30 10:14:26 +01:00
apainintheneck
00990e34a7
Merge branch 'master' into create-cop-for-os-checks
2022-11-29 23:14:15 -08:00
apainintheneck
c477b9aab3
Cleanup after adding os specific rubocop
...
- Change name of rubocop warning
- Disable linting on remaining offending lines
- Add todos to move lines with disabled linting
checks to extend/os in the future
2022-11-29 23:13:50 -08:00
apainintheneck
d48859a9ce
Move FormulaInstaller check to extend/os
2022-11-29 23:13:50 -08:00
apainintheneck
2eee1e7c2a
Move SimulateSystem check to extend/os
2022-11-29 23:13:50 -08:00
Bo Anderson
5445bf8f39
shims/super/cc: unset RUBYLIB
2022-11-30 03:50:38 +00:00
Frederick Zhang
c27eed4606
Curl: Fix following redirections when base changes
...
Update base URL when there is an absolute location, so that following
relative locations are considered relative to the new base.
Consider below cURL output for https://example_one.com :
HTTP/1.1 302 Moved Temporarily
Location: https://example_two.com
HTTP/1.1 302 Moved Temporarily
Location: /foo/
HTTP/1.1 200 OK
The final URL should be https://example_two.com/foo/ rather than
https://example_one.com/foo/ .
2022-11-30 01:32:24 +11:00
Mike McQuaid
747829334b
Merge pull request #14180 from Homebrew/dependabot/bundler/Library/Homebrew/bootsnap-1.15.0
...
build(deps): bump bootsnap from 1.14.0 to 1.15.0 in /Library/Homebrew
2022-11-29 11:56:53 +00:00
Mike McQuaid
f384c94ee5
Merge pull request #14179 from Homebrew/dependabot/bundler/Library/Homebrew/parser-3.1.3.0
...
build(deps): bump parser from 3.1.2.1 to 3.1.3.0 in /Library/Homebrew
2022-11-29 11:56:42 +00:00
BrewTestBot
be73fc19dd
Update RBI files for parser.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-29 10:49:22 +00:00
BrewTestBot
23ef33c3b1
Update RBI files for bootsnap.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-29 10:47:12 +00:00
BrewTestBot
36c1a15eda
brew vendor-gems: commit updates.
2022-11-29 10:44:27 +00:00
BrewTestBot
d121cd6cc1
brew vendor-gems: commit updates.
2022-11-29 10:42:15 +00:00
dependabot[bot]
b00046eec1
build(deps): bump parser from 3.1.2.1 to 3.1.3.0 in /Library/Homebrew
...
Bumps [parser](https://github.com/whitequark/parser ) from 3.1.2.1 to 3.1.3.0.
- [Release notes](https://github.com/whitequark/parser/releases )
- [Changelog](https://github.com/whitequark/parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/whitequark/parser/compare/v3.1.2.1...v3.1.3.0 )
---
updated-dependencies:
- dependency-name: parser
dependency-type: indirect
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 10:38:40 +00:00
Mike McQuaid
2262abf317
Merge branch 'master' into rm-change-arch
2022-11-29 10:38:32 +00:00
dependabot[bot]
d69b827715
build(deps): bump bootsnap from 1.14.0 to 1.15.0 in /Library/Homebrew
...
Bumps [bootsnap](https://github.com/Shopify/bootsnap ) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/Shopify/bootsnap/releases )
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.14.0...v1.15.0 )
---
updated-dependencies:
- dependency-name: bootsnap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-29 10:38:32 +00:00
Mike McQuaid
49bacd681e
diagnostic: remove some checks.
...
- Some of these are currently failing globally on GitHub Actions.
- Some(/all?) of these predate our use of the macOS sandbox,
environment filtering, PATH filtering and pushing users much harder to
use bottles instead of building from source
- I haven't seen a case for a long time where any of these actually
debugged a user issue. If/when this happens: we can add a given check
back.
- This should allow us to dramatically reduce the amount of cleanup
that `brew test-bot` needs to do on GitHub Actions.
2022-11-29 09:21:34 +00:00
Carlo Cabrera
239743f39b
Fix shellcheck error
2022-11-24 22:15:03 +08:00
Carlo Cabrera
cf01a7f985
brew.sh: remove HOMEBREW_CHANGE_ARCH_TO_ARM
...
We used to need this because the GitHub runner process was running under
Rosetta. GitHub Actions has supported native M1 runners for a few months
now, so I think it's time to remove this.
2022-11-24 22:07:30 +08:00
apainintheneck
9c2293a08e
Move Sandbox check to extend/os
2022-11-23 20:39:59 -08:00
apainintheneck
65bce0ed3c
Move unpack_strategy/zip check to extend/os
2022-11-23 20:39:59 -08:00
apainintheneck
260fc858df
Fix rubocop errors
2022-11-23 20:39:39 -08:00
apainintheneck
d69326c8d0
Move ::Cleanup check to extend/os
2022-11-23 20:38:40 -08:00
BrewTestBot
6e215ecaba
Update RBI files for rubocop-rails.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-21 18:14:15 +00:00
BrewTestBot
e1bf39a180
brew vendor-gems: commit updates.
2022-11-21 18:09:07 +00:00
dependabot[bot]
fd1ebc4e89
build(deps): bump rubocop-rails in /Library/Homebrew
...
Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails ) from 2.17.2 to 2.17.3.
- [Release notes](https://github.com/rubocop/rubocop-rails/releases )
- [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md )
- [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.17.2...v2.17.3 )
---
updated-dependencies:
- dependency-name: rubocop-rails
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-21 18:05:14 +00:00
Issy Long
38a1bf337f
Merge pull request #14162 from issyl0/rubocop-cleanup
...
rubocop_todo: Clean up deleted paths & excludes without offenses
2022-11-21 14:48:08 +00:00
Mike McQuaid
9637c0fbcc
Merge pull request #14164 from ThatsJustCheesy/brew-casks-root-formulae
...
Prevent `brew casks` from finding formulae at tap root
2022-11-21 14:31:24 +00:00
Ian Gregory
9013ca2a22
Prevent brew casks from finding formulae at tap root
2022-11-20 16:22:18 -05:00
apainintheneck
c7d53a2d9c
Add cop to police os checks
...
The methods `OS.linux?` and `OS.mac?` should only be used
in `extend/os` and this cop makes sure of that.
2022-11-19 22:01:13 -08:00
Issy Long
5beebf2238
rubocop_todo: Clean up file paths that no longer exist
2022-11-20 00:00:20 +00:00
Issy Long
70553455b8
rubocop_todo: dependency.rb no longer has empty blocks
2022-11-20 00:00:15 +00:00
Issy Long
c37601f585
dev-cmd/bump-{cask,formula}-pr: args.message is before the default
...
- I was wondering why `brew bump` PRs have descriptions with both commands, like:
```
Created with `brew bump`.
---
Created by `brew bump-formula-pr`.
```
- Then I read the code and realised that "append" was the wrong word for the
`--message` arg description.
2022-11-19 23:03:23 +00:00
Bo Anderson
81f262ece3
utils/gems: use env shebang when installing gems
2022-11-19 00:58:05 +00:00
BrewTestBot
75eb7c56f5
Update RBI files for bootsnap.
...
Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gemss.yml ) workflow.
2022-11-18 17:38:01 +00:00
BrewTestBot
6fb0d1dbdf
brew vendor-gems: commit updates.
2022-11-18 17:31:29 +00:00
dependabot[bot]
01b572b331
build(deps): bump bootsnap from 1.13.0 to 1.14.0 in /Library/Homebrew
...
Bumps [bootsnap](https://github.com/Shopify/bootsnap ) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/Shopify/bootsnap/releases )
- [Changelog](https://github.com/Shopify/bootsnap/blob/main/CHANGELOG.md )
- [Commits](https://github.com/Shopify/bootsnap/compare/v1.13.0...v1.14.0 )
---
updated-dependencies:
- dependency-name: bootsnap
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-18 17:24:22 +00:00
Bo Anderson
a4f082dfe0
Merge pull request #14155 from Bo98/bundler-2.3.26
...
Update Bundler to 2.3.26
2022-11-18 17:23:15 +00:00
Mike McQuaid
984d9d712d
Merge pull request #14141 from apainintheneck/speed-up-deleted-reason
...
Speed up `deleted_reason` method
2022-11-18 09:18:37 +00:00
apainintheneck
2601cc410b
Only optimize for the core tap
2022-11-17 21:15:43 -08:00
Bo Anderson
e21c926f9b
Update Bundler to 2.3.26
2022-11-17 16:35:08 +00:00