Update ruby-dm-aggregates pacakge to 1.1.0.
It is a part of ruby-datamapper 1.1.0. Changes in detail, please refer: http://datamapper.org/articles/datamapper-110-released.html.
This commit is contained in:
parent
47a4659638
commit
d5bd24b387
3 changed files with 10 additions and 12 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2010/09/11 23:49:48 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2011/06/19 08:22:50 taca Exp $
|
||||
|
||||
DISTNAME= dm-aggregates-1.0.2
|
||||
DISTNAME= dm-aggregates-1.1.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -8,7 +8,7 @@ HOMEPAGE= http://github.com/datamapper/dm-aggregates
|
|||
COMMENT= DataMapper plugin for aggregates on collections
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.0.2:../../databases/ruby-dm-core
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-dm-core>=1.1.0<1.2:../../databases/ruby-dm-core
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2010/09/11 23:49:48 taca Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2011/06/19 08:22:50 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/LICENSE
|
||||
${GEM_LIBDIR}/README.rdoc
|
||||
|
@ -12,7 +11,9 @@ ${GEM_LIBDIR}/lib/dm-aggregates/adapters/dm-do-adapter.rb
|
|||
${GEM_LIBDIR}/lib/dm-aggregates/aggregate_functions.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/collection.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/core_ext/symbol.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/functions.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/model.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/operators.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/query.rb
|
||||
${GEM_LIBDIR}/lib/dm-aggregates/repository.rb
|
||||
${GEM_LIBDIR}/spec/isolated/require_after_setup_spec.rb
|
||||
|
@ -24,9 +25,6 @@ ${GEM_LIBDIR}/spec/public/shared/aggregate_shared_spec.rb
|
|||
${GEM_LIBDIR}/spec/rcov.opts
|
||||
${GEM_LIBDIR}/spec/spec.opts
|
||||
${GEM_LIBDIR}/spec/spec_helper.rb
|
||||
${GEM_LIBDIR}/tasks/ci.rake
|
||||
${GEM_LIBDIR}/tasks/local_gemfile.rake
|
||||
${GEM_LIBDIR}/tasks/metrics.rake
|
||||
${GEM_LIBDIR}/tasks/spec.rake
|
||||
${GEM_LIBDIR}/tasks/yard.rake
|
||||
${GEM_LIBDIR}/tasks/yardstick.rake
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2010/09/11 23:49:48 taca Exp $
|
||||
$NetBSD: distinfo,v 1.2 2011/06/19 08:22:50 taca Exp $
|
||||
|
||||
SHA1 (dm-aggregates-1.0.2.gem) = 4c63f133eedf43db06ba6d751bc827c78ba92597
|
||||
RMD160 (dm-aggregates-1.0.2.gem) = 6e149c5d46a2969014f8965cb01bf4d1e0eb1b90
|
||||
Size (dm-aggregates-1.0.2.gem) = 15872 bytes
|
||||
SHA1 (dm-aggregates-1.1.0.gem) = a7e55e22ba2092883dbb28f726199bd20df48f74
|
||||
RMD160 (dm-aggregates-1.1.0.gem) = 4c70b43283e6ecc01526212dd62bda6097c6a32c
|
||||
Size (dm-aggregates-1.1.0.gem) = 13824 bytes
|
||||
|
|
Loading…
Reference in a new issue