summaryrefslogtreecommitdiff
path: root/databases/ruby-activerecord32
diff options
context:
space:
mode:
authortaca <taca>2013-02-12 14:31:18 +0000
committertaca <taca>2013-02-12 14:31:18 +0000
commit7c9b2b564793b577101a9230eac855128fca1738 (patch)
treeb2bd2759a360aa16aa291489b52dbac5d1fadaa1 /databases/ruby-activerecord32
parent513b87a349f1de4ee191a1ec662e9f6e5c84b02e (diff)
downloadpkgsrc-7c9b2b564793b577101a9230eac855128fca1738.tar.gz
Update ruby-activerecord32 to 3.2.12.
## Rails 3.2.12 (unreleased) ## * Quote numeric values being compared to non-numeric columns. Otherwise, in some database, the string column values will be coerced to a numeric allowing 0, 0.0 or false to match any string starting with a non-digit. Example: App.where(apikey: 0) # => SELECT * FROM users WHERE apikey = '0' *Dylan Smith*
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 40437b97a41..5ddcae35680 100644
--- a/databases/ruby-activerecord32/distinfo
+++ b/databases/ruby-activerecord32/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2013/01/09 12:43:18 taca Exp $
+$NetBSD: distinfo,v 1.10 2013/02/12 14:31:18 taca Exp $
-SHA1 (activerecord-3.2.11.gem) = f360c17968486479b0a4207e7eccbe379186a9d2
-RMD160 (activerecord-3.2.11.gem) = ae2153a83bfdfc4421fbf0a2b7106cbbdca643ac
-Size (activerecord-3.2.11.gem) = 290816 bytes
+SHA1 (activerecord-3.2.12.gem) = 7d4327c54900f45c60947a63350e865843e193ef
+RMD160 (activerecord-3.2.12.gem) = 5d403e1289e66ec8c78718b353c4fccf02ac54e5
+Size (activerecord-3.2.12.gem) = 291328 bytes