File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 ], [
Original file line number Diff line number Diff 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- © 2011–2016 Michael Bodnarchuk and contributors< br >
18+ © 2011–2017 Michael Bodnarchuk and contributors< br >
1919 Licensed under the MIT License.
2020 HTML
2121 end
You can’t perform that action at this time.
0 commit comments