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:
parent
546dbcfe69
commit
9135a3e864
1 changed files with 8 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue