소스 검색

Update Ruby documentation (3.4.7)

Simon Legner 1 개월 전
부모
커밋
cd4897297a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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