summaryrefslogtreecommitdiff
path: root/databases/ruby-arel/Makefile
diff options
context:
space:
mode:
authortaca <taca>2011-05-10 13:28:38 +0000
committertaca <taca>2011-05-10 13:28:38 +0000
commit9722d480572c4c354ad4955bbbca337f7939237f (patch)
tree25aa6c90ac7ea2a3458b68aeff7829b47deccac7 /databases/ruby-arel/Makefile
parent9d1fef8653e2d0963c27f816e723e59fd76cff58 (diff)
downloadpkgsrc-9722d480572c4c354ad4955bbbca337f7939237f.tar.gz
Update ruby-arel package to 2.0.9. Latest release is 2.1.0 but it rails
related pacakge dosen't allow 2.1.0 (need to be checked). == 2.0.9 / 2010/02/25 * Bug Fixes * Custom LOCK strings are allowed. Fixes LH # 6399 https://rails.lighthouseapp.com/projects/8994/tickets/6399-allow-database-specific-locking-clauses-to-be-used * Strings passed to StringManager#on will be automatically tagged as SQL literals. Fixes Rails LH #6384 https://rails.lighthouseapp.com/projects/8994/tickets/6384-activerecord-303-and-3-0-stable-generate-invalid-sql-for-has_many-through-association-with-conditions
Diffstat (limited to 'databases/ruby-arel/Makefile')
-rw-r--r--databases/ruby-arel/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/ruby-arel/Makefile b/databases/ruby-arel/Makefile
index f47caf731f6..befd31b62d1 100644
--- a/databases/ruby-arel/Makefile
+++ b/databases/ruby-arel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2011/02/09 12:55:28 taca Exp $
+# $NetBSD: Makefile,v 1.3 2011/05/10 13:28:38 taca Exp $
-DISTNAME= arel-2.0.8
+DISTNAME= arel-2.0.9
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org