Skip to content

Commit 3987861

Browse files
authored
Merge pull request #2655 from thedanbob/ruby4.0
Add Ruby 4.0
2 parents 8ce18fe + 7b00d5a commit 3987861

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/docs/scrapers/rdoc/ruby.rb

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ class Ruby < Rdoc
2727
syntax_rdoc.html
2828
extension_rdoc.html
2929
extension_ja_rdoc.html
30-
Data.html
3130
English.html
3231
Fcntl.html
3332
Kconv.html
@@ -69,6 +68,11 @@ class Ruby < Rdoc
6968
Licensed under their own licenses.
7069
HTML
7170

71+
version '4.0' do
72+
self.release = '4.0.1'
73+
self.root_path = 'index.html'
74+
end
75+
7276
version '3.4' do
7377
self.release = '3.4.7'
7478
end

0 commit comments

Comments
 (0)