Skip to content

Commit 18a6eb7

Browse files
committed
Update Codeception documentation (2.2.9)
1 parent 6722a60 commit 18a6eb7

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
@@ -156,7 +156,7 @@ credits = [
156156
'https://cmake.org/licensing/'
157157
], [
158158
'Codeception',
159-
'2011-2016 Michael Bodnarchuk and contributors',
159+
'2011-2017 Michael Bodnarchuk and contributors',
160160
'MIT',
161161
'https://raw.githubusercontent.com/Codeception/Codeception/master/LICENSE'
162162
], [

lib/docs/scrapers/codeception.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Codeception < UrlScraper
33
self.name = 'Codeception'
44
self.type = 'codeception'
5-
self.release = '2.2.7'
5+
self.release = '2.2.9'
66
self.base_url = 'http://codeception.com/docs/'
77
self.root_path = 'index.html'
88
self.links = {
@@ -15,7 +15,7 @@ class Codeception < UrlScraper
1515
options[:skip_patterns] = [/install/]
1616

1717
options[:attribution] = <<-HTML
18-
&copy; 2011&ndash;2016 Michael Bodnarchuk and contributors<br>
18+
&copy; 2011&ndash;2017 Michael Bodnarchuk and contributors<br>
1919
Licensed under the MIT License.
2020
HTML
2121
end

0 commit comments

Comments
 (0)