Update CoffeeScript documentation (1.9.0)

pull/165/head
Thibaut 10 years ago
parent 3559725674
commit 8404892536

@ -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'
], [

@ -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
&copy; 2009&ndash;2014 Jeremy Ashkenas<br>
&copy; 2009&ndash;2015 Jeremy Ashkenas<br>
Licensed under the MIT License.
HTML
end

Loading…
Cancel
Save