File tree Expand file tree Collapse file tree
assets/javascripts/templates/pages Expand file tree Collapse file tree Original file line number Diff line number Diff 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 ], [
Original file line number Diff line number Diff line change @@ -63,12 +63,16 @@ class Ruby < Rdoc
6363 /\A XMP/ ]
6464
6565 options [ :attribution ] = <<-HTML
66- Ruby Core © 1993–2020 Yukihiro Matsumoto< br >
66+ Ruby Core © 1993–2022 Yukihiro Matsumoto< br >
6767 Licensed under the Ruby License.< br >
6868 Ruby Standard Library © 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
You can’t perform that action at this time.
0 commit comments