File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,25 @@ def get_name
11
11
CONTRIBUTOR_SLUGS = %w(
12
12
How-To-Open-a-Homebrew-Pull-Request
13
13
Formula-Cookbook
14
+ Cask-Cookbook
14
15
Acceptable-Formulae
16
+ Acceptable-Casks
17
+ License-Guidelines
15
18
Versions
19
+ Deprecating-Disabling-and-Removing-Formulae
16
20
Node-for-Formula-Authors
17
21
Python-for-Formula-Authors
22
+ Brew-Livecheck
23
+ Autobump
18
24
Migrating-A-Formula-To-A-Tap
19
25
Rename-A-Formula
20
26
Building-Against-Non-Homebrew-Dependencies
21
27
How-to-Create-and-Maintain-a-Tap
22
28
Brew-Test-Bot
23
- Prose-Style-Guidelines )
29
+ Prose-Style-Guidelines
30
+ Typechecking
31
+ Reproducible-Builds
32
+ )
24
33
25
34
def get_type
26
35
if CONTRIBUTOR_SLUGS . include? ( slug )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
2
2
class Homebrew < UrlScraper
3
3
self . name = 'Homebrew'
4
4
self . type = 'simple'
5
- self . release = '3.5.10 '
5
+ self . release = '4.6.15 '
6
6
self . base_url = 'https://docs.brew.sh/'
7
7
self . links = {
8
8
home : 'https://brew.sh' ,
You can’t perform that action at this time.
0 commit comments