|
|
@ -16,10 +16,15 @@ module Docs
|
|
|
|
options[:follow_links] = false
|
|
|
|
options[:follow_links] = false
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2020 Willy Tarreau, HAProxy contributors<br>
|
|
|
|
© 2021 Willy Tarreau, HAProxy contributors<br>
|
|
|
|
Licensed under the GNU General Public License version 2.
|
|
|
|
Licensed under the GNU General Public License version 2.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '2.4' do
|
|
|
|
|
|
|
|
self.release = '2.4.0'
|
|
|
|
|
|
|
|
self.base_url = "https://cbonte.github.io/haproxy-dconv/#{self.version}/"
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '2.3' do
|
|
|
|
version '2.3' do
|
|
|
|
self.release = '2.3.0'
|
|
|
|
self.release = '2.3.0'
|
|
|
|
self.base_url = "http://cbonte.github.io/haproxy-dconv/#{self.version}/"
|
|
|
|
self.base_url = "http://cbonte.github.io/haproxy-dconv/#{self.version}/"
|
|
|
|