diff options
author | taca <taca@pkgsrc.org> | 2016-02-06 10:59:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-02-06 10:59:55 +0000 |
commit | 96805c11222bf2836c5ea77a44d2dbdba286f1ee (patch) | |
tree | a9536d53dace0c4e6b12ac70473ec36f7250529c /lang | |
parent | 626a28b1f252f0729063315f8ada5279418171ad (diff) | |
download | pkgsrc-96805c11222bf2836c5ea77a44d2dbdba286f1ee.tar.gz |
Update ruby-rdoc to 4.2.1.
4.2.1 / 2015-12-22
Bug fixes
* Fixed infinite loop with CR #339 by @nobu
* Allow rdoc run with disable-gems #340 by @luizluca
* Don't store full path in GZipped js files #341 by @voxik
* Fix relative path names for drive letters #367 by @nobu
* Fix for valid syntax `class C end` parsing #368 by @nobu
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby/rubyversion.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/rubyversion.mk b/lang/ruby/rubyversion.mk index 52ab44b0c3e..c64b7d0ae68 100644 --- a/lang/ruby/rubyversion.mk +++ b/lang/ruby/rubyversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.156 2016/01/06 14:13:04 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.157 2016/02/06 10:59:55 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -250,7 +250,7 @@ RUBY23_API_VERSION= 2.3.0 RUBY_GEMS_PKGSRC_VERS= 2.4.8 # pkgsrc's rdoc's version -RUBY_RDOC_PKGSRC_VERS= 4.2.0 +RUBY_RDOC_PKGSRC_VERS= 4.2.1 # RUBY_VERSION_DEFAULT?= 200 |