Update crystal documentation to 0.25.1.

This commit is contained in:
icyleaf 2018-07-02 15:19:29 +08:00 committed by Thibaut Courouble
parent 0950168660
commit 88fbec5077

View file

@ -1,7 +1,7 @@
module Docs
class Crystal < UrlScraper
self.type = 'crystal'
self.release = '0.25.0'
self.release = '0.25.1'
self.base_url = 'https://crystal-lang.org/'
self.root_path = "api/#{release}/index.html"
self.initial_paths = %w(docs/index.html)