summaryrefslogtreecommitdiff
path: root/databases/ruby-sequel/PLIST
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-05-06 05:12:28 +0000
committertaca <taca@pkgsrc.org>2019-05-06 05:12:28 +0000
commit774f6c1e95594b97cbcd6962dd6b52250058eb02 (patch)
treef6df1b8031217f631814f9d1f44b84be4c66a33f /databases/ruby-sequel/PLIST
parentae13747aaea3563f1e751516bcfe28d5733ecf07 (diff)
downloadpkgsrc-774f6c1e95594b97cbcd6962dd6b52250058eb02.tar.gz
databases/ruby-sequel: update to 5.20.0
=== 5.20.0 (2019-05-01) * Fix reversing of alter_table add_foreign_key when :type option is used (jeremyevans) (#1615) * Switch from using instance_exec to define_method for model associations and in some plugins (jeremyevans) * Fix Database#server_version when using mysql2 adapter with mysql driver on MariaDB 10+ database (v-kolesnikov) (#1614) * Make one_to_one setter method handle models that use joined datasets (jeremyevans) (#1612) * Make auto_validations plugin work with the class_table_inheritance plugin (jeremyevans) (#1611) * Avoid use of instance_exec for PlaceholderLiteralString#with_dataset (jeremyevans) * Recognize float unsigned database types as float (keeguon, jeremyevans) (#1609) * Support :savepoint options to Database#{after_commit,after_rollback} for making the hooks handle savepoints (jeremyevans) * Avoid use of instance_exec in association_dependencies plugin (jeremyevans) * Add pg_auto_constraint_validation_override to the pg_auto_constraint_validations plugin, for customizing columns and error message per constraint (jeremyevans) * Make Database#check_constraints on PostgreSQL also include constraints where the related columns are not known (jeremyevans)
Diffstat (limited to 'databases/ruby-sequel/PLIST')
-rw-r--r--databases/ruby-sequel/PLIST3
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/ruby-sequel/PLIST b/databases/ruby-sequel/PLIST
index d04f5a6a931..b84affc291c 100644
--- a/databases/ruby-sequel/PLIST
+++ b/databases/ruby-sequel/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.67 2019/04/14 09:37:13 taca Exp $
+@comment $NetBSD: PLIST,v 1.68 2019/05/06 05:12:28 taca Exp $
bin/sequel${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
@@ -89,6 +89,7 @@ ${GEM_LIBDIR}/doc/release_notes/5.16.0.txt
${GEM_LIBDIR}/doc/release_notes/5.17.0.txt
${GEM_LIBDIR}/doc/release_notes/5.18.0.txt
${GEM_LIBDIR}/doc/release_notes/5.19.0.txt
+${GEM_LIBDIR}/doc/release_notes/5.20.0.txt
${GEM_LIBDIR}/doc/release_notes/5.2.0.txt
${GEM_LIBDIR}/doc/release_notes/5.3.0.txt
${GEM_LIBDIR}/doc/release_notes/5.4.0.txt