mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rdoc/rubygems_hook.rb: Remove debugging puts committed by
accident. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
230ddd70c2
commit
2a051d7aea
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Tue Nov 19 05:55:05 2013 Eric Hodel <drbrain@segment7.net>
|
||||||
|
|
||||||
|
* lib/rdoc/rubygems_hook.rb: Remove debugging puts committed by
|
||||||
|
accident.
|
||||||
|
|
||||||
Mon Nov 18 22:47:54 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
Mon Nov 18 22:47:54 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||||
|
|
||||||
* eval_intern.h (TH_PUSH_TAG, TH_EXEC_TAG): refine stack overflow
|
* eval_intern.h (TH_PUSH_TAG, TH_EXEC_TAG): refine stack overflow
|
||||||
|
|
|
@ -156,10 +156,6 @@ class RDoc::RubygemsHook
|
||||||
args.concat @spec.require_paths
|
args.concat @spec.require_paths
|
||||||
args.concat @spec.extra_rdoc_files
|
args.concat @spec.extra_rdoc_files
|
||||||
|
|
||||||
puts
|
|
||||||
p @spec.extra_rdoc_files
|
|
||||||
puts
|
|
||||||
|
|
||||||
case config_args = Gem.configuration[:rdoc]
|
case config_args = Gem.configuration[:rdoc]
|
||||||
when String then
|
when String then
|
||||||
args = args.concat config_args.split
|
args = args.concat config_args.split
|
||||||
|
|
Loading…
Add table
Reference in a new issue