ruby-changes:48026
From: hsbt <ko1@a...>
Date: Sun, 8 Oct 2017 18:13:09 +0900 (JST)
Subject: [ruby-changes:48026] hsbt:r60140 (trunk): Removed unnecessary json loading.
hsbt 2017-10-08 18:13:03 +0900 (Sun, 08 Oct 2017) New Revision: 60140 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60140 Log: Removed unnecessary json loading. It causes test fail on http://ci.rvm.jp/results/trunk-test@frontier/101990 Modified files: trunk/lib/rdoc/text.rb Index: lib/rdoc/text.rb =================================================================== --- lib/rdoc/text.rb (revision 60139) +++ lib/rdoc/text.rb (revision 60140) @@ -6,16 +6,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/rdoc/text.rb#L6 require 'strscan' ## -# For RDoc::Text#snippet - -begin - gem 'json' -rescue NameError => e # --disable-gems - raise unless e.name == :gem -rescue Gem::LoadError -end - -## # Methods for manipulating comment text module RDoc::Text -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/