Skip to content

Commit 295b89d

Browse files
committed
Added gemspec file to gem package
The original gemspec need to install rdoc as bundled gems at the official Ruby package. Fix https://bugs.ruby-lang.org/issues/21312
1 parent 8602952 commit 295b89d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rdoc.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
5151
"exe/rdoc",
5252
"exe/ri",
5353
"man/ri.1",
54+
"rdoc.gemspec",
5455
]
5556
template_files = Dir.glob("lib/rdoc/generator/template/**/*")
5657
lib_files = Dir.glob("lib/**/*.{rb,kpeg,ry}")

0 commit comments

Comments
 (0)