ruby-changes:31633
From: drbrain <ko1@a...>
Date: Tue, 19 Nov 2013 05:55:24 +0900 (JST)
Subject: [ruby-changes:31633] drbrain:r43712 (trunk): * lib/rdoc/rubygems_hook.rb: Remove debugging puts committed by
drbrain 2013-11-19 05:55:18 +0900 (Tue, 19 Nov 2013) New Revision: 43712 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43712 Log: * lib/rdoc/rubygems_hook.rb: Remove debugging puts committed by accident. Modified files: trunk/ChangeLog trunk/lib/rdoc/rubygems_hook.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 43711) +++ ChangeLog (revision 43712) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Nov 19 05:55:05 2013 Eric Hodel <drbrain@s...> + + * lib/rdoc/rubygems_hook.rb: Remove debugging puts committed by + accident. + Mon Nov 18 22:47:54 2013 Nobuyoshi Nakada <nobu@r...> * eval_intern.h (TH_PUSH_TAG, TH_EXEC_TAG): refine stack overflow Index: lib/rdoc/rubygems_hook.rb =================================================================== --- lib/rdoc/rubygems_hook.rb (revision 43711) +++ lib/rdoc/rubygems_hook.rb (revision 43712) @@ -156,10 +156,6 @@ class RDoc::RubygemsHook https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rubygems_hook.rb#L156 args.concat @spec.require_paths args.concat @spec.extra_rdoc_files - puts - p @spec.extra_rdoc_files - puts - case config_args = Gem.configuration[:rdoc] when String then args = args.concat config_args.split -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/