From 67abe210860923ffc5f46264d17010510b04f395 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 26 Aug 2017 10:46:48 -0400 Subject: [PATCH] Update Express documentation (4.15.4) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/express.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index ed092c5d..35ea3af8 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -240,7 +240,7 @@ credits = [ 'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt' ], [ 'Express', - '2016 StrongLoop, IBM, and other expressjs.com contributors.', + '2017 StrongLoop, IBM, and other expressjs.com contributors.', 'CC BY-SA', 'https://raw.githubusercontent.com/expressjs/expressjs.com/gh-pages/LICENSE.md' ], [ diff --git a/lib/docs/scrapers/express.rb b/lib/docs/scrapers/express.rb index f84ce5e4..8b4a997e 100644 --- a/lib/docs/scrapers/express.rb +++ b/lib/docs/scrapers/express.rb @@ -2,7 +2,7 @@ module Docs class Express < UrlScraper self.name = 'Express' self.type = 'express' - self.release = '4.15.2' + self.release = '4.15.4' self.base_url = 'http://expressjs.com/en/' self.root_path = '4x/api.html' self.initial_paths = %w( @@ -25,7 +25,7 @@ module Docs /\Aadvanced/ ] options[:attribution] = <<-HTML - © 2016 StrongLoop, IBM, and other expressjs.com contributors.
+ © 2017 StrongLoop, IBM, and other expressjs.com contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v3.0. HTML end