Skip to content

Commit fbdbc8d

Browse files
committed
Update Mocha documentation (5.0.1)
1 parent ceaa89e commit fbdbc8d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ credits = [
427427
'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
428428
], [
429429
'Mocha',
430-
'2011-2017 JS Foundation and contributors',
430+
'2011-2018 JS Foundation and contributors',
431431
'CC BY',
432432
'https://creativecommons.org/licenses/by/4.0/'
433433
], [

lib/docs/scrapers/mocha.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module Docs
22
class Mocha < UrlScraper
33
self.type = 'mocha'
4-
self.release = '4.1.0'
4+
self.release = '5.0.1'
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-
&copy; 2011&ndash;2017 JS Foundation and contributors<br>
18+
&copy; 2011&ndash;2018 JS Foundation and contributors<br>
1919
Licensed under the Creative Commons Attribution 4.0 International License.
2020
HTML
2121
end

0 commit comments

Comments
 (0)