Skip to content

Commit

Permalink
Merge pull request #2401 from spuun/crystal-1.15.0
Browse files Browse the repository at this point in the history
Update Crystal docs to 1.15.0
  • Loading branch information
simon04 authored Jan 11, 2025
2 parents aa16f83 + 937326d commit ec5d57c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/docs/scrapers/crystal.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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]}/",
Expand All @@ -21,6 +21,7 @@ def initial_urls

options[:skip_patterns] = [
%r{\ACrystal/System/},
%r{\ACrystal/PointerPairingHeap/},
%r{\AIO/Evented.html\z},
%r{\ARegex/PCRE2.html\z}
]
Expand All @@ -34,7 +35,7 @@ def initial_urls
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
Expand Down

0 comments on commit ec5d57c

Please sign in to comment.