Update ruby-arel to 3.0.3.

== 3.0.3 / 2013-11-12

* Enhancements

  * Support ANSI 2003 window functions

* Bug Fixes

  * Fix joins in Informix
This commit is contained in:
taca 2014-02-09 05:29:26 +00:00
parent aaeca1d060
commit 1959f2cb14
3 changed files with 13 additions and 7 deletions

View file

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.7 2012/03/18 05:55:03 taca Exp $
# $NetBSD: Makefile,v 1.8 2014/02/09 05:29:26 taca Exp $
DISTNAME= arel-3.0.2
DISTNAME= arel-3.0.3
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org

View file

@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.5 2012/03/02 03:25:39 taca Exp $
@comment $NetBSD: PLIST,v 1.6 2014/02/09 05:29:26 taca Exp $
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/.autotest
${GEM_LIBDIR}/.gemtest
@ -31,6 +31,7 @@ ${GEM_LIBDIR}/lib/arel/nodes/count.rb
${GEM_LIBDIR}/lib/arel/nodes/delete_statement.rb
${GEM_LIBDIR}/lib/arel/nodes/descending.rb
${GEM_LIBDIR}/lib/arel/nodes/equality.rb
${GEM_LIBDIR}/lib/arel/nodes/extract.rb
${GEM_LIBDIR}/lib/arel/nodes/false.rb
${GEM_LIBDIR}/lib/arel/nodes/function.rb
${GEM_LIBDIR}/lib/arel/nodes/in.rb
@ -42,6 +43,7 @@ ${GEM_LIBDIR}/lib/arel/nodes/named_function.rb
${GEM_LIBDIR}/lib/arel/nodes/node.rb
${GEM_LIBDIR}/lib/arel/nodes/ordering.rb
${GEM_LIBDIR}/lib/arel/nodes/outer_join.rb
${GEM_LIBDIR}/lib/arel/nodes/over.rb
${GEM_LIBDIR}/lib/arel/nodes/select_core.rb
${GEM_LIBDIR}/lib/arel/nodes/select_statement.rb
${GEM_LIBDIR}/lib/arel/nodes/sql_literal.rb
@ -53,6 +55,7 @@ ${GEM_LIBDIR}/lib/arel/nodes/unary.rb
${GEM_LIBDIR}/lib/arel/nodes/unqualified_column.rb
${GEM_LIBDIR}/lib/arel/nodes/update_statement.rb
${GEM_LIBDIR}/lib/arel/nodes/values.rb
${GEM_LIBDIR}/lib/arel/nodes/window.rb
${GEM_LIBDIR}/lib/arel/nodes/with.rb
${GEM_LIBDIR}/lib/arel/order_predications.rb
${GEM_LIBDIR}/lib/arel/predications.rb
@ -79,6 +82,7 @@ ${GEM_LIBDIR}/lib/arel/visitors/sqlite.rb
${GEM_LIBDIR}/lib/arel/visitors/to_sql.rb
${GEM_LIBDIR}/lib/arel/visitors/visitor.rb
${GEM_LIBDIR}/lib/arel/visitors/where_sql.rb
${GEM_LIBDIR}/lib/arel/window_predications.rb
${GEM_LIBDIR}/test/attributes/test_attribute.rb
${GEM_LIBDIR}/test/helper.rb
${GEM_LIBDIR}/test/nodes/test_as.rb
@ -88,12 +92,14 @@ ${GEM_LIBDIR}/test/nodes/test_count.rb
${GEM_LIBDIR}/test/nodes/test_delete_statement.rb
${GEM_LIBDIR}/test/nodes/test_descending.rb
${GEM_LIBDIR}/test/nodes/test_equality.rb
${GEM_LIBDIR}/test/nodes/test_extract.rb
${GEM_LIBDIR}/test/nodes/test_infix_operation.rb
${GEM_LIBDIR}/test/nodes/test_insert_statement.rb
${GEM_LIBDIR}/test/nodes/test_named_function.rb
${GEM_LIBDIR}/test/nodes/test_node.rb
${GEM_LIBDIR}/test/nodes/test_not.rb
${GEM_LIBDIR}/test/nodes/test_or.rb
${GEM_LIBDIR}/test/nodes/test_over.rb
${GEM_LIBDIR}/test/nodes/test_select_core.rb
${GEM_LIBDIR}/test/nodes/test_select_statement.rb
${GEM_LIBDIR}/test/nodes/test_sql_literal.rb

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.7 2012/03/18 05:55:03 taca Exp $
$NetBSD: distinfo,v 1.8 2014/02/09 05:29:26 taca Exp $
SHA1 (arel-3.0.2.gem) = 7465c0de8c4ec7f9cf9ef10faca4efb5049f160f
RMD160 (arel-3.0.2.gem) = 3db48b07320e1c40a16f28c2ffd9a6ef7d05006e
Size (arel-3.0.2.gem) = 46080 bytes
SHA1 (arel-3.0.3.gem) = e9033ac564b5631d3a1a1b9a9a810a468408d2f7
RMD160 (arel-3.0.3.gem) = 4c164e4264f7180822cf0c064757d56822f8c181
Size (arel-3.0.3.gem) = 48128 bytes