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
This commit is contained in:
taca 2011-05-10 13:28:38 +00:00
parent 51a491e3ab
commit ef7f03095d
3 changed files with 8 additions and 7 deletions

View file

@ -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

View file

@ -1,6 +1,7 @@
@comment $NetBSD: PLIST,v 1.2 2011/02/09 12:55:28 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2011/05/10 13:28:38 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.gemtest
${GEM_LIBDIR}/History.txt
${GEM_LIBDIR}/MIT-LICENSE.txt
${GEM_LIBDIR}/Manifest.txt

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2011/02/09 12:55:28 taca Exp $
$NetBSD: distinfo,v 1.3 2011/05/10 13:28:38 taca Exp $
SHA1 (arel-2.0.8.gem) = a81379702ee4af78ceaff46f25205b3eda8edbc5
RMD160 (arel-2.0.8.gem) = 596cb9e64cb683693cf60cb7dcaa3bb4399f7515
Size (arel-2.0.8.gem) = 36352 bytes
SHA1 (arel-2.0.9.gem) = 09daef2de2f80ca6a065b010c8430c36da5b4a87
RMD160 (arel-2.0.9.gem) = c3ece9ecdbcdbbc5a741eb149f91032ceb102a0c
Size (arel-2.0.9.gem) = 36864 bytes