|
|
@@ -2,7 +2,7 @@ module Docs
|
|
|
class Crystal < UrlScraper
|
|
|
include MultipleBaseUrls
|
|
|
self.type = 'crystal'
|
|
|
- self.release = '1.10.1'
|
|
|
+ self.release = '1.11.1'
|
|
|
self.base_urls = [
|
|
|
"https://crystal-lang.org/api/#{release}/",
|
|
|
"https://crystal-lang.org/reference/#{release[0..2]}/",
|
|
|
@@ -28,7 +28,7 @@ module Docs
|
|
|
HTML
|
|
|
else
|
|
|
<<-HTML
|
|
|
- © 2012–2023 Manas Technology Solutions.<br>
|
|
|
+ © 2012–2024 Manas Technology Solutions.<br>
|
|
|
Licensed under the Apache License, Version 2.0.
|
|
|
HTML
|
|
|
end
|