Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion lib/docs/filters/homebrew/entries.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,25 @@ def get_name
CONTRIBUTOR_SLUGS = %w(
How-To-Open-a-Homebrew-Pull-Request
Formula-Cookbook
Cask-Cookbook
Acceptable-Formulae
Acceptable-Casks
License-Guidelines
Versions
Deprecating-Disabling-and-Removing-Formulae
Node-for-Formula-Authors
Python-for-Formula-Authors
Brew-Livecheck
Autobump
Migrating-A-Formula-To-A-Tap
Rename-A-Formula
Building-Against-Non-Homebrew-Dependencies
How-to-Create-and-Maintain-a-Tap
Brew-Test-Bot
Prose-Style-Guidelines)
Prose-Style-Guidelines
Typechecking
Reproducible-Builds
)

def get_type
if CONTRIBUTOR_SLUGS.include?(slug)
Expand Down
2 changes: 1 addition & 1 deletion lib/docs/scrapers/homebrew.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module Docs
class Homebrew < UrlScraper
self.name = 'Homebrew'
self.type = 'simple'
self.release = '3.5.10'
self.release = '4.6.15'
self.base_url = 'https://docs.brew.sh/'
self.links = {
home: 'https://brew.sh',
Expand Down