From 3ba3a28d89cf9c4e7a600fef8f0f4cee310ee1cd Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Thu, 28 Apr 2022 08:37:38 +0200 Subject: [PATCH] Update CoffeeScript documentation (2.7.0) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/coffeescript.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 0c1229e9..5c4b9ba8 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -189,7 +189,7 @@ credits = [ 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt' ], [ 'CoffeeScript', - '2009-2021 Jeremy Ashkenas', + '2009-2022 Jeremy Ashkenas', 'MIT', 'https://raw.githubusercontent.com/jashkenas/coffeescript/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/coffeescript.rb b/lib/docs/scrapers/coffeescript.rb index a0a4adae..5282f676 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–2021 Jeremy Ashkenas
+ © 2009–2022 Jeremy Ashkenas
Licensed under the MIT License. HTML version '2' do - self.release = '2.6.1' + self.release = '2.7.0' self.base_url = 'https://coffeescript.org/' html_filters.push 'coffeescript/entries', 'coffeescript/clean_html', 'title'