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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +39 -1
- data/lib/kettle/ndjson/version.rb +1 -1
- data/lib/kettle/ndjson.rb +7 -0
- data.tar.gz.sig +0 -0
- metadata +4 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fde71c94a7d6700c909d892afaf6bae40134677102dffcfd5365f470d592f25a
|
|
4
|
+
data.tar.gz: 4b9f79823a12c1a66953af3177a061d00af2e900219520b767b49afb2cdbe172
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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
|
+
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.
|
|
282
|
-
changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.
|
|
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.
|
|
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
|