File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ module Docs
2
2
class Crystal < UrlScraper
3
3
include MultipleBaseUrls
4
4
self . type = 'crystal'
5
- self . release = '1.14 .0'
5
+ self . release = '1.15 .0'
6
6
self . base_urls = [
7
7
"https://crystal-lang.org/api/#{ release } /" ,
8
8
"https://crystal-lang.org/reference/#{ release [ 0 ..2 ] } /" ,
@@ -21,6 +21,7 @@ def initial_urls
21
21
22
22
options [ :skip_patterns ] = [
23
23
%r{\A Crystal/System/} ,
24
+ %r{\A Crystal/PointerPairingHeap/} ,
24
25
%r{\A IO/Evented.html\z } ,
25
26
%r{\A Regex/PCRE2.html\z }
26
27
]
@@ -34,7 +35,7 @@ def initial_urls
34
35
HTML
35
36
else
36
37
<<-HTML
37
- © 2012–2024 Manas Technology Solutions.< br >
38
+ © 2012–2025 Manas Technology Solutions.< br >
38
39
Licensed under the Apache License, Version 2.0.
39
40
HTML
40
41
end
You can’t perform that action at this time.
0 commit comments