Skip to content

Commit 9337dd6

Browse files
committed
Update Mocha documentation (4.0.1)
1 parent 5aae73f commit 9337dd6

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

assets/images/docs-1.png

147 Bytes
Loading

assets/images/[email protected]

250 Bytes
Loading

assets/javascripts/templates/pages/about_tmpl.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ credits = [
399399
'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
400400
], [
401401
'Mocha',
402-
'2016 JS Foundation and contributors',
402+
'2011-2017 JS Foundation and contributors',
403403
'CC BY',
404404
'https://creativecommons.org/licenses/by/4.0/'
405405
], [

lib/docs/scrapers/mocha.rb

+2-2
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 = '3.5.0'
4+
self.release = '4.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; 2016 JS Foundation and contributors<br>
18+
&copy; 2011&ndash;2017 JS Foundation and contributors<br>
1919
Licensed under the Creative Commons Attribution 4.0 International License.
2020
HTML
2121
end

public/icons/docs/mocha/16.png

106 Bytes
Loading
138 Bytes
Loading

0 commit comments

Comments
 (0)