From f358e3b11c79f43a651d1d364906f47e7072902f Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sun, 25 Jun 2017 09:33:07 -0400 Subject: [PATCH] Update Apache Pig documentation (0.17.0) --- lib/docs/scrapers/apache_pig.rb | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/docs/scrapers/apache_pig.rb b/lib/docs/scrapers/apache_pig.rb index 515f3f62..32bfa2d1 100644 --- a/lib/docs/scrapers/apache_pig.rb +++ b/lib/docs/scrapers/apache_pig.rb @@ -14,10 +14,15 @@ module Docs options[:skip_patterns] = [/\Aapi/, /\Ajdiff/] options[:attribution] = <<-HTML - © 2007–2016 Apache Software Foundation
+ © 2007–2017 Apache Software Foundation
Licensed under the Apache Software License version 2.0. 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 self.release = '0.16.0' self.base_url = "https://pig.apache.org/docs/r#{release}/"