Merge pull request #2401 from spuun/crystal-1.15.0

Update Crystal docs to 1.15.0
renovate/image_optim-0.x-lockfile
Simon Legner 2 weeks ago committed by GitHub
commit ec5d57c495
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,7 +2,7 @@ module Docs
class Crystal < UrlScraper
include MultipleBaseUrls
self.type = 'crystal'
self.release = '1.14.0'
self.release = '1.15.0'
self.base_urls = [
"https://crystal-lang.org/api/#{release}/",
"https://crystal-lang.org/reference/#{release[0..2]}/",
@ -21,6 +21,7 @@ module Docs
options[:skip_patterns] = [
%r{\ACrystal/System/},
%r{\ACrystal/PointerPairingHeap/},
%r{\AIO/Evented.html\z},
%r{\ARegex/PCRE2.html\z}
]
@ -34,7 +35,7 @@ module Docs
HTML
else
<<-HTML
&copy; 2012&ndash;2024 Manas Technology Solutions.<br>
&copy; 2012&ndash;2025 Manas Technology Solutions.<br>
Licensed under the Apache License, Version 2.0.
HTML
end

Loading…
Cancel
Save