summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2011-12-16 11:48:33 +0000
committertaca <taca@pkgsrc.org>2011-12-16 11:48:33 +0000
commitafa02c7f0162705585ac9830903a6f3a175020f9 (patch)
treee1061dc5484a59166941230b9db23561d03f5c31 /lang
parent44b7dc74e50d05e044e919a732d777e04cbe90f4 (diff)
downloadpkgsrc-afa02c7f0162705585ac9830903a6f3a175020f9.tar.gz
Update ruby-rdoc package to 3.12.
=== 3.12 / 2011-12-15 * Minor enhancements * Added DEVELOPERS document which contains an overview of how RDoc works and how to add new features to RDoc. * Improved title for HTML output to include <code>--title</code> in the title element. * <code>rdoc --pipe</code> now understands <code>--markup</code>. * RDoc now supports irc-scheme hyperlinks. Issue #83 by trans. * Bug fixes * Fix title on HTML output for pages. * Fixed parsing of non-indented HEREDOC. * Fixed parsing of <code>%w[]</code> and other % literals. Issue #84 by Erik Hollensbe * Fixed arrow replacement in HTML output munging the spaceship operator. Issue #85 by eclectic923. * Verbatim sections with ERB that match the ruby code whitelist are no longer syntax-highlighted. Issue #86 by eclectic923 * Line endings on windows are normalized immediately after reading with binmode. Issue #87 by Usa Nakamura * RDoc better understands directives for comments. Comment directives can now be found anywhere in multi-line comments. Issue #90 by Ryan Davis * Tidy links to methods show the label again. Issue #88 by Simon Chiang * RDoc::Parser::C can now find comments directly above +rb_define_class_under+. Issue #89 by Enrico * In rdoc, backspace and ansi formatters, labels and notes without bodies are now shown. * In rdoc, backspace and ansi formatters, whitespace between label or note and the colon is now stripped.
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby/rdoc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rdoc.mk b/lang/ruby/rdoc.mk
index de2fab72376..d55632db52f 100644
--- a/lang/ruby/rdoc.mk
+++ b/lang/ruby/rdoc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rdoc.mk,v 1.9 2011/11/13 15:57:22 taca Exp $
+# $NetBSD: rdoc.mk,v 1.10 2011/12/16 11:48:33 taca Exp $
.if !defined(_RUBY_RDOC_MK)
_RUBY_RDOC_MK= # defined
@@ -20,7 +20,7 @@ _RUBY_RDOC_MK= # defined
#
# current rdoc versions.
#
-RUBY_RDOC_VERSION= 3.11
+RUBY_RDOC_VERSION= 3.12
.if !empty(RUBY_RDOC_REQD)