pkgsrc/databases/ruby-sequel/Makefile
taca 2e50199d78 Update ruby-sequel to 4.38.0.
=== 4.38.0 (2016-09-01)

* Support :driver_options option when using the postgres adapter with pg driver (jeremyevans)

* Don't use after commit/rollback database hooks if the model instance methods are not overridden (jeremyevans)

* Add SQL::NumericMethods#coerce, allowing code such as Sequel.expr{1 - x} (jeremyevans)

* Support ** operator for exponentiation on expressions, similar to +, -, *, and / (jeremyevans)

* Add Sequel::SQLTime.date= to set the date used for SQLTime instances (jeremyevans)
2016-09-10 06:24:14 +00:00

14 lines
356 B
Makefile

# $NetBSD: Makefile,v 1.47 2016/09/10 06:24:14 taca Exp $
DISTNAME= sequel-4.38.0
CATEGORIES= databases
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sequel.jeremyevans.net/
COMMENT= Model classes for the Sequel Database Toolkit
LICENSE= mit
RUBYGEM_OPTIONS+= --format-executable
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"