Update Ruby documentation (3.1.1)

pull/1747/head
Simon Legner 3 years ago
parent af3c564761
commit 6302525a16

@ -779,7 +779,7 @@ credits = [
'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE' 'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
], [ ], [
'Ruby', 'Ruby',
'1993-2017 Yukihiro Matsumoto', '1993-2022 Yukihiro Matsumoto',
'Ruby', 'Ruby',
'https://www.ruby-lang.org/en/about/license.txt' 'https://www.ruby-lang.org/en/about/license.txt'
], [ ], [

@ -63,12 +63,16 @@ module Docs
/\AXMP/] /\AXMP/]
options[:attribution] = <<-HTML 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> Licensed under the Ruby License.<br>
Ruby Standard Library &copy; contributors<br> Ruby Standard Library &copy; contributors<br>
Licensed under their own licenses. Licensed under their own licenses.
HTML HTML
version '3.1' do
self.release = '3.1.1'
end
version '3' do version '3' do
self.release = '3.0.0' self.release = '3.0.0'
end end

Loading…
Cancel
Save