summaryrefslogtreecommitdiff
path: root/databases/ruby-sequel/PLIST
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-03-03 15:24:03 +0000
committertaca <taca@pkgsrc.org>2019-03-03 15:24:03 +0000
commitc4d148cf1bc139c8ff0005976b0e0b1aa61745cf (patch)
treef37937dbd41398fd41af7cbd4f0ceed021419d9e /databases/ruby-sequel/PLIST
parent24bb3e03a9ee1b8f1802d632a60136e543c08536 (diff)
downloadpkgsrc-c4d148cf1bc139c8ff0005976b0e0b1aa61745cf.tar.gz
databases/ruby-sequel update to 5.18.0
=== 5.18.0 (2019-03-01) * Use singleton .call methods on plain objects instead of procs/methods for faster type conversion (jeremyevans) * Add Sequel::SQL::Blob.call to avoid indirection when converting values from the database (jeremyevans) * Use while instead of each for inner loops in sqlite and jdbc adapters for better performance (jeremyevans) * Make after_initialize plugin not make the argument to Model.call optional (jeremyevans) * Allow Dataset#paged_each to be called without a block in the postgres and mysql2 adapters (jeremyevans) * Remove flow-control exceptions in connection_expiration and connection_validator extensions (jeremyevans) * Add throw_failures plugin for throwing ValidationFailed and HookFailed exceptions instead of raising them, up to 10x performance increase on JRuby (jeremyevans) * Support tzinfo 2 in addition to tzinfo 1 in the named_timezones extension (jeremyevans) (#1596)
Diffstat (limited to 'databases/ruby-sequel/PLIST')
-rw-r--r--databases/ruby-sequel/PLIST5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/ruby-sequel/PLIST b/databases/ruby-sequel/PLIST
index deac600612a..5f592591e6e 100644
--- a/databases/ruby-sequel/PLIST
+++ b/databases/ruby-sequel/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.65 2019/02/03 14:30:59 taca Exp $
+@comment $NetBSD: PLIST,v 1.66 2019/03/03 15:24:03 taca Exp $
bin/sequel${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_LIBDIR}/CHANGELOG
@@ -87,6 +87,7 @@ ${GEM_LIBDIR}/doc/release_notes/5.14.0.txt
${GEM_LIBDIR}/doc/release_notes/5.15.0.txt
${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.2.0.txt
${GEM_LIBDIR}/doc/release_notes/5.3.0.txt
${GEM_LIBDIR}/doc/release_notes/5.4.0.txt
@@ -333,6 +334,7 @@ ${GEM_LIBDIR}/lib/sequel/plugins/subclasses.rb
${GEM_LIBDIR}/lib/sequel/plugins/subset_conditions.rb
${GEM_LIBDIR}/lib/sequel/plugins/table_select.rb
${GEM_LIBDIR}/lib/sequel/plugins/tactical_eager_loading.rb
+${GEM_LIBDIR}/lib/sequel/plugins/throw_failures.rb
${GEM_LIBDIR}/lib/sequel/plugins/timestamps.rb
${GEM_LIBDIR}/lib/sequel/plugins/touch.rb
${GEM_LIBDIR}/lib/sequel/plugins/tree.rb
@@ -508,6 +510,7 @@ ${GEM_LIBDIR}/spec/extensions/synchronize_sql_spec.rb
${GEM_LIBDIR}/spec/extensions/table_select_spec.rb
${GEM_LIBDIR}/spec/extensions/tactical_eager_loading_spec.rb
${GEM_LIBDIR}/spec/extensions/thread_local_timezones_spec.rb
+${GEM_LIBDIR}/spec/extensions/throw_failures_spec.rb
${GEM_LIBDIR}/spec/extensions/timestamps_spec.rb
${GEM_LIBDIR}/spec/extensions/to_dot_spec.rb
${GEM_LIBDIR}/spec/extensions/touch_spec.rb