diff options
author | Nobuyoshi Nakada <[email protected]> | 2024-04-15 14:25:48 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2024-04-18 10:27:19 +0900 |
commit | 0f1ef19fcdc404dcf6a8ebfc44cde1a44e4d5cb9 (patch) | |
tree | 04f43f2576ec9653169b386e852615c8d2b87389 | |
parent | 88a88b56c7094bca3db42f01d672622527dcad14 (diff) |
[ruby/optparse] Fix typo [ci skip]
https://github.com/ruby/optparse/commit/0aec9adfc5
-rw-r--r-- | lib/optparse/optparse.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/optparse/optparse.gemspec b/lib/optparse/optparse.gemspec index 9427646fb4..1aa54aa781 100644 --- a/lib/optparse/optparse.gemspec +++ b/lib/optparse/optparse.gemspec @@ -23,7 +23,7 @@ Gem::Specification.new do |spec| spec.metadata["source_code_uri"] = spec.homepage spec.files = Dir["{doc,lib,misc}/**/{*,.document}"] + - %w[README.md ChangeLog COPYING .document .rdoc_options"] + %w[README.md ChangeLog COPYING .document .rdoc_options] spec.rdoc_options = ["--main=README.md", "--op=rdoc", "--page-dir=doc"] spec.bindir = "exe" spec.executables = [] |