[devdocsgjs/main: 1805/1867] Update CoffeeScript documentation (2.6.1)




commit 905af1fb82a17d04906bd03bfae3b1fc8244d302
Author: Simon Legner <Simon Legner gmail com>
Date:   Fri Oct 22 16:54:45 2021 +0200

    Update CoffeeScript documentation (2.6.1)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/coffeescript.rb                    | 4 ++--
 public/icons/docs/coffeescript/SOURCE                | 2 +-
 3 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 2fe66d31..4d8b4374 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -188,7 +188,7 @@ credits = [
     'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
   ], [
     'CoffeeScript',
-    '2009-2020 Jeremy Ashkenas',
+    '2009-2021 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 a57abd52..a0a4adae 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
-      &copy; 2009&ndash;2020 Jeremy Ashkenas<br>
+      &copy; 2009&ndash;2021 Jeremy Ashkenas<br>
       Licensed under the MIT License.
     HTML
 
     version '2' do
-      self.release = '2.5.1'
+      self.release = '2.6.1'
       self.base_url = 'https://coffeescript.org/'
 
       html_filters.push 'coffeescript/entries', 'coffeescript/clean_html', 'title'
diff --git a/public/icons/docs/coffeescript/SOURCE b/public/icons/docs/coffeescript/SOURCE
index ba74eca4..2f97fe85 100644
--- a/public/icons/docs/coffeescript/SOURCE
+++ b/public/icons/docs/coffeescript/SOURCE
@@ -1 +1 @@
-https://github.com/jashkenas/coffee-script/downloads
+https://github.com/jashkenas/coffeescript/blob/master/docs/favicon-32x32.png


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]