diff options
author | minskim <minskim> | 2008-09-15 05:43:01 +0000 |
---|---|---|
committer | minskim <minskim> | 2008-09-15 05:43:01 +0000 |
commit | f729d4c19097667021e90581fbf35fd98cafd508 (patch) | |
tree | f98f6df8c04c221bd56050ba6a881013fab6209e /www/ruby-activeresource | |
parent | 81e6ff9550fd68b1c02b97a074cd96f595aabd5b (diff) | |
download | pkgsrc-f729d4c19097667021e90581fbf35fd98cafd508.tar.gz |
Update ruby-activeresource to 2.1.1.
Changes:
* Fixed Base#exists? to check status code as integer [#299
state:resolved] (Wes Oldenbeuving)
Diffstat (limited to 'www/ruby-activeresource')
-rw-r--r-- | www/ruby-activeresource/Makefile | 6 | ||||
-rw-r--r-- | www/ruby-activeresource/PLIST | 3 | ||||
-rw-r--r-- | www/ruby-activeresource/distinfo | 8 |
3 files changed, 9 insertions, 8 deletions
diff --git a/www/ruby-activeresource/Makefile b/www/ruby-activeresource/Makefile index 793e9076abe..173d838b3fe 100644 --- a/www/ruby-activeresource/Makefile +++ b/www/ruby-activeresource/Makefile @@ -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 @@ MAINTAINER= minskim@NetBSD.org 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" diff --git a/www/ruby-activeresource/PLIST b/www/ruby-activeresource/PLIST index 2a32fe5e579..0c8cbaf4524 100644 --- a/www/ruby-activeresource/PLIST +++ b/www/ruby-activeresource/PLIST @@ -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_errors_test.rb ${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 diff --git a/www/ruby-activeresource/distinfo b/www/ruby-activeresource/distinfo index 13e0c24cc07..8c385e6e525 100644 --- a/www/ruby-activeresource/distinfo +++ b/www/ruby-activeresource/distinfo @@ -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 -RMD160 (activeresource-2.1.0.gem) = e409879adcea356814d65c1349bf949e19a70beb -Size (activeresource-2.1.0.gem) = 39424 bytes +SHA1 (activeresource-2.1.1.gem) = 675e75c219ed657706aa5c82e1600110c301b6a4 +RMD160 (activeresource-2.1.1.gem) = 298c6ab3462516cb9c90b64624682fa8f6eb5c7e +Size (activeresource-2.1.1.gem) = 40448 bytes |