kettle-ndjson 0.1.13 → 0.1.14
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 +18 -1
- data/lib/kettle/ndjson/version.rb +1 -1
- data/lib/kettle/ndjson.rb +1 -0
- data.tar.gz.sig +0 -0
- metadata +6 -6
- 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: 9dd48e0357b97c1b60d8f99fe8e11730c825f770f35caeaa5e52d826c9dee2e6
|
|
4
|
+
data.tar.gz: 2838b14bc9a9018cabe0891439e6ebd20d529a96316f23701d8a92bbd270757e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 01d00fa3d20a5cae07931243b9895bb3b875d374e4cce2e2c8e233e704dd5f128f7967184015eb56fe60bae9db8881b7dc4e7f24ae27d9a5fdf879f05f19d334
|
|
7
|
+
data.tar.gz: e7f87990abbee118f3b43c2c2c5c5722df555f7d87539273fb62a9628fa7d031c8bebc468efcaa8a9efe5a09fdb3ba677089438b4cda42dce46fc6121c8828a5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,21 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.14] - 2026-08-31
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.14][0.1.14t]
|
|
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
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Upgrade the license-eye workflow action pin.
|
|
43
|
+
|
|
44
|
+
### Fixed
|
|
45
|
+
|
|
46
|
+
- Preserve logical release resume steps in NDJSON command events.
|
|
47
|
+
|
|
33
48
|
## [0.1.13] - 2026-08-28
|
|
34
49
|
|
|
35
50
|
- TAG: [v0.1.13][0.1.13t]
|
|
@@ -244,7 +259,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
244
259
|
|
|
245
260
|
- kettle-jem-template-initial - Initial templating by kettle-jem.
|
|
246
261
|
|
|
247
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.
|
|
262
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.14...HEAD
|
|
263
|
+
[0.1.14]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.13...v0.1.14
|
|
264
|
+
[0.1.14t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.14
|
|
248
265
|
[0.1.13]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.12...v0.1.13
|
|
249
266
|
[0.1.13t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.13
|
|
250
267
|
[0.1.12]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.11...v0.1.12
|
|
@@ -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.14"
|
|
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
|
@@ -90,6 +90,7 @@ module Kettle
|
|
|
90
90
|
summary: payload_value(step, :summary),
|
|
91
91
|
status: payload_value(step, :status),
|
|
92
92
|
reason: payload_value(step, :reason),
|
|
93
|
+
resume_step: payload_value(step, :resume_step),
|
|
93
94
|
command: payload_value(step, :command),
|
|
94
95
|
path: payload_value(step, :path),
|
|
95
96
|
changed_files: Array(payload_value(step, :changed_files) || []),
|
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.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -174,7 +174,7 @@ dependencies:
|
|
|
174
174
|
version: '2.0'
|
|
175
175
|
- - ">="
|
|
176
176
|
- !ruby/object:Gem::Version
|
|
177
|
-
version: 2.0.
|
|
177
|
+
version: 2.0.21
|
|
178
178
|
type: :development
|
|
179
179
|
prerelease: false
|
|
180
180
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -184,7 +184,7 @@ dependencies:
|
|
|
184
184
|
version: '2.0'
|
|
185
185
|
- - ">="
|
|
186
186
|
- !ruby/object:Gem::Version
|
|
187
|
-
version: 2.0.
|
|
187
|
+
version: 2.0.21
|
|
188
188
|
- !ruby/object:Gem::Dependency
|
|
189
189
|
name: turbo_tests2
|
|
190
190
|
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.14
|
|
282
|
+
changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.14/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.14
|
|
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
|