ruby-changes:56216
From: SHIBATA <ko1@a...>
Date: Tue, 25 Jun 2019 16:53:21 +0900 (JST)
Subject: [ruby-changes:56216] SHIBATA Hiroshi: 00d0ede845 (trunk): Removed CHANGELOG from rdoc files.
https://git.ruby-lang.org/ruby.git/commit/?id=00d0ede845 From 00d0ede84593aa18203fe33d1056ffb1b1aedf99 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi <hsbt@r...> Date: Wed, 27 Feb 2019 08:44:33 +0900 Subject: Removed CHANGELOG from rdoc files. diff --git a/ext/psych/psych.gemspec b/ext/psych/psych.gemspec index a7a6a55..469ee5d 100644 --- a/ext/psych/psych.gemspec +++ b/ext/psych/psych.gemspec @@ -45,7 +45,7 @@ DESCRIPTION https://github.com/ruby/ruby/blob/trunk/ext/psych/psych.gemspec#L45 ] 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" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/