File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
assets/javascripts/templates/pages Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ credits = [
368
368
' https://raw.githubusercontent.com/wycats/handlebars.js/master/LICENSE'
369
369
], [
370
370
' HAProxy' ,
371
- ' 2020 Willy Tarreau, HAProxy contributors' ,
371
+ ' 2021 Willy Tarreau, HAProxy contributors' ,
372
372
' GPLv2' ,
373
373
' https://raw.githubusercontent.com/haproxy/haproxy/master/LICENSE'
374
374
], [
Original file line number Diff line number Diff line change @@ -16,10 +16,15 @@ class Haproxy < UrlScraper
16
16
options [ :follow_links ] = false
17
17
18
18
options [ :attribution ] = <<-HTML
19
- © 2020 Willy Tarreau, HAProxy contributors< br >
19
+ © 2021 Willy Tarreau, HAProxy contributors< br >
20
20
Licensed under the GNU General Public License version 2.
21
21
HTML
22
22
23
+ version '2.4' do
24
+ self . release = '2.4.0'
25
+ self . base_url = "https://cbonte.github.io/haproxy-dconv/#{ self . version } /"
26
+ end
27
+
23
28
version '2.3' do
24
29
self . release = '2.3.0'
25
30
self . base_url = "http://cbonte.github.io/haproxy-dconv/#{ self . version } /"
You can’t perform that action at this time.
0 commit comments