浏览代码

Update nginx / Lua Module documentation (0.10.11)

Thibaut Courouble 7 年之前
父节点
当前提交
eaa49e14f0
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 3 3
      lib/docs/scrapers/nginx_lua_module.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

@@ -452,7 +452,7 @@ credits = [
     'http://nginx.org/LICENSE'
   ], [
     'nginx / Lua Module',
-    '2009-2016 Xiaozhe Wang (chaoslawful)<br>&copy; 2009-2017 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.',
+    '2009-2017 Xiaozhe Wang (chaoslawful)<br>&copy; 2009-2018 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.',
     'BSD',
     'https://github.com/openresty/lua-nginx-module#copyright-and-license'
   ], [

+ 3 - 3
lib/docs/scrapers/nginx_lua_module.rb

@@ -2,7 +2,7 @@ module Docs
   class NginxLuaModule < Github
     self.name = 'nginx / Lua Module'
     self.slug = 'nginx_lua_module'
-    self.release = '0.10.8'
+    self.release = '0.10.11'
     self.base_url = "https://github.com/openresty/lua-nginx-module/tree/v#{self.release}/"
 
     html_filters.push 'nginx_lua_module/clean_html', 'nginx_lua_module/entries', 'title'
@@ -11,8 +11,8 @@ module Docs
     options[:container] = '#readme > article'
 
     options[:attribution] = <<-HTML
-      &copy; 2009&ndash;2016 Xiaozhe Wang (chaoslawful)<br>
-      &copy; 2009&ndash;2017 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.<br>
+      &copy; 2009&ndash;2017 Xiaozhe Wang (chaoslawful)<br>
+      &copy; 2009&ndash;2018 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.<br>
       Licensed under the BSD License.
     HTML
   end