File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -523,7 +523,7 @@ credits = [
523523 ' https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
524524 ], [
525525 ' Mocha' ,
526- ' 2011-2018 JS Foundation and contributors' ,
526+ ' 2011-2021 JS Foundation and contributors' ,
527527 ' CC BY' ,
528528 ' https://creativecommons.org/licenses/by/4.0/'
529529 ], [
Original file line number Diff line number Diff line change 11module Docs
22 class Mocha < UrlScraper
33 self . type = 'simple'
4- self . release = '8.2.1 '
4+ self . release = '8.3.2 '
55 self . base_url = 'https://mochajs.org/'
66 self . links = {
77 home : 'https://mochajs.org/' ,
@@ -15,7 +15,7 @@ class Mocha < UrlScraper
1515 options [ :skip_links ] = true
1616
1717 options [ :attribution ] = <<-HTML
18- © 2011–2020 JS Foundation and contributors< br >
18+ © 2011–2021 JS Foundation and contributors< br >
1919 Licensed under the Creative Commons Attribution 4.0 International License.
2020 HTML
2121
You can’t perform that action at this time.
0 commit comments