Update ruby-rdoc package to 3.9.1.
=== 3.9.1 / ?? * Bug fixes * Fix RDoc::Markup parser for a header followed by a non-text token. Issue #56 by Adam Tait * Fix RDoc::Markup::ToHtmlCrossref#gen_url for non-<tt>rdoc-ref</tt> links. * Fix bug report URL when rdoc crashes. === 3.9 / 2011-07-30 * Minor enhancements * RDoc::Parser::C now supports :doc: and :nodoc: for class comments * Added the <tt>rdoc-ref:</tt> link scheme which links to a named reference. <tt>rdoc-ref:</tt> can resolve references to classes, modules, methods, files, etc. This can be used to create cross-generator named links unlike the <tt>link:</tt> scheme which is dependent upon the exact file name. Issue #53 by Simon Chiang * Pulled RDoc::CrossReference out of RDoc::Markup::ToHtmlCrossref. Cross-references can now be created easily for non-HTML formatters. * Bug fixes * `ri []` and other special methods now work properly. Issue #52 by ddebernardy. * `ri` now has space between class comments from multiple files. * :stopdoc: no longer creates Object references. Issue #55 by Simon Chiang * :nodoc: works on class aliases now. Issue #51 by Steven G. Harms * Remove tokenizer restriction on header lengths for verbatim sections. Issue #49 by trans
This commit is contained in:
parent
071be4ebda
commit
8b841f4229
2 changed files with 7 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2011/07/22 03:18:44 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2011/08/12 15:21:33 taca Exp $
|
||||
bin/rdoc
|
||||
bin/ri
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
|
@ -23,6 +23,7 @@ ${GEM_LIBDIR}/lib/rdoc/code_object.rb
|
|||
${GEM_LIBDIR}/lib/rdoc/code_objects.rb
|
||||
${GEM_LIBDIR}/lib/rdoc/constant.rb
|
||||
${GEM_LIBDIR}/lib/rdoc/context.rb
|
||||
${GEM_LIBDIR}/lib/rdoc/cross_reference.rb
|
||||
${GEM_LIBDIR}/lib/rdoc/encoding.rb
|
||||
${GEM_LIBDIR}/lib/rdoc/erbio.rb
|
||||
${GEM_LIBDIR}/lib/rdoc/gauntlet.rb
|
||||
|
@ -132,6 +133,7 @@ ${GEM_LIBDIR}/test/test_rdoc_code_object.rb
|
|||
${GEM_LIBDIR}/test/test_rdoc_constant.rb
|
||||
${GEM_LIBDIR}/test/test_rdoc_context.rb
|
||||
${GEM_LIBDIR}/test/test_rdoc_context_section.rb
|
||||
${GEM_LIBDIR}/test/test_rdoc_cross_reference.rb
|
||||
${GEM_LIBDIR}/test/test_rdoc_encoding.rb
|
||||
${GEM_LIBDIR}/test/test_rdoc_generator_darkfish.rb
|
||||
${GEM_LIBDIR}/test/test_rdoc_generator_ri.rb
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.2 2011/07/22 03:18:44 taca Exp $
|
||||
$NetBSD: distinfo,v 1.3 2011/08/12 15:21:33 taca Exp $
|
||||
|
||||
SHA1 (rdoc-3.8.gem) = 7cdc98c0633b7b471482e582d409cbc4e17aaa98
|
||||
RMD160 (rdoc-3.8.gem) = b36ab031605c229f331f61b65047ad4051e249b6
|
||||
Size (rdoc-3.8.gem) = 248320 bytes
|
||||
SHA1 (rdoc-3.9.1.gem) = 2f397aedff02503447386e951ff7c7aaeea8c322
|
||||
RMD160 (rdoc-3.9.1.gem) = 6adfcce68b50a9c9f5c123f060468f0b5967fc5d
|
||||
Size (rdoc-3.9.1.gem) = 252416 bytes
|
||||
|
|
Loading…
Reference in a new issue