[devdocsgjs/main: 62/64] Update Ruby documentation (3.1.1)




commit 6302525a16bdaa78543fae763d6b1651725ae32c
Author: Simon Legner <Simon Legner gmail com>
Date:   Wed May 4 22:18:51 2022 +0200

    Update Ruby documentation (3.1.1)

 assets/javascripts/templates/pages/about_tmpl.coffee | 2 +-
 lib/docs/scrapers/rdoc/ruby.rb                       | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/assets/javascripts/templates/pages/about_tmpl.coffee 
b/assets/javascripts/templates/pages/about_tmpl.coffee
index d971ae16..611d67ca 100644
--- a/assets/javascripts/templates/pages/about_tmpl.coffee
+++ b/assets/javascripts/templates/pages/about_tmpl.coffee
@@ -779,7 +779,7 @@ credits = [
     'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
   ], [
     'Ruby',
-    '1993-2017 Yukihiro Matsumoto',
+    '1993-2022 Yukihiro Matsumoto',
     'Ruby',
     'https://www.ruby-lang.org/en/about/license.txt'
   ], [
diff --git a/lib/docs/scrapers/rdoc/ruby.rb b/lib/docs/scrapers/rdoc/ruby.rb
index ed7891b4..76ddd1fb 100644
--- a/lib/docs/scrapers/rdoc/ruby.rb
+++ b/lib/docs/scrapers/rdoc/ruby.rb
@@ -63,12 +63,16 @@ module Docs
       /\AXMP/]
 
     options[:attribution] = <<-HTML
-      Ruby Core &copy; 1993&ndash;2020 Yukihiro Matsumoto<br>
+      Ruby Core &copy; 1993&ndash;2022 Yukihiro Matsumoto<br>
       Licensed under the Ruby License.<br>
       Ruby Standard Library &copy; contributors<br>
       Licensed under their own licenses.
     HTML
 
+    version '3.1' do
+      self.release = '3.1.1'
+    end
+
     version '3' do
       self.release = '3.0.0'
     end


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]