summaryrefslogtreecommitdiff
path: root/databases/ruby-arel/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-02-17 14:22:57 +0000
committertaca <taca@pkgsrc.org>2015-02-17 14:22:57 +0000
commit706fad32525f15c2e8caeb3afb778eb4f7020b5e (patch)
tree20ac913cd2ee2cee782d902366ebe42c81fc49ee /databases/ruby-arel/Makefile
parent8658b3ccc1e7040ea80aa8ec16e0763a86c7a5a9 (diff)
downloadpkgsrc-706fad32525f15c2e8caeb3afb778eb4f7020b5e.tar.gz
Update ruby-arel to 6.0.0.
=== 6.0.0 / 2014-11-25 * Enhancements * Remove deprecated `Arel::Expression` * Remove deprecated `Arel::SqlLiteral` * Remove deprecated `SelectManager#joins` * Remove deprecated `SelectManager#to_a` * Remove deprecated `Arel::Sql::Engine` * Remove deprecated `Arel::InnerJoin` constant * Remove deprecated `Arel::OuterJoin` constant == 5.0.0 / 2013-12-04 * Enhancements * Remove deprecated code * Bug Fixes * Fix serializing a relation when calling `to_yaml` === 4.0.2 / 2014-02-05 * Bug Fixes * Fix `SqlLiteral` YAML serialization * PostgreSQL bugfix for invalid SQL in subqueries == 4.0.1 / 2013-10-22 * Enhancements * Cache visitor dispatch on a per-visitor basis * Improve performance of #uniq across a large number of nodes * Bug Fixes * Make visitors threadsafe by removing @last_column * Support `columns_for_distinct` with Oracle adapter
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 1f52aead324..d0210699b6c 100644
--- a/databases/ruby-arel/Makefile
+++ b/databases/ruby-arel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2014/02/09 05:29:26 taca Exp $
+# $NetBSD: Makefile,v 1.9 2015/02/17 14:22:57 taca Exp $
-DISTNAME= arel-3.0.3
+DISTNAME= arel-6.0.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org