From b100e763d85cd164be8fd48bd491bddf34f425ac Mon Sep 17 00:00:00 2001 From: taca Date: Wed, 23 Mar 2011 14:12:05 +0000 Subject: Update ruby-json-pure to 1.5.1. 2011-01-24 (1.5.1) * Made rake-compiler build a fat binary gem. This should fix issue https://github.com/flori/json/issues#issue/54. 2011-01-22 (1.5.0) * Included Java source codes for the Jruby extension made by Daniel Luz . * Output full exception message of deep_const_get to aid debugging. * Fixed an issue with ruby 1.9 Module#const_defined? method, that was reported by Riley Goodside. --- textproc/ruby-json-pure/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/ruby-json-pure/Makefile') diff --git a/textproc/ruby-json-pure/Makefile b/textproc/ruby-json-pure/Makefile index b5d0eeb2629..48ae4b1bb89 100644 --- a/textproc/ruby-json-pure/Makefile +++ b/textproc/ruby-json-pure/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2010/09/10 08:19:16 taca Exp $ +# $NetBSD: Makefile,v 1.8 2011/03/23 14:12:05 taca Exp $ -DISTNAME= json_pure-1.4.6 +DISTNAME= json_pure-1.5.1 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/g} CATEGORIES= textproc -- cgit v1.2.3