summaryrefslogtreecommitdiff
path: root/ext/psych
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-02-27 08:44:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-06-25 15:56:20 +0900
commit00d0ede84593aa18203fe33d1056ffb1b1aedf99 (patch)
tree31e9eb005ef2b4c3fdb3cf631a4c2ca5e4b5541e /ext/psych
parent3c4fc830dd3f2c3e1e642f83072bead8189aec63 (diff)
Removed CHANGELOG from rdoc files.
Diffstat (limited to 'ext/psych')
-rw-r--r--ext/psych/psych.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec
index a7a6a551b9..469ee5de73 100644
--- a/ext/psych/psych.gemspec
+++ b/ext/psych/psych.gemspec
@@ -45,7 +45,7 @@ DESCRIPTION
]
s.rdoc_options = ["--main", "README.md"]
- s.extra_rdoc_files = ["CHANGELOG.rdoc", "README.md"]
+ s.extra_rdoc_files = ["README.md"]
s.required_ruby_version = Gem::Requirement.new(">= 2.2.2")
s.rubygems_version = "2.5.1"