1
0
Эх сурвалжийг харах

Update Codeception documentation (2.2.9)

Thibaut Courouble 8 жил өмнө
parent
commit
18a6eb7837

+ 1 - 1
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'
   ], [

+ 2 - 2
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
-      &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