Skip to content

Commit

Permalink
[ruby/optparse] Fix typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu authored and hsbt committed Apr 18, 2024
1 parent 88a88b5 commit 0f1ef19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/optparse/optparse.gemspec
Expand Up @@ -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 = []
Expand Down

0 comments on commit 0f1ef19

Please sign in to comment.