Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sequel-pgt_outbox.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
spec.authors = ['bougyman']
spec.email = ['[email protected]']

spec.summary = 'Triggers to implement a transaction outbox pattern.'
spec.summary = 'Triggers to implement (an important) part of a transactional outbox pattern.'
spec.description = 'This implements a configurable outbox and triggers to populate it with events. See https://microservices.io/patterns/data/transactional-outbox.html for details. To be this clear, this only handles the insert of events into the outbox' # rubocop:disable Layout/LineLength
spec.homepage = 'https://github.com/rubyists/sequel-pgt_outbox'
spec.license = 'MIT'
Expand Down
Loading