From 5b2ff8bd37a09aab5538b2caeaa4ee66c1a663cc Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Sat, 28 Apr 2018 10:38:44 -0400 Subject: [PATCH] Update Redis documentation (4.0.9) --- assets/javascripts/templates/pages/about_tmpl.coffee | 2 +- lib/docs/scrapers/redis.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 2b26413c..120e6619 100644 --- a/assets/javascripts/templates/pages/about_tmpl.coffee +++ b/assets/javascripts/templates/pages/about_tmpl.coffee @@ -557,7 +557,7 @@ credits = [ 'https://raw.githubusercontent.com/reactjs/reactjs.org/master/LICENSE-DOCS.md' ], [ 'Redis', - '2009-2017 Salvatore Sanfilippo', + '2009-2018 Salvatore Sanfilippo', 'CC BY-SA', 'https://creativecommons.org/licenses/by-sa/4.0/' ], [ diff --git a/lib/docs/scrapers/redis.rb b/lib/docs/scrapers/redis.rb index 714facb9..0314e273 100644 --- a/lib/docs/scrapers/redis.rb +++ b/lib/docs/scrapers/redis.rb @@ -1,7 +1,7 @@ module Docs class Redis < UrlScraper self.type = 'redis' - self.release = '4.0.6' + self.release = '4.0.9' self.base_url = 'https://redis.io/commands' self.links = { home: 'https://redis.io/', @@ -16,7 +16,7 @@ module Docs options[:follow_links] = ->(filter) { filter.root_page? } options[:attribution] = <<-HTML - © 2009–2017 Salvatore Sanfilippo
+ © 2009–2018 Salvatore Sanfilippo
Licensed under the Creative Commons Attribution-ShareAlike License 4.0. HTML end