cdc-parallel 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: 7b66764665f18a0f84cc6b45c5138d932fb000d01be2bef02a26504e7013c5cb
4
- data.tar.gz: 12daffb757cae8c4e9c5330cce505cc964834ac205fc89d3febc29944772f815
3
+ metadata.gz: 0f5c66df35f175cac43e88bae1fec2eba6d381d2bcb41940445863a9bb726032
4
+ data.tar.gz: 975b651448c205b7458b2c381e5ae93a248c64323e019db5cae73eb880130477
5
5
  SHA512:
6
- metadata.gz: e7e3bd0dcd37187e7f31a9930fdea00680f898ce52c31cf33b232004bd9da4ec07cb132fc1bd71a337c7a8db99b7888618d96fc435132e16eb3038e1ddb8588f
7
- data.tar.gz: f9af8ecfb077ef1898d312f45169b6b0b81d3ea641af1e9f00374999cd06542bcda7561fc8878b147f61ebcd4c0f5503f88d3f332f1657be19bc45504d77de49
6
+ metadata.gz: 247be6f8016f3d4ffda9e13dd5c61c1359d1ccf26947ce56674e755d296f329172fd86b85a6386eba08d4c48efb24b082bf3c6f03cdfbf6ce28f4103dc28984c
7
+ data.tar.gz: 28009df5732c2679e4e433508fe8f47dc69037c7bd3416b05d9b4d5165229c2175c42dcd0dc4fe743daacfbfd76a5b4f4b6b02d10421debaf249ab3a06577256
data/CHANGELOG.md CHANGED
@@ -28,3 +28,10 @@ The format is based on Keep a Changelog, and this project adheres to Semantic Ve
28
28
  - Added Minitest suite.
29
29
  - Added README and example.
30
30
  - Added CI and release workflows.
31
+
32
+ ## [0.1.1] - 2026-06-03
33
+
34
+ No code changes.
35
+
36
+ Improves RubyGems metadata and documentation wording to
37
+ explicitly identify CDC as Change Data Capture.
data/README.md CHANGED
@@ -3,7 +3,7 @@
3
3
  [![Gem Version](https://badge.fury.io/rb/cdc-parallel.svg)](https://badge.fury.io/rb/cdc-parallel)
4
4
  [![CI](https://github.com/kanutocd/cdc-parallel/workflows/CI/badge.svg)](https://github.com/kanutocd/cdc-parallel/actions)
5
5
  [![Coverage Status](https://codecov.io/gh/kanutocd/cdc-parallel/branch/main/graph/badge.svg)](https://codecov.io/gh/kanutocd/cdc-parallel)
6
- [![Ruby Version](https://img.shields.io/badge/ruby-%3E%3D%203.4-ruby.svg)](https://www.ruby-lang.org/en/)
6
+ [![Ruby Version](https://img.shields.io/badge/ruby-%3E%3D%204.0-ruby.svg)](https://www.ruby-lang.org/en/)
7
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
8
 
9
9
  Optional high-throughput Ractor runtime for `cdc-core`.
@@ -3,6 +3,6 @@
3
3
  module CDC
4
4
  module Parallel
5
5
  # Current cdc-parallel version.
6
- VERSION = "0.1.0"
6
+ VERSION = "0.1.1"
7
7
  end
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: cdc-parallel
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
@@ -39,8 +39,8 @@ dependencies:
39
39
  version: 0.4.0
40
40
  description: |
41
41
  cdc-parallel provides optional Ractor-backed parallel execution for
42
- cdc-core. It accelerates Change Data Capture (CDC) pipelines while
43
- preserving the simplicity and composability of the CDC Ecosystem.
42
+ cdc-core. It accelerates PostgreSQL Change Data Capture (CDC) event
43
+ processing while preserving the cdc-core programming model.
44
44
  email:
45
45
  - kenneth.c.demanawa@gmail.com
46
46
  executables: []
@@ -98,5 +98,5 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
98
  requirements: []
99
99
  rubygems_version: 4.0.10
100
100
  specification_version: 4
101
- summary: Optional parallel runtime for the CDC Ecosystem.
101
+ summary: Optional parallel Change Data Capture (CDC) runtime for cdc-core.
102
102
  test_files: []