kettle-ndjson 0.1.4 → 0.1.9

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: f94c65e9cfa6d0c704dda99fb1c02087a16d6246f34e107a4163332d9cb07f24
4
- data.tar.gz: 05ea55539117595582011d342e2a01dccb889ad2c2c57e390055e141fb172b19
3
+ metadata.gz: fde71c94a7d6700c909d892afaf6bae40134677102dffcfd5365f470d592f25a
4
+ data.tar.gz: 4b9f79823a12c1a66953af3177a061d00af2e900219520b767b49afb2cdbe172
5
5
  SHA512:
6
- metadata.gz: 98ba88c3570652f2868bcec90c0a9524c4adae92a861ebaddc2780a3c68f992df1d09910eba083296985aa1c3bfa85adc292c7076e71d197d6926d7f4679f518
7
- data.tar.gz: 12b75173a8a49bc99fe5579da50320246f0e34e748f9bbef7eab3a192235cb0fa094677954dfc3b831b9d904fd21b6856cf643e591c96434f1523fc27965e547
6
+ metadata.gz: 3675517001dc08e678c00ccac4dfedab6d01a8f63156ab3ff3a62ba8c6c36d16d18a7b0a4e575c8f803cc7b7e44c7cc709c89274b910be4af86f6cb0105fbc6e
7
+ data.tar.gz: 37e87bf3041153b8653af5a3471e80a72d4c798a2f7f68614c437c5b3a157fcd6fc51a78e1d6bd5793937556e05a61bc6a33dccbb6f0da8a054a4c9b6ec32d57
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,40 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.9] - 2026-07-31
34
+
35
+ - TAG: [v0.1.9][0.1.9t]
36
+ - COVERAGE: 100.00% -- 74/74 lines in 2 files
37
+ - BRANCH COVERAGE: 96.15% -- 25/26 branches in 2 files
38
+ - 25.81% documented
39
+
40
+ ### Added
41
+
42
+ - `release_lockfile` and `release_probe` are now first-class NDJSON event types
43
+ for release tooling that needs to surface lockfile reset and published-gem
44
+ availability probe activity.
45
+
46
+ ## [0.1.6] - 2026-07-31
47
+
48
+ - TAG: [v0.1.6][0.1.6t]
49
+ - COVERAGE: 100.00% -- 74/74 lines in 2 files
50
+ - BRANCH COVERAGE: 96.15% -- 25/26 branches in 2 files
51
+ - 25.81% documented
52
+
53
+ ### Added
54
+
55
+ - `remote_parity` is now a first-class NDJSON event type for release tooling
56
+ that needs to surface remote fetch, skip, failure, and parity activity.
57
+
58
+ - `ci_monitor` is now a first-class NDJSON event type for release tooling that
59
+ needs to surface CI monitoring lifecycle activity.
60
+
61
+ - `pre_release` is now a first-class NDJSON event type for release tooling that
62
+ needs to surface pre-release check activity.
63
+
64
+ - `changelog` is now a first-class NDJSON event type for release tooling that
65
+ needs to surface changelog plan and coverage activity.
66
+
33
67
  ## [0.1.4] - 2026-07-31
34
68
 
35
69
  - TAG: [v0.1.4][0.1.4t]
@@ -164,7 +198,11 @@ Please file a bug if you notice a violation of semantic versioning.
164
198
 
165
199
  - kettle-jem-template-initial - Initial templating by kettle-jem.
166
200
 
167
- [Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.4...HEAD
201
+ [Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.9...HEAD
202
+ [0.1.9]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.6...v0.1.9
203
+ [0.1.9t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.9
204
+ [0.1.6]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.4...v0.1.6
205
+ [0.1.6t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.6
168
206
  [0.1.4]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.3...v0.1.4
169
207
  [0.1.4t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.4
170
208
  [0.1.3]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.2...v0.1.3
@@ -5,7 +5,7 @@ module Kettle
5
5
  # Version namespace for this gem.
6
6
  module Version
7
7
  # Current gem version.
8
- VERSION = "0.1.4"
8
+ VERSION = "0.1.9"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
data/lib/kettle/ndjson.rb CHANGED
@@ -13,6 +13,12 @@ module Kettle
13
13
  phase_finish
14
14
  command_step
15
15
  secret_provider
16
+ remote_parity
17
+ ci_monitor
18
+ pre_release
19
+ changelog
20
+ release_lockfile
21
+ release_probe
16
22
  diagnostic
17
23
  summary
18
24
  ].freeze
@@ -82,6 +88,7 @@ module Kettle
82
88
  index: index,
83
89
  total: total,
84
90
  name: payload_value(step, :name),
91
+ summary: payload_value(step, :summary),
85
92
  status: payload_value(step, :status),
86
93
  reason: payload_value(step, :reason),
87
94
  command: payload_value(step, :command),
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kettle-ndjson
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -278,10 +278,10 @@ licenses:
278
278
  - MIT
279
279
  metadata:
280
280
  homepage_uri: https://github.com/kettle-dev/kettle-ndjson
281
- source_code_uri: https://github.com/kettle-dev/kettle-ndjson/tree/v0.1.4
282
- changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.4/CHANGELOG.md
281
+ source_code_uri: https://github.com/kettle-dev/kettle-ndjson/tree/v0.1.9
282
+ changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.9/CHANGELOG.md
283
283
  bug_tracker_uri: https://github.com/kettle-dev/kettle-ndjson/issues
284
- documentation_uri: https://www.rubydoc.info/gems/kettle-ndjson/0.1.4
284
+ documentation_uri: https://www.rubydoc.info/gems/kettle-ndjson/0.1.9
285
285
  funding_uri: https://github.com/sponsors/pboling
286
286
  wiki_uri: https://github.com/kettle-dev/kettle-ndjson/wiki
287
287
  news_uri: https://www.railsbling.com/tags/kettle-ndjson
metadata.gz.sig CHANGED
Binary file