Skip to content

Commit 932a9bf

Browse files
committed
bluebird: update to 3.7.2
1 parent 3a26019 commit 932a9bf

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ credits = [
123123
'https://www.gnu.org/licenses/fdl-1.3.en.html'
124124
], [
125125
'Bluebird',
126-
'2013-2017 Petka Antonov',
126+
'2013-2018 Petka Antonov',
127127
'MIT',
128128
'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
129129
], [

lib/docs/scrapers/bluebird.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
module Docs
22
class Bluebird < UrlScraper
33
self.type = 'simple'
4-
self.release = '3.5.1'
4+
self.release = '3.7.2'
55
self.base_url = 'http://bluebirdjs.com/docs/'
66
self.root_path = 'api-reference.html'
7-
self.force_gzip = true
87
self.links = {
98
home: 'http://bluebirdjs.com/',
109
code: 'https://github.com/petkaantonov/bluebird/'
@@ -15,7 +14,7 @@ class Bluebird < UrlScraper
1514
options[:skip] = %w(support.html download-api-reference.html contribute.html)
1615

1716
options[:attribution] = <<-HTML
18-
&copy; 2013&ndash;2017 Petka Antonov<br>
17+
&copy; 2013&ndash;2018 Petka Antonov<br>
1918
Licensed under the MIT License.
2019
HTML
2120

0 commit comments

Comments
 (0)