|
|
@ -63,12 +63,16 @@ module Docs
|
|
|
|
/\AXMP/]
|
|
|
|
/\AXMP/]
|
|
|
|
|
|
|
|
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
options[:attribution] = <<-HTML
|
|
|
|
Ruby Core © 1993–2017 Yukihiro Matsumoto<br>
|
|
|
|
Ruby Core © 1993–2020 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' do
|
|
|
|
|
|
|
|
self.release = '3.0.0'
|
|
|
|
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
version '2.7' do
|
|
|
|
version '2.7' do
|
|
|
|
self.release = '2.7.2'
|
|
|
|
self.release = '2.7.2'
|
|
|
|
end
|
|
|
|
end
|
|
|
@ -102,6 +106,7 @@ module Docs
|
|
|
|
return version
|
|
|
|
return version
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|