From f6e71bad459fcee8aac85462991d9df236c2dddb Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Wed, 29 Dec 2021 20:10:09 +0100 Subject: [PATCH] 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