Merge pull request #1305 from simon04/nginx-1.19

nginx: update to 1.19.3
pull/1307/head
Simon Legner 4 years ago committed by GitHub
commit e8f70676ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -508,7 +508,7 @@ credits = [
'https://github.com/LearnBoost/mongoose/blob/master/README.md#license' 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
], [ ], [
'nginx', 'nginx',
'2002-2019 Igor Sysoev<br>&copy; 2011-2019 Nginx, Inc.', '2002-2020 Igor Sysoev<br>&copy; 2011-2020 Nginx, Inc.',
'BSD', 'BSD',
'http://nginx.org/LICENSE' 'http://nginx.org/LICENSE'
], [ ], [

@ -2,7 +2,7 @@ module Docs
class Nginx < UrlScraper class Nginx < UrlScraper
self.name = 'nginx' self.name = 'nginx'
self.type = 'nginx' self.type = 'nginx'
self.release = '1.17.2' self.release = '1.19.3'
self.base_url = 'https://nginx.org/en/docs/' self.base_url = 'https://nginx.org/en/docs/'
self.links = { self.links = {
home: 'https://nginx.org/', home: 'https://nginx.org/',
@ -20,9 +20,10 @@ module Docs
options[:skip_patterns] = [/\/faq\//] options[:skip_patterns] = [/\/faq\//]
# http://nginx.org/LICENSE
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2002-2019 Igor Sysoev<br> &copy; 2002-2020 Igor Sysoev<br>
&copy; 2011-2019 Nginx, Inc.<br> &copy; 2011-2020 Nginx, Inc.<br>
Licensed under the BSD License. Licensed under the BSD License.
HTML HTML

Loading…
Cancel
Save