summaryrefslogtreecommitdiff
path: root/databases/ruby-activerecord32
diff options
context:
space:
mode:
authortaca <taca>2012-07-31 12:53:46 +0000
committertaca <taca>2012-07-31 12:53:46 +0000
commit20552570bc29207cfb384bd95454b4af8a6b2288 (patch)
treed48b5f79565fd4c75397683780e05801b44f6bf7 /databases/ruby-activerecord32
parent5d77da45bb19610e549e4eaf75ee5f28a830ec96 (diff)
downloadpkgsrc-20552570bc29207cfb384bd95454b4af8a6b2288.tar.gz
Update ruby-activerecord32 to 3.2.7.
## Rails 3.2.7 (unreleased) ## * `:finder_sql` and `:counter_sql` options on collection associations are deprecated. Please transition to using scopes. *Jon Leighton* * `:insert_sql` and `:delete_sql` options on `has_and_belongs_to_many` associations are deprecated. Please transition to using `has_many :through` *Jon Leighton* * `composed_of` has been deprecated. You'll have to write your own accessor and mutator methods if you'd like to use value objects to represent some portion of your models. *Steve Klabnik* * `update_attribute` has been deprecated. Use `update_column` if you want to bypass mass-assignment protection, validations, callbacks, and touching of updated_at. Otherwise please use `update_attributes`. *Steve Klabnik*
Diffstat (limited to 'databases/ruby-activerecord32')
-rw-r--r--databases/ruby-activerecord32/distinfo8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-activerecord32/distinfo b/databases/ruby-activerecord32/distinfo
index 5894e0c763f..0e4571020bb 100644
--- a/databases/ruby-activerecord32/distinfo
+++ b/databases/ruby-activerecord32/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2012/06/13 15:16:50 taca Exp $
+$NetBSD: distinfo,v 1.5 2012/07/31 12:53:46 taca Exp $
-SHA1 (activerecord-3.2.6.gem) = dbca1a7d6e48395dd7a804d3e08422bc332a1e08
-RMD160 (activerecord-3.2.6.gem) = 3d41cf81deb3348b3d5cf4fb52b518bccae711d9
-Size (activerecord-3.2.6.gem) = 388608 bytes
+SHA1 (activerecord-3.2.7.gem) = ae860da2fb04cbfb113a061697299c4b28c3c167
+RMD160 (activerecord-3.2.7.gem) = 1dc8e6db98311e25daea27253e4480a53e89c783
+Size (activerecord-3.2.7.gem) = 389632 bytes