|
|
@ -14,10 +14,15 @@ module Docs
|
|
|
|
options[:skip_patterns] = [/\Aapi/, /\Ajdiff/]
|
|
|
|
options[:skip_patterns] = [/\Aapi/, /\Ajdiff/]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
© 2007–2016 Apache Software Foundation<br>
|
|
|
|
© 2007–2017 Apache Software Foundation<br>
|
|
|
|
Licensed under the Apache Software License version 2.0.
|
|
|
|
Licensed under the Apache Software License version 2.0.
|
|
|
|
HTML
|
|
|
|
HTML
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
version '0.17' do
|
|
|
|
|
|
|
|
self.release = '0.17.0'
|
|
|
|
|
|
|
|
self.base_url = "https://pig.apache.org/docs/r#{release}/"
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '0.16' do
|
|
|
|
version '0.16' do
|
|
|
|
self.release = '0.16.0'
|
|
|
|
self.release = '0.16.0'
|
|
|
|
self.base_url = "https://pig.apache.org/docs/r#{release}/"
|
|
|
|
self.base_url = "https://pig.apache.org/docs/r#{release}/"
|
|
|
|