* lib/rdoc: Update to 3.9.1. Fixes === lines in verbatim sections.

Fixes :nodoc: on class aliases.  Fixes :stopdoc: creating references
	  to Object.  Fixes spacing when class comments are merged in ri.
	  Fixes `ri []` crash.  Fixes bug report URL when rdoc crashes.  Adds
	  :doc: and :nodoc: to allow hiding of implementation details in ruby.
	  Makes `rdoc` and `ri` gem-aware.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@32865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2011-08-05 20:18:14 +00:00
parent 1b0ff275e0
commit e8ad0a3e1e
14 changed files with 143 additions and 15 deletions

View file

@ -124,7 +124,7 @@ By default, this RubyGems will install gem as:
open release_notes do |io|
text = io.gets '==='
text << io.gets('===')
text[0...-3]
text[0...-3].sub(/^# coding:.*?^=/m, '')
end
else
"Oh-no! Unable to find release notes!"