зеркало из https://github.com/github/ruby.git
* 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:
Родитель
230ddd70c2
Коммит
2a051d7aea
|
@ -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>
|
||||
|
||||
* 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.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
|
||||
|
|
Загрузка…
Ссылка в новой задаче