Skip to content

Commit 6302525

Browse files
committed
Update Ruby documentation (3.1.1)
1 parent af3c564 commit 6302525

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -779,7 +779,7 @@ credits = [
779779
'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
780780
], [
781781
'Ruby',
782-
'1993-2017 Yukihiro Matsumoto',
782+
'1993-2022 Yukihiro Matsumoto',
783783
'Ruby',
784784
'https://www.ruby-lang.org/en/about/license.txt'
785785
], [

lib/docs/scrapers/rdoc/ruby.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,12 +63,16 @@ class Ruby < Rdoc
6363
/\AXMP/]
6464

6565
options[:attribution] = <<-HTML
66-
Ruby Core &copy; 1993&ndash;2020 Yukihiro Matsumoto<br>
66+
Ruby Core &copy; 1993&ndash;2022 Yukihiro Matsumoto<br>
6767
Licensed under the Ruby License.<br>
6868
Ruby Standard Library &copy; contributors<br>
6969
Licensed under their own licenses.
7070
HTML
7171

72+
version '3.1' do
73+
self.release = '3.1.1'
74+
end
75+
7276
version '3' do
7377
self.release = '3.0.0'
7478
end

0 commit comments

Comments
 (0)