Skip to content

Commit 18b1824

Browse files
authored
fix: Again with the transactional language, and force a release (#21)
1 parent c5904b1 commit 18b1824

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequel-pgt_outbox.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
88
spec.authors = ['bougyman']
99
spec.email = ['[email protected]']
1010

11-
spec.summary = 'Triggers to implement a transaction outbox pattern.'
11+
spec.summary = 'Triggers to implement (an important) part of a transactional outbox pattern.'
1212
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
1313
spec.homepage = 'https://github.com/rubyists/sequel-pgt_outbox'
1414
spec.license = 'MIT'

0 commit comments

Comments
 (0)