We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38fd291 commit cd48972Copy full SHA for cd48972
1 file changed
lib/docs/scrapers/rdoc/ruby.rb
@@ -63,14 +63,14 @@ class Ruby < Rdoc
63
/\AXMP/]
64
65
options[:attribution] = <<-HTML
66
- Ruby Core © 1993–2024 Yukihiro Matsumoto<br>
+ Ruby Core © 1993–2025 Yukihiro Matsumoto<br>
67
Licensed under the Ruby License.<br>
68
Ruby Standard Library © contributors<br>
69
Licensed under their own licenses.
70
HTML
71
72
version '3.4' do
73
- self.release = '3.4.1'
+ self.release = '3.4.7'
74
end
75
76
version '3.3' do
0 commit comments