瀏覽代碼

Update Apache Pig documentation (0.17.0)

Thibaut Courouble 8 年之前
父節點
當前提交
f358e3b11c
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      lib/docs/scrapers/apache_pig.rb

+ 6 - 1
lib/docs/scrapers/apache_pig.rb

@@ -14,10 +14,15 @@ module Docs
     options[:skip_patterns] = [/\Aapi/, /\Ajdiff/]
 
     options[:attribution] = <<-HTML
-      &copy; 2007&ndash;2016 Apache Software Foundation<br>
+      &copy; 2007&ndash;2017 Apache Software Foundation<br>
       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}/"