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
22 class Crystal < UrlScraper
33 include MultipleBaseUrls
44 self . type = 'crystal'
5- self . release = '1.14 .0'
5+ self . release = '1.15 .0'
66 self . base_urls = [
77 "https://crystal-lang.org/api/#{ release } /" ,
88 "https://crystal-lang.org/reference/#{ release [ 0 ..2 ] } /" ,
@@ -21,6 +21,7 @@ def initial_urls
2121
2222 options [ :skip_patterns ] = [
2323 %r{\A Crystal/System/} ,
24+ %r{\A Crystal/PointerPairingHeap/} ,
2425 %r{\A IO/Evented.html\z } ,
2526 %r{\A Regex/PCRE2.html\z }
2627 ]
@@ -34,7 +35,7 @@ def initial_urls
3435 HTML
3536 else
3637 <<-HTML
37- © 2012–2024 Manas Technology Solutions.< br >
38+ © 2012–2025 Manas Technology Solutions.< br >
3839 Licensed under the Apache License, Version 2.0.
3940 HTML
4041 end
You can’t perform that action at this time.
0 commit comments