浏览代码

Update Codeception documentation (2.2.9)

Thibaut Courouble 8 年之前
父节点
当前提交
18a6eb7837
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      assets/javascripts/templates/pages/about_tmpl.coffee
  2. 2 2
      lib/docs/scrapers/codeception.rb

+ 1 - 1
assets/javascripts/templates/pages/about_tmpl.coffee

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

+ 2 - 2
lib/docs/scrapers/codeception.rb

@@ -2,7 +2,7 @@ module Docs
   class Codeception < UrlScraper
   class Codeception < UrlScraper
     self.name = 'Codeception'
     self.name = 'Codeception'
     self.type = 'codeception'
     self.type = 'codeception'
-    self.release = '2.2.7'
+    self.release = '2.2.9'
     self.base_url = 'http://codeception.com/docs/'
     self.base_url = 'http://codeception.com/docs/'
     self.root_path = 'index.html'
     self.root_path = 'index.html'
     self.links = {
     self.links = {
@@ -15,7 +15,7 @@ module Docs
     options[:skip_patterns] = [/install/]
     options[:skip_patterns] = [/install/]
 
 
     options[:attribution] = <<-HTML
     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.
       Licensed under the MIT License.
     HTML
     HTML
   end
   end