Skip to content

Commit 973f2f7

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 973f2f7

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
@@ -38,6 +38,7 @@ RDoc includes the +rdoc+ and +ri+ tools for generating and displaying documentat
3838
# for ruby core repository. It was generated by
3939
# `git ls-files -z`.split("\x0").each {|f| puts " #{f.dump}," unless f.start_with?(*%W[test/ spec/ features/ .]) }
4040
non_lib_files = [
41+
"rdoc.gemspec",
4142
"CONTRIBUTING.rdoc",
4243
"CVE-2013-0256.rdoc",
4344
"ExampleMarkdown.md",

0 commit comments

Comments
 (0)