Skip to content

Commit 78429f6

Browse files
committed
Update CoffeeScript documentation (1.12.3)
1 parent f7a470f commit 78429f6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
], [

lib/docs/scrapers/coffeescript.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
&copy; 2009&ndash;2015 Jeremy Ashkenas<br>
19+
&copy; 2009&ndash;2017 Jeremy Ashkenas<br>
2020
Licensed under the MIT License.
2121
HTML
2222
end

0 commit comments

Comments
 (0)