File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ credits = [
171171 ' https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
172172 ], [
173173 ' CoffeeScript' ,
174- ' 2009-2015 Jeremy Ashkenas' ,
174+ ' 2009-2017 Jeremy Ashkenas' ,
175175 ' MIT' ,
176176 ' https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE'
177177 ], [
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
22 class Coffeescript < UrlScraper
33 self . name = 'CoffeeScript'
44 self . type = 'coffeescript'
5- self . release = '1.12.2 '
5+ self . release = '1.12.3 '
66 self . base_url = 'http://coffeescript.org'
77 self . links = {
88 home : 'http://coffeescript.org' ,
@@ -16,7 +16,7 @@ class Coffeescript < UrlScraper
1616 options [ :skip_links ] = true
1717
1818 options [ :attribution ] = <<-HTML
19- © 2009–2015 Jeremy Ashkenas< br >
19+ © 2009–2017 Jeremy Ashkenas< br >
2020 Licensed under the MIT License.
2121 HTML
2222 end
You can’t perform that action at this time.
0 commit comments