diff --git a/lib/docs/scrapers/cmake.rb b/lib/docs/scrapers/cmake.rb index 3b002f28..69a8c2f6 100644 --- a/lib/docs/scrapers/cmake.rb +++ b/lib/docs/scrapers/cmake.rb @@ -16,10 +16,15 @@ module Docs options[:skip_patterns] = [/\Agenerator/, /\Acpack_gen/, /\Ainclude/, /\Arelease/] options[:attribution] = <<-HTML - © 2000–2020 Kitware, Inc. and Contributors
+ © 2000–2021 Kitware, Inc. and Contributors
Licensed under the BSD 3-clause License. HTML + version '3.20' do + self.release = '3.20' + self.base_url = "https://cmake.org/cmake/help/v#{self.version}/" + end + version '3.19' do self.release = '3.19.0' self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"