Skip to content

Commit ec5d57c

Browse files
authored
Merge pull request freeCodeCamp#2401 from spuun/crystal-1.15.0
Update Crystal docs to 1.15.0
2 parents aa16f83 + 937326d commit ec5d57c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/docs/scrapers/crystal.rb

+3-2
Original file line numberDiff line numberDiff 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{\ACrystal/System/},
24+
%r{\ACrystal/PointerPairingHeap/},
2425
%r{\AIO/Evented.html\z},
2526
%r{\ARegex/PCRE2.html\z}
2627
]
@@ -34,7 +35,7 @@ def initial_urls
3435
HTML
3536
else
3637
<<-HTML
37-
&copy; 2012&ndash;2024 Manas Technology Solutions.<br>
38+
&copy; 2012&ndash;2025 Manas Technology Solutions.<br>
3839
Licensed under the Apache License, Version 2.0.
3940
HTML
4041
end

0 commit comments

Comments
 (0)