Update Codeception documentation (2.2.9)

pull/537/merge
Thibaut Courouble 8 years ago
parent 6722a60f85
commit 18a6eb7837

@ -156,7 +156,7 @@ credits = [
'https://cmake.org/licensing/'
], [
'Codeception',
'2011-2016 Michael Bodnarchuk and contributors',
'2011-2017 Michael Bodnarchuk and contributors',
'MIT',
'https://raw.githubusercontent.com/Codeception/Codeception/master/LICENSE'
], [

@ -2,7 +2,7 @@ module Docs
class Codeception < UrlScraper
self.name = 'Codeception'
self.type = 'codeception'
self.release = '2.2.7'
self.release = '2.2.9'
self.base_url = 'http://codeception.com/docs/'
self.root_path = 'index.html'
self.links = {
@ -15,7 +15,7 @@ module Docs
options[:skip_patterns] = [/install/]
options[:attribution] = <<-HTML
&copy; 2011&ndash;2016 Michael Bodnarchuk and contributors<br>
&copy; 2011&ndash;2017 Michael Bodnarchuk and contributors<br>
Licensed under the MIT License.
HTML
end

Loading…
Cancel
Save