From de4fde9095c5380e8cef0a188d244a10f9184d6d Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 7 Sep 2016 22:23:38 +0000 Subject: * lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta2 Fixed ri parse defect with left-hand matched classes. https://github.com/rdoc/rdoc/pull/420 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56097 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/rdoc.gemspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/rdoc/rdoc.gemspec') diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec index 606021f8b1..74d7a152bd 100644 --- a/lib/rdoc/rdoc.gemspec +++ b/lib/rdoc/rdoc.gemspec @@ -6,8 +6,7 @@ Gem::Specification.new do |s| s.name = "rdoc" s.version = RDoc::VERSION - s.required_rubygems_version = Gem::Requirement.new(">= 1.3") if - s.respond_to? :required_rubygems_version= + s.required_rubygems_version = Gem::Requirement.new(">= 1.3") s.require_paths = ["lib"] s.authors = [ -- cgit v1.2.3