mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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[
|
spec.files = %w[
|
||||||
LICENSE.txt
|
LICENSE.txt
|
||||||
README.md
|
README.md
|
||||||
|
ChangeLog
|
||||||
ext/etc/constdefs.h
|
ext/etc/constdefs.h
|
||||||
ext/etc/etc.c
|
ext/etc/etc.c
|
||||||
ext/etc/extconf.rb
|
ext/etc/extconf.rb
|
||||||
ext/etc/mkconstants.rb
|
ext/etc/mkconstants.rb
|
||||||
test/etc/test_etc.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.bindir = "exe"
|
||||||
spec.require_paths = ["lib"]
|
spec.require_paths = ["lib"]
|
||||||
spec.extensions = %w{ext/etc/extconf.rb}
|
spec.extensions = %w{ext/etc/extconf.rb}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue