Forráskód Böngészése

Update Redis documentation (7.0.10)

Simon Legner 2 éve
szülő
commit
a4b15b6027
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      lib/docs/scrapers/redis.rb

+ 2 - 2
lib/docs/scrapers/redis.rb

@@ -1,7 +1,7 @@
 module Docs
   class Redis < UrlScraper
     self.type = 'redis'
-    self.release = '7.0.8'
+    self.release = '7.0.10'
     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
-      &copy; 2009&ndash;2022 Salvatore Sanfilippo<br>
+      &copy; 2006&ndash;2022 Salvatore Sanfilippo<br>
       Licensed under the Creative Commons Attribution-ShareAlike License 4.0.
     HTML