We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9de596 + c8a62bd commit c0a1badCopy full SHA for c0a1bad
1 file changed
lib/docs/scrapers/cmake.rb
@@ -16,10 +16,15 @@ class Cmake < UrlScraper
16
options[:skip_patterns] = [/\Agenerator/, /\Acpack_gen/, /\Ainclude/, /\Arelease/]
17
18
options[:attribution] = <<-HTML
19
- © 2000–2020 Kitware, Inc. and Contributors<br>
+ © 2000–2021 Kitware, Inc. and Contributors<br>
20
Licensed under the BSD 3-clause License.
21
HTML
22
23
+ version '3.20' do
24
+ self.release = '3.20'
25
+ self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"
26
+ end
27
+
28
version '3.19' do
29
self.release = '3.19.0'
30
self.base_url = "https://cmake.org/cmake/help/v#{self.version}/"
0 commit comments