Mon Sep 15 05:43:01 2008 UTC ()
Update ruby-activeresource to 2.1.1.

Changes:

* Fixed Base#exists? to check status code as integer [#299
  state:resolved] (Wes Oldenbeuving)


(minskim)
diff -r1.3 -r1.4 pkgsrc/www/ruby-activeresource/Makefile
diff -r1.3 -r1.4 pkgsrc/www/ruby-activeresource/distinfo
diff -r1.2 -r1.3 pkgsrc/www/ruby-activeresource/PLIST

cvs diff -r1.3 -r1.4 pkgsrc/www/ruby-activeresource/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/www/ruby-activeresource/Attic/Makefile 2008/06/20 04:34:11 1.3
+++ pkgsrc/www/ruby-activeresource/Attic/Makefile 2008/09/15 05:43:01 1.4
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2008/06/20 04:34:11 minskim Exp $
+# $NetBSD: Makefile,v 1.4 2008/09/15 05:43:01 minskim Exp $
 
-DISTNAME=	activeresource-2.1.0
+DISTNAME=	activeresource-2.1.1
 PKGNAME=	${RUBY_PKGPREFIX}-${DISTNAME}
 CATEGORIES=	www
 
@@ -8,7 +8,7 @@
 HOMEPAGE=	http://rubyforge.org/projects/activeresource/
 COMMENT=	Object-relational mapping for REST webservices
 
-DEPENDS+=	${RUBY_PKGPREFIX}-activesupport>=2.1.0:../../devel/ruby-activesupport
+DEPENDS+=	${RUBY_PKGPREFIX}-activesupport>=2.1.1:../../devel/ruby-activesupport
 
 .include "../../misc/rubygems/rubygem.mk"
 .include "../../mk/bsd.pkg.mk"

cvs diff -r1.3 -r1.4 pkgsrc/www/ruby-activeresource/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/www/ruby-activeresource/Attic/distinfo 2008/06/20 04:34:11 1.3
+++ pkgsrc/www/ruby-activeresource/Attic/distinfo 2008/09/15 05:43:01 1.4
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2008/06/20 04:34:11 minskim Exp $
+$NetBSD: distinfo,v 1.4 2008/09/15 05:43:01 minskim Exp $
 
-SHA1 (activeresource-2.1.0.gem) = 525e56a6245ed9cdfcd97f1c0ac67652e4f537be
+SHA1 (activeresource-2.1.1.gem) = 675e75c219ed657706aa5c82e1600110c301b6a4
-RMD160 (activeresource-2.1.0.gem) = e409879adcea356814d65c1349bf949e19a70beb
+RMD160 (activeresource-2.1.1.gem) = 298c6ab3462516cb9c90b64624682fa8f6eb5c7e
-Size (activeresource-2.1.0.gem) = 39424 bytes
+Size (activeresource-2.1.1.gem) = 40448 bytes

cvs diff -r1.2 -r1.3 pkgsrc/www/ruby-activeresource/Attic/PLIST (expand / switch to context diff)
--- pkgsrc/www/ruby-activeresource/Attic/PLIST 2008/04/04 15:30:02 1.2
+++ pkgsrc/www/ruby-activeresource/Attic/PLIST 2008/09/15 05:43:01 1.3
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2008/04/04 15:30:02 jlam Exp $
+@comment $NetBSD: PLIST,v 1.3 2008/09/15 05:43:01 minskim Exp $
 ${GEM_HOME}/cache/activeresource-${PKGVERSION}.gem
 ${GEM_LIBDIR}/CHANGELOG
 ${GEM_LIBDIR}/README
@@ -23,6 +23,7 @@
 ${GEM_LIBDIR}/test/base_test.rb
 ${GEM_LIBDIR}/test/connection_test.rb
 ${GEM_LIBDIR}/test/fixtures/beast.rb
+${GEM_LIBDIR}/test/fixtures/customer.rb
 ${GEM_LIBDIR}/test/fixtures/person.rb
 ${GEM_LIBDIR}/test/fixtures/street_address.rb
 ${GEM_LIBDIR}/test/format_test.rb