|
|
@ -1,7 +1,7 @@
|
|
|
|
module Docs
|
|
|
|
module Docs
|
|
|
|
class Async < UrlScraper
|
|
|
|
class Async < UrlScraper
|
|
|
|
self.type = 'async'
|
|
|
|
self.type = 'async'
|
|
|
|
self.release = '2.6.0'
|
|
|
|
self.release = '2.6.1'
|
|
|
|
self.base_url = 'https://caolan.github.io/async/'
|
|
|
|
self.base_url = 'https://caolan.github.io/async/'
|
|
|
|
self.root_path = 'docs.html'
|
|
|
|
self.root_path = 'docs.html'
|
|
|
|
self.links = {
|
|
|
|
self.links = {
|
|
|
@ -14,7 +14,7 @@ module Docs
|
|
|
|
options[:skip_links] = true
|
|
|
|
options[:skip_links] = true
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2010–2017 Caolan McMahon<br>
|
|
|
|
© 2010–2018 Caolan McMahon<br>
|
|
|
|
Licensed under the MIT License.
|
|
|
|
Licensed under the MIT License.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
end
|
|
|
|
end
|
|
|
|