diff options
author | taca <taca@pkgsrc.org> | 2011-05-10 13:28:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-05-10 13:28:38 +0000 |
commit | 97c30932fb40dcdbeb0cb13d56966c6b8f5cb470 (patch) | |
tree | 25aa6c90ac7ea2a3458b68aeff7829b47deccac7 /databases/ruby-arel/Makefile | |
parent | 8fdf371f9feadd76753558e1212887e5d64307d1 (diff) | |
download | pkgsrc-97c30932fb40dcdbeb0cb13d56966c6b8f5cb470.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/Makefile | 4 |
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 |