From 7655ba85439e9a562cf7ad3eb8eaad5e39eb9f3b Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 25 Feb 2018 09:57:47 -0500 Subject: [PATCH] Update CoffeeScript documentation (2.2.2) --- assets/javascripts/templates/pages/about_tmpl.coffee | 4 ++-- lib/docs/scrapers/coffeescript.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index be5a00a1..aadbc6e4 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -182,9 +182,9 @@ credits = [ 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt' ], [ 'CoffeeScript', - '2009-2017 Jeremy Ashkenas', + '2009-2018 Jeremy Ashkenas', 'MIT', - 'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE' + 'https://raw.githubusercontent.com/jashkenas/coffeescript/master/LICENSE' ], [ 'Cordova', '2012-2017 The Apache Software Foundation', diff --git a/lib/docs/scrapers/coffeescript.rb b/lib/docs/scrapers/coffeescript.rb index 0ebf5e10..f418b936 100644 --- a/lib/docs/scrapers/coffeescript.rb +++ b/lib/docs/scrapers/coffeescript.rb @@ -11,12 +11,12 @@ module Docs options[:skip_links] = true options[:attribution] = <<-HTML - © 2009–2017 Jeremy Ashkenas
+ © 2009–2018 Jeremy Ashkenas
Licensed under the MIT License. HTML version '2' do - self.release = '2.1.1' + self.release = '2.2.2' self.base_url = 'http://coffeescript.org/' html_filters.push 'coffeescript/entries', 'coffeescript/clean_html', 'title'