From d3e6977be2133b73783d4d8ec33314e1e8a217bb Mon Sep 17 00:00:00 2001 From: Enoc Date: Sun, 14 Mar 2021 00:23:20 -0600 Subject: [PATCH] Update Mocha documentation (8.3.2) --- 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 63942841..0ad7229a 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -523,7 +523,7 @@ credits = [ 'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license' ], [ 'Mocha', - '2011-2018 JS Foundation and contributors', + '2011-2021 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 968b24f4..db27a076 100644 --- a/lib/docs/scrapers/mocha.rb +++ b/lib/docs/scrapers/mocha.rb @@ -1,7 +1,7 @@ module Docs class Mocha < UrlScraper self.type = 'simple' - self.release = '8.2.1' + self.release = '8.3.2' 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–2020 JS Foundation and contributors
+ © 2011–2021 JS Foundation and contributors
Licensed under the Creative Commons Attribution 4.0 International License. HTML