pgbus 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pgbus
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikael Henriksson
@@ -221,6 +221,7 @@ files:
221
221
  - lib/generators/pgbus/templates/pgbus_binstub.erb
222
222
  - lib/generators/pgbus/templates/recurring.yml.erb
223
223
  - lib/generators/pgbus/templates/upgrade_pgmq.rb.erb
224
+ - lib/generators/pgbus/update_generator.rb
224
225
  - lib/generators/pgbus/upgrade_pgmq_generator.rb
225
226
  - lib/pgbus.rb
226
227
  - lib/pgbus/active_job/adapter.rb
@@ -235,6 +236,7 @@ files:
235
236
  - lib/pgbus/concurrency/semaphore.rb
236
237
  - lib/pgbus/config_loader.rb
237
238
  - lib/pgbus/configuration.rb
239
+ - lib/pgbus/configuration/capsule_dsl.rb
238
240
  - lib/pgbus/dedup_cache.rb
239
241
  - lib/pgbus/engine.rb
240
242
  - lib/pgbus/event.rb
@@ -243,6 +245,7 @@ files:
243
245
  - lib/pgbus/event_bus/registry.rb
244
246
  - lib/pgbus/event_bus/subscriber.rb
245
247
  - lib/pgbus/failed_event_recorder.rb
248
+ - lib/pgbus/generators/config_converter.rb
246
249
  - lib/pgbus/instrumentation.rb
247
250
  - lib/pgbus/outbox.rb
248
251
  - lib/pgbus/outbox/poller.rb