diff options
author | taca <taca@pkgsrc.org> | 2011-11-19 15:35:48 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-11-19 15:35:48 +0000 |
commit | 0f664d6599f4501e00a03863c466aedd778dc546 (patch) | |
tree | 920da6a38bea295af41526b76f16c67fbec9459b /databases | |
parent | 02d416006b5bec055eb010bd8afe7b622eb8b43c (diff) | |
download | pkgsrc-0f664d6599f4501e00a03863c466aedd778dc546.tar.gz |
Update ruby-activerecord3 pacakge to 3.0.11.
* Rails 3.0.11 (unreleased)
* Exceptions from database adapters should not lose their backtrace.
* Backport "ActiveRecord::Persistence#touch should not use default_scope"
(GH #1519)
* Psych errors with poor yaml formatting are proxied. Fixes GH #2645 and
GH #2731
* Fix ActiveRecord#exists? when passsed a nil value
Diffstat (limited to 'databases')
-rw-r--r-- | databases/ruby-activerecord3/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/ruby-activerecord3/distinfo b/databases/ruby-activerecord3/distinfo index 6754596d4a8..0b0b65dc1b7 100644 --- a/databases/ruby-activerecord3/distinfo +++ b/databases/ruby-activerecord3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.9 2011/08/17 14:18:44 taca Exp $ +$NetBSD: distinfo,v 1.10 2011/11/19 15:35:48 taca Exp $ -SHA1 (activerecord-3.0.10.gem) = 38648633d198499b2784fe503dbd2bd419fcf6ed -RMD160 (activerecord-3.0.10.gem) = 2b538eb07493d0ddd7a5347ae44892be9890f27d -Size (activerecord-3.0.10.gem) = 345088 bytes +SHA1 (activerecord-3.0.11.gem) = 4468d9556bf8b0dc0ffed0083ccdea32a8ce007b +RMD160 (activerecord-3.0.11.gem) = 9c58b7db96c8182ca89ff1d0302735dde151ed3a +Size (activerecord-3.0.11.gem) = 346112 bytes |