Update ruby-dm-core pacakge to 1.1.0.
DataMapper 1.1.0 released I¡Çm pleased to announce that we have released DataMapper 1.1. This has been one of the most enjoyable releases in recent memory. The community rallied together and compared to the previous release we had at least 3-4x more people submitting patches and working together to get this release ready. DataMapper 1.1 brings several minor API changes, warranting the minor version bump, and closes 52 tickets in Lighthouse. There have been many performance improvements, some closing bottlenecks that result in as much as a 20x speedup from the 1.0.2 behaviour. As part of the bug fixing process we¡Çve refactored some of the objects we use internally to group relationships and dependencies and removed methods and classes that were deprecated in 1.0. For more changes in detail, please refer: http://datamapper.org/articles/datamapper-110-released.html.
This commit is contained in:
parent
c2749ec29f
commit
049e31630f
2 changed files with 15 additions and 15 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.6 2010/09/23 02:26:46 taca Exp $
|
||||
# $NetBSD: Makefile,v 1.7 2011/06/19 08:34:35 taca Exp $
|
||||
|
||||
DISTNAME= datamapper-1.0.2
|
||||
DISTNAME= datamapper-1.1.0
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
@ -9,15 +9,15 @@ COMMENT= Object/Relational Mapper for Ruby
|
|||
LICENSE= mit
|
||||
|
||||
DEPENDS+= \
|
||||
${RUBY_PKGPREFIX}-dm-core>=1.0.2:../../databases/ruby-dm-core \
|
||||
${RUBY_PKGPREFIX}-dm-aggregates>=1.0.2:../../databases/ruby-dm-aggregates \
|
||||
${RUBY_PKGPREFIX}-dm-constraints>=1.0.2:../../databases/ruby-dm-constraints \
|
||||
${RUBY_PKGPREFIX}-dm-migrations>=1.0.2:../../databases/ruby-dm-migrations \
|
||||
${RUBY_PKGPREFIX}-dm-transactions>=1.0.2:../../databases/ruby-dm-transactions \
|
||||
${RUBY_PKGPREFIX}-dm-serializer>=1.0.2:../../databases/ruby-dm-serializer \
|
||||
${RUBY_PKGPREFIX}-dm-timestamps>=1.0.2:../../databases/ruby-dm-timestamps \
|
||||
${RUBY_PKGPREFIX}-dm-validations>=1.0.2:../../databases/ruby-dm-validations \
|
||||
${RUBY_PKGPREFIX}-dm-types>=1.0.2:../../databases/ruby-dm-types
|
||||
${RUBY_PKGPREFIX}-dm-core>=1.1.0<1.1.1:../../databases/ruby-dm-core \
|
||||
${RUBY_PKGPREFIX}-dm-aggregates>=1.1.0<1.1.1:../../databases/ruby-dm-aggregates \
|
||||
${RUBY_PKGPREFIX}-dm-constraints>=1.1.0<1.1.1:../../databases/ruby-dm-constraints \
|
||||
${RUBY_PKGPREFIX}-dm-migrations>=1.1.0<1.1.1:../../databases/ruby-dm-migrations \
|
||||
${RUBY_PKGPREFIX}-dm-transactions>=1.1.0<1.1.1:../../databases/ruby-dm-transactions \
|
||||
${RUBY_PKGPREFIX}-dm-serializer>=1.1.0<1.1.1:../../databases/ruby-dm-serializer \
|
||||
${RUBY_PKGPREFIX}-dm-timestamps>=1.1.0<1.1.1:../../databases/ruby-dm-timestamps \
|
||||
${RUBY_PKGPREFIX}-dm-validations>=1.1.0<1.1.1:../../databases/ruby-dm-validations \
|
||||
${RUBY_PKGPREFIX}-dm-types>=1.1.0<1.1.1:../../databases/ruby-dm-types
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.5 2010/09/12 00:01:14 taca Exp $
|
||||
$NetBSD: distinfo,v 1.6 2011/06/19 08:34:35 taca Exp $
|
||||
|
||||
SHA1 (datamapper-1.0.2.gem) = bbbf97da8573a667e3fb229bdd1e2f7557324f9e
|
||||
RMD160 (datamapper-1.0.2.gem) = 4df33a82728abc13d580817f501aa997ecca61ae
|
||||
Size (datamapper-1.0.2.gem) = 5120 bytes
|
||||
SHA1 (datamapper-1.1.0.gem) = 6749cdb3bac9bf74086dd8f615fdafacdebcf3c0
|
||||
RMD160 (datamapper-1.1.0.gem) = 4f22dcd420369765f9c160c4a5cc78279a01aed4
|
||||
Size (datamapper-1.1.0.gem) = 5120 bytes
|
||||
|
|
Loading…
Reference in a new issue