summaryrefslogtreecommitdiff
path: root/lang/ruby
diff options
context:
space:
mode:
authortaca <taca>2013-03-07 16:50:51 +0000
committertaca <taca>2013-03-07 16:50:51 +0000
commite4ab2b6b13379a503b37c24dd77f17eba238e1d1 (patch)
tree9b74f1653d60ecc683ab243b258944ddbb4c7383 /lang/ruby
parentfaf01a3c20efc6e186c50dac78e7be2478b17d6d (diff)
downloadpkgsrc-e4ab2b6b13379a503b37c24dd77f17eba238e1d1.tar.gz
Update ruby-rdoc to 3.12.2.
=== 3.12.2 / 2013-02-24 * Bug fixes * Fixed bug in syntax-highlighting that would corrupt regular expressions. Ruby Bug #6488 by Benny Lyne Amorsen. * Fixed lexing of character syntax (<code>?x</code>). Reported by Xavier Noria. * Fixed tokenization of % when it is not followed by a $-string type * Fixed display of __END__ in documentation examples in HTML output * Fixed tokenization of reserved words used as new-style hash keys * Fixed HEREDOC output for the limited case of a heredoc followed by a line end. When a HEREDOC is not followed by a line end RDoc is not currently smart enough to restore the source correctly. Bug #162 by Zachary Scott.
Diffstat (limited to 'lang/ruby')
-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 10a95b7bc76..8ae2ca345d8 100644
--- a/lang/ruby/rdoc.mk
+++ b/lang/ruby/rdoc.mk
@@ -1,4 +1,4 @@
-# $NetBSD: rdoc.mk,v 1.12 2013/02/06 15:53:14 taca Exp $
+# $NetBSD: rdoc.mk,v 1.13 2013/03/07 16:50:51 taca Exp $
.if !defined(_RUBY_RDOC_MK)
_RUBY_RDOC_MK= # defined
@@ -19,7 +19,7 @@ _RUBY_RDOC_MK= # defined
#
# current rdoc versions.
#
-RUBY_RDOC_VERSION= 3.12.1
+RUBY_RDOC_VERSION= 3.12.2
.if !empty(RUBY_RDOC_REQD)