From 6df717c877add1924ce239b9585dded3575ee084 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 17 Sep 2016 10:49:37 -0400 Subject: [PATCH] Update Crystal documentation (0.19.2) --- lib/docs/scrapers/crystal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/docs/scrapers/crystal.rb b/lib/docs/scrapers/crystal.rb index 64275219..3484f686 100644 --- a/lib/docs/scrapers/crystal.rb +++ b/lib/docs/scrapers/crystal.rb @@ -1,9 +1,9 @@ module Docs class Crystal < UrlScraper self.type = 'crystal' - self.release = '0.18.7' + self.release = '0.19.2' self.base_url = 'https://crystal-lang.org/' - self.root_path = 'api/0.18.7/index.html' + self.root_path = "api/#{release}/index.html" self.initial_paths = %w(docs/index.html) self.links = { home: 'https://crystal-lang.org/',