From b3d5f9a0a33d2277135dda21268f77b73a708d66 Mon Sep 17 00:00:00 2001 From: Jasper van Merle Date: Wed, 11 Sep 2019 22:43:22 +0200 Subject: [PATCH] Update Crystal documentation (0.30.1) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/crystal.rb | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index f2a9eebe..6e91f3f6 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -203,7 +203,7 @@ credits = [ 'https://creativecommons.org/licenses/by-sa/2.5/' ], [ 'Crystal', - '2012-2017 Manas Technology Solutions', + '2012-2019 Manas Technology Solutions', 'Apache', 'https://raw.githubusercontent.com/crystal-lang/crystal/master/LICENSE' ], [ diff --git a/lib/docs/scrapers/crystal.rb b/lib/docs/scrapers/crystal.rb index 14537c7f..92eb54e3 100644 --- a/lib/docs/scrapers/crystal.rb +++ b/lib/docs/scrapers/crystal.rb @@ -1,7 +1,7 @@ module Docs class Crystal < UrlScraper self.type = 'crystal' - self.release = '0.27.0' + self.release = '0.30.1' self.base_url = 'https://crystal-lang.org/' self.root_path = "api/#{release}/index.html" self.initial_paths = %w(docs/index.html) @@ -29,7 +29,7 @@ module Docs HTML else <<-HTML - © 2012–2018 Manas Technology Solutions.
+ © 2012–2019 Manas Technology Solutions.
Licensed under the Apache License, Version 2.0. HTML end