mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 21:49:06 +02:00
parent
6ac8f6a10e
commit
88a88b56c7
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ Gem::Specification.new do |spec|
|
|||
spec.metadata["homepage_uri"] = spec.homepage
|
||||
spec.metadata["source_code_uri"] = spec.homepage
|
||||
|
||||
spec.files = Dir["{doc,lib,misc}/**/*"] + %w[README.md ChangeLog COPYING]
|
||||
spec.files = Dir["{doc,lib,misc}/**/{*,.document}"] +
|
||||
%w[README.md ChangeLog COPYING .document .rdoc_options"]
|
||||
spec.rdoc_options = ["--main=README.md", "--op=rdoc", "--page-dir=doc"]
|
||||
spec.bindir = "exe"
|
||||
spec.executables = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue