1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/etc] [DOC] Add document task

https://github.com/ruby/etc/commit/8c8c6198e2
This commit is contained in:
Nobuyoshi Nakada 2022-01-02 14:07:22 +09:00
parent 546dbcfe69
commit 9135a3e864

View file

@ -25,12 +25,20 @@ Gem::Specification.new do |spec|
spec.files = %w[
LICENSE.txt
README.md
ChangeLog
ext/etc/constdefs.h
ext/etc/etc.c
ext/etc/extconf.rb
ext/etc/mkconstants.rb
test/etc/test_etc.rb
]
spec.rdoc_options = ["--main", "README.md"]
spec.extra_rdoc_files = [
"LICENSE.txt",
"README.md",
"ChangeLog",
*Dir.glob("logs/ChangeLog-*[^~]", base: __dir__),
]
spec.bindir = "exe"
spec.require_paths = ["lib"]
spec.extensions = %w{ext/etc/extconf.rb}