From 2fe374a5f2f7b3c8f8dbb915eaa01aa72bc9ef1b Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 25 Mar 2017 12:05:21 -0400 Subject: [PATCH] Update Q documentation (1.5.0) --- assets/javascripts/templates/pages/about_tmpl.coffee | 4 ++-- lib/docs/scrapers/q.rb | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee b/assets/javascripts/templates/pages/about_tmpl.coffee index bef9086e..02446de2 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -466,9 +466,9 @@ credits = [ 'https://docs.python.org/3/license.html' ], [ 'Q', - '2009-2015 Kristopher Michael Kowal and contributors', + '2009-2017 Kristopher Michael Kowal', 'MIT', - 'https://raw.githubusercontent.com/kriskowal/q/v1/LICENSE' + 'https://raw.githubusercontent.com/kriskowal/q/master/LICENSE' ], [ 'Ramda', '2013-2016 Scott Sauyet and Michael Hurley', diff --git a/lib/docs/scrapers/q.rb b/lib/docs/scrapers/q.rb index 3d9b53c1..83595757 100644 --- a/lib/docs/scrapers/q.rb +++ b/lib/docs/scrapers/q.rb @@ -1,7 +1,7 @@ module Docs class Q < Github self.name = 'Q' - self.release = '1.4.1' + self.release = '1.5.0' self.base_url = 'https://github.com/kriskowal/q/wiki/' self.root_path = 'API-Reference' self.links = { @@ -16,7 +16,7 @@ module Docs options[:skip_links] = true options[:attribution] = <<-HTML - © 2009–2015 Kristopher Michael Kowal and contributors
+ © 2009–2017 Kristopher Michael Kowal
Licensed under the MIT License. HTML end