ruby-changes:36275
From: hsbt <ko1@a...>
Date: Mon, 10 Nov 2014 14:59:46 +0900 (JST)
Subject: [ruby-changes:36275] hsbt:r48356 (trunk): * lib/rdoc/*.rb: Update to RDoc 4.2.0.alpha(579a11c)
hsbt 2014-11-10 14:59:34 +0900 (Mon, 10 Nov 2014) New Revision: 48356 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48356 Log: * lib/rdoc/*.rb: Update to RDoc 4.2.0.alpha(579a11c) Modified files: trunk/ChangeLog trunk/lib/rdoc/generator/template/darkfish/_footer.rhtml trunk/lib/rdoc/known_classes.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 48355) +++ ChangeLog (revision 48356) @@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Nov 10 14:17:58 2014 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * lib/rdoc/*.rb: Update to RDoc 4.2.0.alpha(579a11c) + Mon Nov 10 12:44:39 2014 Tanaka Akira <akr@f...> * lib/webrick/server.rb: Less instance variables. Index: lib/rdoc/generator/template/darkfish/_footer.rhtml =================================================================== --- lib/rdoc/generator/template/darkfish/_footer.rhtml (revision 48355) +++ lib/rdoc/generator/template/darkfish/_footer.rhtml (revision 48356) @@ -1,5 +1,5 @@ https://github.com/ruby/ruby/blob/trunk/lib/rdoc/generator/template/darkfish/_footer.rhtml#L1 <footer id="validator-badges" role="contentinfo"> <p><a href="http://validator.w3.org/check/referer">Validate</a> - <p>Generated by <a href="http://rdoc.rubyforge.org">RDoc</a> <%= RDoc::VERSION %>. - <p>Based on <a href="http://deveiate.org/projects/Darkfish-Rdoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. + <p>Generated by <a href="http://docs.seattlerb.org/rdoc/">RDoc</a> <%= RDoc::VERSION %>. + <p>Based on <a href="http://deveiate.org/projects/Darkfish-RDoc/">Darkfish</a> by <a href="http://deveiate.org">Michael Granger</a>. </footer> Index: lib/rdoc/known_classes.rb =================================================================== --- lib/rdoc/known_classes.rb (revision 48355) +++ lib/rdoc/known_classes.rb (revision 48356) @@ -59,6 +59,7 @@ module RDoc https://github.com/ruby/ruby/blob/trunk/lib/rdoc/known_classes.rb#L59 "rb_eZeroDivError" => "ZeroDivError", "rb_mComparable" => "Comparable", + "rb_mDL" => "DL", "rb_mEnumerable" => "Enumerable", "rb_mErrno" => "Errno", "rb_mFConst" => "File::Constants", -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/