pgoutput-source-adapter 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2fb472b0d96fc532dd1fc6f1f4dfae6cc9938975379509ebf96966ad885eb55
4
- data.tar.gz: 24bf3dcfa578a525de9269f14652f1f12c688231f7a6656bfbc5534e48d8dd4c
3
+ metadata.gz: ab9b7c87b7ede5dd583ae9457f30fe30fdfcf1dd55b2ca33e08162d23f36601b
4
+ data.tar.gz: 5c7a7b1a081f8a67a07397ecd8034a462e679e636dd2a51d71b9512e90333c85
5
5
  SHA512:
6
- metadata.gz: 220075b2c70a17079e6b56a65735d491539196c8bc2fa0adf631cadf955d5f52080cf1efef4498a40f5478a71fb087b5e9b7a4fbe000238db1c3d61e8f3aa8bf
7
- data.tar.gz: ec89c4a27b1ac3eab75d4376e827f64dc423370b633780b663d3ac0615e036273b1cc2237790363922aa9d280c12c76dfcf6ce54a961c8dd47d9f8264d7b1eb8
6
+ metadata.gz: 3a19f060ba7f5552dec37471a114fa4ee30f0c960d20a27c82676f888753c53fe76c4473038170185806dda76988217ab882cf90f5186fdfa28d5dfef438c12a
7
+ data.tar.gz: 00f2d815d0ff8f2d8b9865ecdbee82c528fba3341ecf0125c8f32ddc930365c669bb28ad0cc3c1274c7208089a4eca9ff05bf6d47a9061b234563c92b9c3fd18
@@ -5,6 +5,6 @@ module Pgoutput
5
5
  # Current pgoutput-source-adapter gem version.
6
6
  #
7
7
  # @return [String] semantic version published to RubyGems.
8
- VERSION = '0.1.0'
8
+ VERSION = '0.1.1'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pgoutput-source-adapter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ken C. Demanawa
@@ -37,8 +37,16 @@ dependencies:
37
37
  - - "~>"
38
38
  - !ruby/object:Gem::Version
39
39
  version: '0.1'
40
- description: Normalizes pgoutput decoded events into downstream change-event platform
41
- primitives, including CDC::Core.
40
+ description: |
41
+ pgoutput-source-adapter provides source adapters that normalize
42
+ decoded PostgreSQL pgoutput events into downstream event models.
43
+
44
+ The gem currently includes a CDC::Core adapter that transforms
45
+ pgoutput decoder events into ChangeEvent and TransactionEnvelope
46
+ primitives while preserving transaction and metadata context.
47
+
48
+ This package forms the normalization boundary between the
49
+ pgoutput family of gems and downstream change-event platforms.
42
50
  email:
43
51
  - kenneth.c.demanawa@gmail.com
44
52
  executables: []
@@ -87,5 +95,6 @@ required_rubygems_version: !ruby/object:Gem::Requirement
87
95
  requirements: []
88
96
  rubygems_version: 3.6.9
89
97
  specification_version: 4
90
- summary: Source adapters for pgoutput decoded events.
98
+ summary: Source adapters that normalize pgoutput decoded events into downstream change-event
99
+ platforms.
91
100
  test_files: []