From fbdbc8dd3d3c0463eaa7e866696d8d364e75ef5a Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 25 Feb 2018 10:39:07 -0500 Subject: [PATCH] Update Mocha documentation (5.0.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/mocha.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 5edc7724..87d5ab24 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -427,7 +427,7 @@ credits = [ 'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license' ], [ 'Mocha', - '2011-2017 JS Foundation and contributors', + '2011-2018 JS Foundation and contributors', 'CC BY', 'https://creativecommons.org/licenses/by/4.0/' ], [ diff --git a/lib/docs/scrapers/mocha.rb b/lib/docs/scrapers/mocha.rb index 0dc4ac7b..c358a79b 100644 --- a/lib/docs/scrapers/mocha.rb +++ b/lib/docs/scrapers/mocha.rb @@ -1,7 +1,7 @@ module Docs class Mocha < UrlScraper self.type = 'mocha' - self.release = '4.1.0' + self.release = '5.0.1' self.base_url = 'https://mochajs.org/' self.links = { home: 'https://mochajs.org/', @@ -15,7 +15,7 @@ module Docs options[:skip_links] = true options[:attribution] = <<-HTML - © 2011–2017 JS Foundation and contributors
+ © 2011–2018 JS Foundation and contributors
Licensed under the Creative Commons Attribution 4.0 International License. HTML end