File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -361,7 +361,7 @@ credits = [
361361 ' https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
362362 ], [
363363 ' Mocha' ,
364- ' Mocha contributors' ,
364+ ' 2016 JS Foundation and contributors' ,
365365 ' CC BY' ,
366366 ' https://creativecommons.org/licenses/by/4.0/'
367367 ], [
Original file line number Diff line number Diff line change 11module Docs
22 class Mocha < UrlScraper
33 self . type = 'mocha'
4- self . release = '3.0.2 '
4+ self . release = '3.2.0 '
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- © Mocha contributors< br >
18+ © 2016 JS Foundation and contributors< br >
1919 Licensed under the Creative Commons Attribution 4.0 International License.
2020 HTML
2121 end
You can’t perform that action at this time.
0 commit comments