File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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 ], [
Original file line number Diff line number Diff line change 11module 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- © 2013–2017 Petka Antonov< br >
17+ © 2013–2018 Petka Antonov< br >
1918 Licensed under the MIT License.
2019 HTML
2120
You can’t perform that action at this time.
0 commit comments