Update Homebrew documentation (1.8.1)

pull/929/head
Thibaut Courouble 6 years ago
parent 03f1c317ff
commit d786c1a642

@ -2,7 +2,7 @@ module Docs
class Homebrew < UrlScraper
self.name = 'Homebrew'
self.type = 'simple'
self.release = '1.4.2'
self.release = '1.8.1'
self.base_url = 'https://docs.brew.sh/'
self.links = {
home: 'https://brew.sh',
@ -13,8 +13,7 @@ module Docs
options[:container] = ->(filter) { filter.root_page? ? '#home' : '#page' }
options[:skip_patterns] = [/maintainer/i, /core\-contributor/i]
options[:skip] = %w(Kickstarter-Supporters.html)
options[:skip_patterns] = [/maintainer/i, /core\-contributor/i, /kickstarter/i]
options[:attribution] = <<-HTML
&copy; 2009&ndash;present Homebrew contributors<br>

Loading…
Cancel
Save