From 18a6eb7837b0e93adaeb3204033cff2c02eee5d0 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 5 Feb 2017 16:29:53 -0500 Subject: [PATCH] Update Codeception documentation (2.2.9) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/codeception.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 5da0b75d..037cd144 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -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' ], [ diff --git a/lib/docs/scrapers/codeception.rb b/lib/docs/scrapers/codeception.rb index e8ae231c..56950fbc 100644 --- a/lib/docs/scrapers/codeception.rb +++ b/lib/docs/scrapers/codeception.rb @@ -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 - © 2011–2016 Michael Bodnarchuk and contributors
+ © 2011–2017 Michael Bodnarchuk and contributors
Licensed under the MIT License. HTML end