pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-activerecord32 Update databasers/ruby-a...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/72e75d10d29e
branches:  trunk
changeset: 603130:72e75d10d29e
user:      taca <taca%pkgsrc.org@localhost>
date:      Sun Apr 29 12:58:23 2012 +0000

description:
Update databasers/ruby-activerecord32 to 3.2.3.

## Rails 3.2.3 (unreleased) ##

*   Added find_or_create_by_{attribute}! dynamic method. *Andrew White*

*   Whitelist all attribute assignment by default. Change the default for newly generated applications to whitelist all attribute assignment.  Also update the generated model classes so users are 
reminded of the importance of attr_accessible. *NZKoz*

*   Update ActiveRecord::AttributeMethods#attribute_present? to return false for empty strings. *Jacobkg*

*   Fix associations when using per class databases. *larskanis*

*   Revert setting NOT NULL constraints in add_timestamps *fxn*

*   Fix mysql to use proper text types. Fixes #3931. *kennyj*

*   Fix #5069 - Protect foreign key from mass assignment through association builder. *byroot*

diffstat:

 databases/ruby-activerecord32/Makefile |  4 ++--
 databases/ruby-activerecord32/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (31 lines):

diff -r 149e3220cd51 -r 72e75d10d29e databases/ruby-activerecord32/Makefile
--- a/databases/ruby-activerecord32/Makefile    Sun Apr 29 12:57:08 2012 +0000
+++ b/databases/ruby-activerecord32/Makefile    Sun Apr 29 12:58:23 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2012/03/18 06:49:06 taca Exp $
+# $NetBSD: Makefile,v 1.2 2012/04/29 12:58:23 taca Exp $
 
 DISTNAME=      activerecord-${RUBY_RAILS_VERSION}
 CATEGORIES=    databases
@@ -11,7 +11,7 @@
 # Comment out dependency in gemspec but already depends indirectly one.
 #DEPENDS+=     ${RUBY_ACTIVESUPPORT_DEPENDS}
 DEPENDS+=      ${RUBY_ACTIVEMODEL_DEPENDS}
-DEPENDS+=      ${RUBY_PKGPREFIX}-arel>=3.0.2<3.3:../../databases/ruby-arel
+DEPENDS+=      ${RUBY_PKGPREFIX}-arel>=3.0.2<3.1:../../databases/ruby-arel
 DEPENDS+=      ${RUBY_PKGPREFIX}-tzinfo>=0.3.29<0.4:../../time/ruby-tzinfo
 
 RUBY_RAILS_SUPPORTED=  32
diff -r 149e3220cd51 -r 72e75d10d29e databases/ruby-activerecord32/distinfo
--- a/databases/ruby-activerecord32/distinfo    Sun Apr 29 12:57:08 2012 +0000
+++ b/databases/ruby-activerecord32/distinfo    Sun Apr 29 12:58:23 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2012/03/18 06:49:06 taca Exp $
+$NetBSD: distinfo,v 1.2 2012/04/29 12:58:23 taca Exp $
 
-SHA1 (activerecord-3.2.2.gem) = 2452c32407a2ce745297dc885e24b80059619235
-RMD160 (activerecord-3.2.2.gem) = 76b6ca9a993e43a6e8241c5e823ca2a23a6c005d
-Size (activerecord-3.2.2.gem) = 386048 bytes
+SHA1 (activerecord-3.2.3.gem) = a9810e79d720994abbe24aded2bcb783bb1649b4
+RMD160 (activerecord-3.2.3.gem) = a41a3db2ef198b231846d1169b6c105af576a22c
+Size (activerecord-3.2.3.gem) = 387072 bytes



Home | Main Index | Thread Index | Old Index