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 = [
523
523
' https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
524
524
], [
525
525
' Mocha' ,
526
- ' 2011-2018 JS Foundation and contributors' ,
526
+ ' 2011-2021 JS Foundation and contributors' ,
527
527
' CC BY' ,
528
528
' https://creativecommons.org/licenses/by/4.0/'
529
529
], [
Original file line number Diff line number Diff line change 1
1
module Docs
2
2
class Mocha < UrlScraper
3
3
self . type = 'simple'
4
- self . release = '8.2.1 '
4
+ self . release = '8.3.2 '
5
5
self . base_url = 'https://mochajs.org/'
6
6
self . links = {
7
7
home : 'https://mochajs.org/' ,
@@ -15,7 +15,7 @@ class Mocha < UrlScraper
15
15
options [ :skip_links ] = true
16
16
17
17
options [ :attribution ] = <<-HTML
18
- © 2011–2020 JS Foundation and contributors< br >
18
+ © 2011–2021 JS Foundation and contributors< br >
19
19
Licensed under the Creative Commons Attribution 4.0 International License.
20
20
HTML
21
21
You can’t perform that action at this time.
0 commit comments