[devdocsgjs/main: 90/239] point_cloud_library: release




commit f6e71bad459fcee8aac85462991d9df236c2dddb
Author: Simon Legner <Simon Legner gmail com>
Date:   Wed Dec 29 20:10:09 2021 +0100

    point_cloud_library: release

 lib/docs/scrapers/point_cloud_library.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/lib/docs/scrapers/point_cloud_library.rb b/lib/docs/scrapers/point_cloud_library.rb
index c2b04431..f9ce6827 100644
--- a/lib/docs/scrapers/point_cloud_library.rb
+++ b/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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]