diff options
author | taca <taca> | 2011-04-06 13:27:01 +0000 |
---|---|---|
committer | taca <taca> | 2011-04-06 13:27:01 +0000 |
commit | 3b9f7e77518f1445d72aaef591ce7a5aee759410 (patch) | |
tree | 8dbdc8644d406e4ef009854f04aecf015872791b /databases/ruby-activerecord3 | |
parent | 1aa5b267573d2aaa95b852b52957f182f736aefc (diff) | |
download | pkgsrc-3b9f7e77518f1445d72aaef591ce7a5aee759410.tar.gz |
Update ruby-activerecord3 package to 3.0.6.
*Rails 3.0.6 (April 5, 2011)
* Un-deprecate reorder method [Sebastian Martinez]
* Extensions are applied when calling +except+ or +only+ on relations.
Thanks to Iain Hecker.
* Schemas set in set_table_name are respected by the mysql adapter. LH #5322
* Fixed a bug when empty? was called on a grouped Relation that wasn't loaded.
LH #5829
* Reapply extensions when using except and only. Thanks Iain Hecker.
* Binary data is escaped when being inserted to SQLite3 Databases. Thanks
Naruse!
Diffstat (limited to 'databases/ruby-activerecord3')
-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 abfcf2887a2..f3152c61268 100644 --- a/databases/ruby-activerecord3/distinfo +++ b/databases/ruby-activerecord3/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/03/23 14:48:12 taca Exp $ +$NetBSD: distinfo,v 1.5 2011/04/06 13:27:01 taca Exp $ -SHA1 (activerecord-3.0.5.gem) = 33dd05d7362931564f6f15ea7130cc27a5fc09e8 -RMD160 (activerecord-3.0.5.gem) = 0f04f25e878771945af659588a0900e7c1767c5a -Size (activerecord-3.0.5.gem) = 342528 bytes +SHA1 (activerecord-3.0.6.gem) = 3b392e811ba342a5bf430d89cf4f060d119aba64 +RMD160 (activerecord-3.0.6.gem) = e6f71f6726f4653023a6e5da70bdf8e9db3193c9 +Size (activerecord-3.0.6.gem) = 343040 bytes |