We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aa16f83 + 937326d commit ec5d57cCopy full SHA for ec5d57c
lib/docs/scrapers/crystal.rb
@@ -2,7 +2,7 @@ module Docs
2
class Crystal < UrlScraper
3
include MultipleBaseUrls
4
self.type = 'crystal'
5
- self.release = '1.14.0'
+ self.release = '1.15.0'
6
self.base_urls = [
7
"https://crystal-lang.org/api/#{release}/",
8
"https://crystal-lang.org/reference/#{release[0..2]}/",
@@ -21,6 +21,7 @@ def initial_urls
21
22
options[:skip_patterns] = [
23
%r{\ACrystal/System/},
24
+ %r{\ACrystal/PointerPairingHeap/},
25
%r{\AIO/Evented.html\z},
26
%r{\ARegex/PCRE2.html\z}
27
]
@@ -34,7 +35,7 @@ def initial_urls
34
35
HTML
36
else
37
<<-HTML
- © 2012–2024 Manas Technology Solutions.<br>
38
+ © 2012–2025 Manas Technology Solutions.<br>
39
Licensed under the Apache License, Version 2.0.
40
41
end
0 commit comments