bluebird: update to 3.7.2

pull/1351/head
samfundev 4 years ago
parent 3a2601900e
commit 932a9bf3f1
No known key found for this signature in database
GPG Key ID: 5157E7288829EF25

@ -123,7 +123,7 @@ credits = [
'https://www.gnu.org/licenses/fdl-1.3.en.html' 'https://www.gnu.org/licenses/fdl-1.3.en.html'
], [ ], [
'Bluebird', 'Bluebird',
'2013-2017 Petka Antonov', '2013-2018 Petka Antonov',
'MIT', 'MIT',
'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE' 'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
], [ ], [

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

Loading…
Cancel
Save