From 84048925364dbad0da86314f50813a48d8442768 Mon Sep 17 00:00:00 2001 From: Thibaut Date: Sun, 1 Feb 2015 15:29:15 -0500 Subject: [PATCH] Update CoffeeScript documentation (1.9.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 0b9de766..e2e4d5e2 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -102,7 +102,7 @@ credits = [ 'https://github.com/chaijs/chai/blob/master/README.md#license' ], [ 'CoffeeScript', - '2009-2014 Jeremy Ashkenas', + '2009-2015 Jeremy Ashkenas', 'MIT', 'https://raw.github.com/jashkenas/coffee-script/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/coffeescript.rb b/lib/docs/scrapers/coffeescript.rb index a1f016d2..09b0a2bc 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.version = '1.8.0' + self.version = '1.9.0' self.base_url = 'http://coffeescript.org' html_filters.push 'coffeescript/clean_html', 'coffeescript/entries', 'title' @@ -12,7 +12,7 @@ module Docs options[:skip_links] = true options[:attribution] = <<-HTML - © 2009–2014 Jeremy Ashkenas
+ © 2009–2015 Jeremy Ashkenas
Licensed under the MIT License. HTML end