|
|
|
@ -1,10 +1,9 @@
|
|
|
|
|
module Docs
|
|
|
|
|
class Bluebird < UrlScraper
|
|
|
|
|
self.type = 'simple'
|
|
|
|
|
self.release = '3.5.1'
|
|
|
|
|
self.release = '3.7.2'
|
|
|
|
|
self.base_url = 'http://bluebirdjs.com/docs/'
|
|
|
|
|
self.root_path = 'api-reference.html'
|
|
|
|
|
self.force_gzip = true
|
|
|
|
|
self.links = {
|
|
|
|
|
home: 'http://bluebirdjs.com/',
|
|
|
|
|
code: 'https://github.com/petkaantonov/bluebird/'
|
|
|
|
@ -15,7 +14,7 @@ module Docs
|
|
|
|
|
options[:skip] = %w(support.html download-api-reference.html contribute.html)
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
|
© 2013–2017 Petka Antonov<br>
|
|
|
|
|
© 2013–2018 Petka Antonov<br>
|
|
|
|
|
Licensed under the MIT License.
|
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|