From 78429f60113bb0aec72e9fc3aadf971d7c46c071 Mon Sep 17 00:00:00 2001
From: Thibaut Courouble <thibaut@me.com>
Date: Sun, 5 Feb 2017 15:55:43 -0500
Subject: [PATCH] Update CoffeeScript documentation (1.12.3)

---
 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 ffdebba3..23a36454 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -171,7 +171,7 @@ credits = [
     'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
   ], [
     'CoffeeScript',
-    '2009-2015 Jeremy Ashkenas',
+    '2009-2017 Jeremy Ashkenas',
     'MIT',
     'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE'
   ], [
diff --git a/lib/docs/scrapers/coffeescript.rb b/lib/docs/scrapers/coffeescript.rb
index 46555ce1..8cadc7eb 100644
--- a/lib/docs/scrapers/coffeescript.rb
+++ b/lib/docs/scrapers/coffeescript.rb
@@ -2,7 +2,7 @@ module Docs
   class Coffeescript < UrlScraper
     self.name = 'CoffeeScript'
     self.type = 'coffeescript'
-    self.release = '1.12.2'
+    self.release = '1.12.3'
     self.base_url = 'http://coffeescript.org'
     self.links = {
       home: 'http://coffeescript.org',
@@ -16,7 +16,7 @@ module Docs
     options[:skip_links] = true
 
     options[:attribution] = <<-HTML
-      &copy; 2009&ndash;2015 Jeremy Ashkenas<br>
+      &copy; 2009&ndash;2017 Jeremy Ashkenas<br>
       Licensed under the MIT License.
     HTML
   end