kettle-ndjson 0.1.4 → 0.1.10

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: cdc1c97173a593889565f01360d0756d669670430e6635c3253d798a13f54c71
4
+ data.tar.gz: f64e9eb5ceda59280b71268e7bf4fd53df48b64fd56d7c5eef820fa1d88ce9dc
5
5
  SHA512:
6
- metadata.gz: 98ba88c3570652f2868bcec90c0a9524c4adae92a861ebaddc2780a3c68f992df1d09910eba083296985aa1c3bfa85adc292c7076e71d197d6926d7f4679f518
7
- data.tar.gz: 12b75173a8a49bc99fe5579da50320246f0e34e748f9bbef7eab3a192235cb0fa094677954dfc3b831b9d904fd21b6856cf643e591c96434f1523fc27965e547
6
+ metadata.gz: fc33d52b80054a4e53328ac2608e367b4f76644ac2eff2f3b27f576fd79fdb7e650401810f7b9768134e01684745bb3e5a88c2c21acfc1b17c6c6f948a242f48
7
+ data.tar.gz: 51c62267b779bf62f46201b24020ba789b58c8c63909561ecc8184b482e1919f6c54b27477987e810cddfab1d212be38e57fd150610c5f0063250408ba4598f9
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,64 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [0.1.10] - 2026-08-01
34
+
35
+ - TAG: [v0.1.10][0.1.10t]
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
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
43
+ use ClickGems instead of BestGems.
44
+
45
+ ### Fixed
46
+
47
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
48
+ managed configuration block bindings structurally, preventing mixed block
49
+ parameter names from producing invalid configuration after a merge.
50
+ - kettle-jem-template-20260801-003 - Generated project metadata and
51
+ documentation now normalize configured underscore hostnames to valid
52
+ hyphenated hostnames.
53
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
54
+ use GitHub's stable organization avatar endpoint instead of assuming a
55
+ matching Galtzo-hosted asset exists.
56
+
57
+ ## [0.1.9] - 2026-07-31
58
+
59
+ - TAG: [v0.1.9][0.1.9t]
60
+ - COVERAGE: 100.00% -- 74/74 lines in 2 files
61
+ - BRANCH COVERAGE: 96.15% -- 25/26 branches in 2 files
62
+ - 25.81% documented
63
+
64
+ ### Added
65
+
66
+ - `release_lockfile` and `release_probe` are now first-class NDJSON event types
67
+ for release tooling that needs to surface lockfile reset and published-gem
68
+ availability probe activity.
69
+
70
+ ## [0.1.6] - 2026-07-31
71
+
72
+ - TAG: [v0.1.6][0.1.6t]
73
+ - COVERAGE: 100.00% -- 74/74 lines in 2 files
74
+ - BRANCH COVERAGE: 96.15% -- 25/26 branches in 2 files
75
+ - 25.81% documented
76
+
77
+ ### Added
78
+
79
+ - `remote_parity` is now a first-class NDJSON event type for release tooling
80
+ that needs to surface remote fetch, skip, failure, and parity activity.
81
+
82
+ - `ci_monitor` is now a first-class NDJSON event type for release tooling that
83
+ needs to surface CI monitoring lifecycle activity.
84
+
85
+ - `pre_release` is now a first-class NDJSON event type for release tooling that
86
+ needs to surface pre-release check activity.
87
+
88
+ - `changelog` is now a first-class NDJSON event type for release tooling that
89
+ needs to surface changelog plan and coverage activity.
90
+
33
91
  ## [0.1.4] - 2026-07-31
34
92
 
35
93
  - TAG: [v0.1.4][0.1.4t]
@@ -164,7 +222,13 @@ Please file a bug if you notice a violation of semantic versioning.
164
222
 
165
223
  - kettle-jem-template-initial - Initial templating by kettle-jem.
166
224
 
167
- [Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.4...HEAD
225
+ [Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.10...HEAD
226
+ [0.1.10]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.9...v0.1.10
227
+ [0.1.10t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.10
228
+ [0.1.9]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.6...v0.1.9
229
+ [0.1.9t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.9
230
+ [0.1.6]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.4...v0.1.6
231
+ [0.1.6t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.6
168
232
  [0.1.4]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.3...v0.1.4
169
233
  [0.1.4t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.4
170
234
  [0.1.3]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.2...v0.1.3
data/README.md CHANGED
@@ -1,8 +1,8 @@
1
- <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/kettle-dev/avatar-128px.svg" width="14%" align="right"/></a>
1
+ <a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by GitHub" src="https://github.com/kettle-dev.png?size=192" width="14%" align="right"/></a>
2
2
 
3
3
  # 📟️ Kettle::Ndjson
4
4
 
5
- [![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
5
+ [![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Total downloads][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
6
6
 
7
7
  `if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
8
8
 
@@ -52,16 +52,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
52
52
  <details markdown="1">
53
53
  <summary>How kettle-dev manages complexity in tests</summary>
54
54
 
55
- | Gem | Source | Role | Daily download rank |
55
+ | Gem | Source | Role | Total downloads |
56
56
  |-----|--------|------|---------------------|
57
- | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
58
- | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
59
- | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
60
- | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
61
- | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
62
- | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
63
- | [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Daily download rank for rubocop-lts](https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square)](https://bestgems.org/gems/rubocop-lts) |
64
- | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
57
+ | [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Total downloads for appraisal2](https://img.shields.io/gem/dt/appraisal2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2) |
58
+ | [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Total downloads for appraisal2-rubocop](https://img.shields.io/gem/dt/appraisal2-rubocop.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
59
+ | [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Total downloads for kettle-dev](https://img.shields.io/gem/dt/kettle-dev.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
60
+ | [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Total downloads for kettle-jem](https://img.shields.io/gem/dt/kettle-jem.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
61
+ | [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Total downloads for kettle-soup-cover](https://img.shields.io/gem/dt/kettle-soup-cover.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
62
+ | [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Total downloads for kettle-test](https://img.shields.io/gem/dt/kettle-test.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/kettle-test) |
63
+ | [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Total downloads for rubocop-lts](https://img.shields.io/gem/dt/rubocop-lts.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
64
+ | [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Total downloads for turbo_tests2](https://img.shields.io/gem/dt/turbo_tests2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
65
65
 
66
66
  </details>
67
67
 
@@ -350,14 +350,14 @@ Thanks for RTFM. ☺️
350
350
  [✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
351
351
  [✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
352
352
  [✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
353
- [✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
354
- [✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https://www.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
353
+ [✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
354
+ [✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
355
355
  [✉️ruby-forum]: https://www.rubyforum.org/tag/kettle-dev
356
356
 
357
357
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
358
358
  [⛳️gem-namespace]: https://github.com/kettle-dev/kettle-ndjson
359
359
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-Kettle::Ndjson-3C2D2D.svg?style=square&logo=ruby&logoColor=white
360
- [⛳️gem-name]: https://bestgems.org/gems/kettle-ndjson
360
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/kettle-ndjson
361
361
  [⛳️name-img]: https://img.shields.io/badge/name-kettle--ndjson-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
362
362
  [⛳️tag-img]: https://img.shields.io/github/tag/kettle-dev/kettle-ndjson.svg
363
363
  [⛳️tag]: https://github.com/kettle-dev/kettle-ndjson/releases
@@ -406,9 +406,9 @@ Thanks for RTFM. ☺️
406
406
  [📜gh-wiki]: https://github.com/kettle-dev/kettle-ndjson/wiki
407
407
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
408
408
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
409
- [👽dl-rank]: https://bestgems.org/gems/kettle-ndjson
410
- [👽dl-ranki]: https://img.shields.io/gem/rd/kettle-ndjson.svg
411
- [👽version]: https://bestgems.org/gems/kettle-ndjson
409
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/kettle-ndjson
410
+ [👽dl-ranki]: https://img.shields.io/gem/dt/kettle-ndjson.svg
411
+ [👽version]: https://clickgems.clickhouse.com/dashboard/kettle-ndjson
412
412
  [👽versioni]: https://img.shields.io/gem/v/kettle-ndjson.svg
413
413
  [🏀qlty-mnt]: https://qlty.sh/gh/kettle-dev/projects/kettle-ndjson
414
414
  [🏀qlty-mnti]: https://qlty.sh/gh/kettle-dev/projects/kettle-ndjson/maintainability.svg
@@ -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.10"
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.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -66,7 +66,7 @@ dependencies:
66
66
  version: '2.5'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.5.11
69
+ version: 2.5.14
70
70
  type: :development
71
71
  prerelease: false
72
72
  version_requirements: !ruby/object:Gem::Requirement
@@ -76,7 +76,7 @@ dependencies:
76
76
  version: '2.5'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.5.11
79
+ version: 2.5.14
80
80
  - !ruby/object:Gem::Dependency
81
81
  name: bundler-audit
82
82
  requirement: !ruby/object:Gem::Requirement
@@ -194,7 +194,7 @@ dependencies:
194
194
  version: '3.2'
195
195
  - - ">="
196
196
  - !ruby/object:Gem::Version
197
- version: 3.2.3
197
+ version: 3.2.4
198
198
  type: :development
199
199
  prerelease: false
200
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -204,7 +204,7 @@ dependencies:
204
204
  version: '3.2'
205
205
  - - ">="
206
206
  - !ruby/object:Gem::Version
207
- version: 3.2.3
207
+ version: 3.2.4
208
208
  - !ruby/object:Gem::Dependency
209
209
  name: ruby-progressbar
210
210
  requirement: !ruby/object:Gem::Requirement
@@ -228,7 +228,7 @@ dependencies:
228
228
  version: '1.0'
229
229
  - - ">="
230
230
  - !ruby/object:Gem::Version
231
- version: 1.0.7
231
+ version: 1.0.8
232
232
  type: :development
233
233
  prerelease: false
234
234
  version_requirements: !ruby/object:Gem::Requirement
@@ -238,7 +238,7 @@ dependencies:
238
238
  version: '1.0'
239
239
  - - ">="
240
240
  - !ruby/object:Gem::Version
241
- version: 1.0.7
241
+ version: 1.0.8
242
242
  - !ruby/object:Gem::Dependency
243
243
  name: gitmoji-regex
244
244
  requirement: !ruby/object:Gem::Requirement
@@ -248,7 +248,7 @@ dependencies:
248
248
  version: '2.0'
249
249
  - - ">="
250
250
  - !ruby/object:Gem::Version
251
- version: 2.0.10
251
+ version: 2.0.11
252
252
  type: :development
253
253
  prerelease: false
254
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -258,7 +258,7 @@ dependencies:
258
258
  version: '2.0'
259
259
  - - ">="
260
260
  - !ruby/object:Gem::Version
261
- version: 2.0.10
261
+ version: 2.0.11
262
262
  description: "\U0001F4DF️ NDJSON event stream primitives, filters, recorders, and
263
263
  payload helpers shared by Kettle CLI tools."
264
264
  email:
@@ -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.10
282
+ changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.10/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.10
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