kettle-ndjson 0.1.3 → 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 +53 -1
- data/lib/kettle/ndjson/version.rb +1 -1
- data/lib/kettle/ndjson.rb +8 -0
- data.tar.gz.sig +0 -0
- metadata +8 -8
- 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,52 @@ 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
|
+
|
|
67
|
+
## [0.1.4] - 2026-07-31
|
|
68
|
+
|
|
69
|
+
- TAG: [v0.1.4][0.1.4t]
|
|
70
|
+
- COVERAGE: 100.00% -- 74/74 lines in 2 files
|
|
71
|
+
- BRANCH COVERAGE: 96.15% -- 25/26 branches in 2 files
|
|
72
|
+
- 25.81% documented
|
|
73
|
+
|
|
74
|
+
### Added
|
|
75
|
+
|
|
76
|
+
- `secret_provider` is now a first-class NDJSON event type for release tooling
|
|
77
|
+
that needs to surface secret-provider keepalive and prompt activity.
|
|
78
|
+
|
|
33
79
|
## [0.1.3] - 2026-07-30
|
|
34
80
|
|
|
35
81
|
- TAG: [v0.1.3][0.1.3t]
|
|
@@ -152,7 +198,13 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
152
198
|
|
|
153
199
|
- kettle-jem-template-initial - Initial templating by kettle-jem.
|
|
154
200
|
|
|
155
|
-
[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
|
|
206
|
+
[0.1.4]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.3...v0.1.4
|
|
207
|
+
[0.1.4t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.4
|
|
156
208
|
[0.1.3]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.2...v0.1.3
|
|
157
209
|
[0.1.3t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.3
|
|
158
210
|
[0.1.2]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.1...v0.1.2
|
|
@@ -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
|
@@ -12,6 +12,13 @@ module Kettle
|
|
|
12
12
|
phase_start
|
|
13
13
|
phase_finish
|
|
14
14
|
command_step
|
|
15
|
+
secret_provider
|
|
16
|
+
remote_parity
|
|
17
|
+
ci_monitor
|
|
18
|
+
pre_release
|
|
19
|
+
changelog
|
|
20
|
+
release_lockfile
|
|
21
|
+
release_probe
|
|
15
22
|
diagnostic
|
|
16
23
|
summary
|
|
17
24
|
].freeze
|
|
@@ -81,6 +88,7 @@ module Kettle
|
|
|
81
88
|
index: index,
|
|
82
89
|
total: total,
|
|
83
90
|
name: payload_value(step, :name),
|
|
91
|
+
summary: payload_value(step, :summary),
|
|
84
92
|
status: payload_value(step, :status),
|
|
85
93
|
reason: payload_value(step, :reason),
|
|
86
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
|
|
@@ -63,20 +63,20 @@ dependencies:
|
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '2.
|
|
66
|
+
version: '2.5'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.
|
|
69
|
+
version: 2.5.11
|
|
70
70
|
type: :development
|
|
71
71
|
prerelease: false
|
|
72
72
|
version_requirements: !ruby/object:Gem::Requirement
|
|
73
73
|
requirements:
|
|
74
74
|
- - "~>"
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: '2.
|
|
76
|
+
version: '2.5'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version: 2.
|
|
79
|
+
version: 2.5.11
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: bundler-audit
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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
|