diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index 23bacd5e..0dff557f 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -123,7 +123,7 @@ credits = [ 'https://www.gnu.org/licenses/fdl-1.3.en.html' ], [ 'Bluebird', - '2013-2017 Petka Antonov', + '2013-2018 Petka Antonov', 'MIT', 'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/bluebird.rb b/lib/docs/scrapers/bluebird.rb index 8f38120a..0c5b097f 100644 --- a/lib/docs/scrapers/bluebird.rb +++ b/lib/docs/scrapers/bluebird.rb @@ -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
+ © 2013–2018 Petka Antonov
Licensed under the MIT License. HTML