瀏覽代碼

point_cloud_library: release

Simon Legner 4 年之前
父節點
當前提交
f6e71bad45
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      lib/docs/scrapers/point_cloud_library.rb

+ 2 - 1
lib/docs/scrapers/point_cloud_library.rb

@@ -9,6 +9,7 @@ module Docs
     self.initial_paths = [
       "https://pointclouds.org/documentation/hierarchy.html"
     ]
+    self.release = '1.12.1'
 
     self.links = {
       home: 'https://pointclouds.org/',
@@ -24,7 +25,7 @@ module Docs
     text_filters.push 'images', 'inner_html', 'attribution'
 
     def get_latest_version(opts)
-      get_latest_github_release('PointCloudLibrary', 'pcl', opts)
+      get_latest_github_release('PointCloudLibrary', 'pcl', opts)[4..]
     end
 
     options[:attribution] = <<-HTML