From 145433d9a54856ec633220755f089a7e78fb28ce Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 22 Dec 2015 12:08:13 +0000 Subject: * lib/rdoc.rb: bump version to 4.2.1. It contains following fixes. https://github.com/rdoc/rdoc/pull/340 https://github.com/rdoc/rdoc/pull/341 https://github.com/rdoc/rdoc/pull/367 https://github.com/rdoc/rdoc/pull/368 * lib/rdoc/*: ditto. * test/rdoc/*: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/rdoc/text.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/rdoc/text.rb') diff --git a/lib/rdoc/text.rb b/lib/rdoc/text.rb index 71a35de101..b40c89806a 100644 --- a/lib/rdoc/text.rb +++ b/lib/rdoc/text.rb @@ -11,6 +11,8 @@ require 'strscan' begin gem 'json' +rescue NameError => e # --disable-gems + raise unless e.name == :gem rescue Gem::LoadError end -- cgit v1.2.3