Skip to content

Commit 578f96a

Browse files
nobumatzbot
authored andcommitted
[ruby/stringio] [DOC] Package rdoc files
ruby/stringio@8522c90e4b
1 parent c913f33 commit 578f96a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ext/stringio/stringio.gemspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,12 @@ Gem::Specification.new do |s|
2828
s.extensions = ["ext/stringio/extconf.rb"]
2929
s.files += ["ext/stringio/extconf.rb", "ext/stringio/stringio.c"]
3030
end
31+
32+
s.extra_rdoc_files = [
33+
".document", ".rdoc_options", "COPYING", "LICENSE.txt",
34+
"NEWS.md", "README.md", "docs/io.rb", "ext/stringio/.document",
35+
]
36+
3137
s.homepage = "https://github.com/ruby/stringio"
3238
s.licenses = ["Ruby", "BSD-2-Clause"]
3339
s.required_ruby_version = ">= 2.7"

0 commit comments

Comments
 (0)