pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/ruby-datamapper Update ruby-dm-core pacakge ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c64af20caea2
branches:  trunk
changeset: 589880:c64af20caea2
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Jun 19 08:34:35 2011 +0000

description:
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.

diffstat:

 databases/ruby-datamapper/Makefile |  22 +++++++++++-----------
 databases/ruby-datamapper/distinfo |   8 ++++----
 2 files changed, 15 insertions(+), 15 deletions(-)

diffs (50 lines):

diff -r eeb1f16723aa -r c64af20caea2 databases/ruby-datamapper/Makefile
--- a/databases/ruby-datamapper/Makefile        Sun Jun 19 08:32:55 2011 +0000
+++ b/databases/ruby-datamapper/Makefile        Sun Jun 19 08:34:35 2011 +0000
@@ -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@localhost
@@ -9,15 +9,15 @@
 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"
diff -r eeb1f16723aa -r c64af20caea2 databases/ruby-datamapper/distinfo
--- a/databases/ruby-datamapper/distinfo        Sun Jun 19 08:32:55 2011 +0000
+++ b/databases/ruby-datamapper/distinfo        Sun Jun 19 08:34:35 2011 +0000
@@ -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



Home | Main Index | Thread Index | Old Index