summaryrefslogtreecommitdiff
path: root/databases/ruby-arel/Makefile
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2018-03-04 13:45:21 +0000
committertaca <taca@pkgsrc.org>2018-03-04 13:45:21 +0000
commit2b0d341ae1afa178a1384cba1b04d464b4b50803 (patch)
tree0903a8d976f73f6d84d04543e01884a60beece85 /databases/ruby-arel/Makefile
parentbc875368a20c5f8bf48d46e7bc26e31a902aba74 (diff)
downloadpkgsrc-2b0d341ae1afa178a1384cba1b04d464b4b50803.tar.gz
databases/ruby-arel: update to 8.0.0
=== 8.0.0 / 2017-02-21 * Enhancements * Remove deprecated type casting support in Arel * Frozen all string literals in Arel === 7.1.1 / 2016-07-27 * Bug Fixes * Fix warning in `Casted#hash` === 7.1.0 / 2016-07-19 * Enhancements * Support Ruby 2.4 unified Integer class * Implement `CASE` conditional expression * Support for Bitwise Operations as `InfixOperations`
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 3699d514d98..bae1884575c 100644
--- a/databases/ruby-arel/Makefile
+++ b/databases/ruby-arel/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/07/30 22:32:11 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2018/03/04 13:45:21 taca Exp $
-DISTNAME= arel-7.0.0
+DISTNAME= arel-8.0.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org