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