Update CoffeeScript documentation (2.2.2)

pull/775/head
Thibaut Courouble 7 years ago
parent 92daa6eed9
commit 7655ba8543

@ -182,9 +182,9 @@ credits = [
'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt' 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
], [ ], [
'CoffeeScript', 'CoffeeScript',
'2009-2017 Jeremy Ashkenas', '2009-2018 Jeremy Ashkenas',
'MIT', 'MIT',
'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE' 'https://raw.githubusercontent.com/jashkenas/coffeescript/master/LICENSE'
], [ ], [
'Cordova', 'Cordova',
'2012-2017 The Apache Software Foundation', '2012-2017 The Apache Software Foundation',

@ -11,12 +11,12 @@ module Docs
options[:skip_links] = true options[:skip_links] = true
options[:attribution] = <<-HTML options[:attribution] = <<-HTML
&copy; 2009&ndash;2017 Jeremy Ashkenas<br> &copy; 2009&ndash;2018 Jeremy Ashkenas<br>
Licensed under the MIT License. Licensed under the MIT License.
HTML HTML
version '2' do version '2' do
self.release = '2.1.1' self.release = '2.2.2'
self.base_url = 'http://coffeescript.org/' self.base_url = 'http://coffeescript.org/'
html_filters.push 'coffeescript/entries', 'coffeescript/clean_html', 'title' html_filters.push 'coffeescript/entries', 'coffeescript/clean_html', 'title'

Loading…
Cancel
Save