Update Express documentation (4.15.4)

pull/669/head
Thibaut Courouble 8 years ago
parent 0772df728a
commit 67abe21086

@ -240,7 +240,7 @@ credits = [
'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt' 'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
], [ ], [
'Express', 'Express',
'2016 StrongLoop, IBM, and other expressjs.com contributors.', '2017 StrongLoop, IBM, and other expressjs.com contributors.',
'CC BY-SA', 'CC BY-SA',
'https://raw.githubusercontent.com/expressjs/expressjs.com/gh-pages/LICENSE.md' 'https://raw.githubusercontent.com/expressjs/expressjs.com/gh-pages/LICENSE.md'
], [ ], [

@ -2,7 +2,7 @@ module Docs
class Express < UrlScraper class Express < UrlScraper
self.name = 'Express' self.name = 'Express'
self.type = 'express' self.type = 'express'
self.release = '4.15.2' self.release = '4.15.4'
self.base_url = 'http://expressjs.com/en/' self.base_url = 'http://expressjs.com/en/'
self.root_path = '4x/api.html' self.root_path = '4x/api.html'
self.initial_paths = %w( self.initial_paths = %w(
@ -25,7 +25,7 @@ module Docs
/\Aadvanced/ ] /\Aadvanced/ ]
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2016 StrongLoop, IBM, and other expressjs.com contributors.<br> &copy; 2017 StrongLoop, IBM, and other expressjs.com contributors.<br>
Licensed under the Creative Commons Attribution-ShareAlike License v3.0. Licensed under the Creative Commons Attribution-ShareAlike License v3.0.
HTML HTML
end end

Loading…
Cancel
Save