|
|
@ -63,12 +63,16 @@ module Docs
|
|
|
|
/\AXMP/]
|
|
|
|
/\AXMP/]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
Ruby Core © 1993–2020 Yukihiro Matsumoto<br>
|
|
|
|
Ruby Core © 1993–2022 Yukihiro Matsumoto<br>
|
|
|
|
Licensed under the Ruby License.<br>
|
|
|
|
Licensed under the Ruby License.<br>
|
|
|
|
Ruby Standard Library © contributors<br>
|
|
|
|
Ruby Standard Library © 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
|
|
|
|