|
|
@ -2,7 +2,7 @@ module Docs
|
|
|
|
class Coffeescript < UrlScraper
|
|
|
|
class Coffeescript < UrlScraper
|
|
|
|
self.name = 'CoffeeScript'
|
|
|
|
self.name = 'CoffeeScript'
|
|
|
|
self.type = 'coffeescript'
|
|
|
|
self.type = 'coffeescript'
|
|
|
|
self.release = '1.12.2'
|
|
|
|
self.release = '1.12.3'
|
|
|
|
self.base_url = 'http://coffeescript.org'
|
|
|
|
self.base_url = 'http://coffeescript.org'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
|
home: 'http://coffeescript.org',
|
|
|
|
home: 'http://coffeescript.org',
|
|
|
@ -16,7 +16,7 @@ module Docs
|
|
|
|
options[:skip_links] = true
|
|
|
|
options[:skip_links] = true
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2009–2015 Jeremy Ashkenas<br>
|
|
|
|
© 2009–2017 Jeremy Ashkenas<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|