From 83c59a5a4d915eb43bf3071e86c859b0ece9d95e Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 13 May 2021 17:06:55 +0200 Subject: [PATCH] Update nginx documentation (1.20.0) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/nginx.rb | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 57ad2aae..b86236b0 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -543,7 +543,7 @@ credits = [ 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license' ], [ 'nginx', - '2002-2020 Igor Sysoev
© 2011-2020 Nginx, Inc.', + '2002-2021 Igor Sysoev
© 2011-2021 Nginx, Inc.', 'BSD', 'http://nginx.org/LICENSE' ], [ diff --git a/lib/docs/scrapers/nginx.rb b/lib/docs/scrapers/nginx.rb index 89a9db64..aa7c2b7a 100644 --- a/lib/docs/scrapers/nginx.rb +++ b/lib/docs/scrapers/nginx.rb @@ -2,7 +2,7 @@ module Docs class Nginx < UrlScraper self.name = 'nginx' self.type = 'nginx' - self.release = '1.19.3' + self.release = '1.20.0' self.base_url = 'https://nginx.org/en/docs/' self.links = { home: 'https://nginx.org/', @@ -22,8 +22,8 @@ module Docs # http://nginx.org/LICENSE options[:attribution] = <<-HTML - © 2002-2020 Igor Sysoev
- © 2011-2020 Nginx, Inc.
+ © 2002-2021 Igor Sysoev
+ © 2011-2021 Nginx, Inc.
Licensed under the BSD License. HTML