Explorar o código

Update Ruby documentation (3.4.7)

Simon Legner hai 1 mes
pai
achega
cd4897297a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      lib/docs/scrapers/rdoc/ruby.rb

+ 2 - 2
lib/docs/scrapers/rdoc/ruby.rb

@@ -63,14 +63,14 @@ module Docs
       /\AXMP/]
 
     options[:attribution] = <<-HTML
-      Ruby Core &copy; 1993&ndash;2024 Yukihiro Matsumoto<br>
+      Ruby Core &copy; 1993&ndash;2025 Yukihiro Matsumoto<br>
       Licensed under the Ruby License.<br>
       Ruby Standard Library &copy; contributors<br>
       Licensed under their own licenses.
     HTML
 
     version '3.4' do
-      self.release = '3.4.1'
+      self.release = '3.4.7'
     end
 
     version '3.3' do