kettle-ndjson 0.1.2 → 0.1.3
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/README.md +14 -14
- data/lib/kettle/ndjson/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +9 -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: dba905f925ac83dffc826dbd20700cf06976de02e5bf69b5f957077d8ac618ef
|
|
4
|
+
data.tar.gz: d9855b12ae2685301284995d2d10c3d2d15cbbca1c9b270e12d7e415eaa45628
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ebfb6211a10a95a8a41f82cf8854d60bf2e1fdb26c36cf11a70a2a1d994754db4d02942831bee37066eed05ac7b4079da80d929f6f9fef59c6f179ffb6ebbe9a
|
|
7
|
+
data.tar.gz: 238a7b2444ee11013d794f4c763aeabc8dd2089a7264d22e303c34af2f4f5b687bc0ce76027ffcc19f7382a2401401d2cfae7ce87aece639c97a2b34b21e5d26
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,42 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.3] - 2026-07-30
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.3][0.1.3t]
|
|
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
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
43
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
44
|
+
tagged RubyForum community alongside Discord.
|
|
45
|
+
|
|
46
|
+
### Fixed
|
|
47
|
+
|
|
48
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
49
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
50
|
+
lockfile parser failures on Git and path dependencies.
|
|
51
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
52
|
+
missing canonical version spec when a project only has shim namespace version
|
|
53
|
+
specs.
|
|
54
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
55
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
56
|
+
failures against `gem.coop`.
|
|
57
|
+
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
58
|
+
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
59
|
+
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
60
|
+
cover both `version.rb` and `version_gem.rb`.
|
|
61
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
62
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
63
|
+
specs without adding `version_gem`.
|
|
64
|
+
|
|
65
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
66
|
+
relative to the gemspec directory, so packaged template assets are included
|
|
67
|
+
even when the gemspec is loaded from another working directory.
|
|
68
|
+
|
|
33
69
|
## [0.1.2] - 2026-07-28
|
|
34
70
|
|
|
35
71
|
- TAG: [v0.1.2][0.1.2t]
|
|
@@ -116,7 +152,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
116
152
|
|
|
117
153
|
- kettle-jem-template-initial - Initial templating by kettle-jem.
|
|
118
154
|
|
|
119
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.
|
|
155
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.3...HEAD
|
|
156
|
+
[0.1.3]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.2...v0.1.3
|
|
157
|
+
[0.1.3t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.3
|
|
120
158
|
[0.1.2]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.1...v0.1.2
|
|
121
159
|
[0.1.2t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.2
|
|
122
160
|
[0.1.1]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.0...v0.1.1
|
data/README.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
# 📟️ Kettle::Ndjson
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![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] [![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]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
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
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -70,17 +70,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
70
70
|
<details markdown="1">
|
|
71
71
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
72
72
|
|
|
73
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
74
|
-
|
|
75
|
-
| 🧪 [kettle-dev/kettle-ndjson on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
76
|
-
| 🧊 [kettle-dev/kettle-ndjson on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
77
|
-
| 🐙 [kettle-dev/kettle-ndjson on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
78
|
-
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
|
73
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
74
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
75
|
+
| 🧪 [kettle-dev/kettle-ndjson on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
76
|
+
| 🧊 [kettle-dev/kettle-ndjson on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
77
|
+
| 🐙 [kettle-dev/kettle-ndjson on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
79
78
|
|
|
80
79
|
</details>
|
|
81
80
|
|
|
82
|
-
[gh-discussions]: https://github.com/kettle-dev/kettle-ndjson/discussions
|
|
83
|
-
|
|
84
81
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-kettle-ndjson?utm_source=rubygems-kettle-ndjson&utm_medium=referral&utm_campaign=readme)
|
|
85
82
|
|
|
86
83
|
Available as part of the Tidelift Subscription.
|
|
@@ -98,6 +95,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
98
95
|
|
|
99
96
|
Alternatively:
|
|
100
97
|
|
|
98
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
101
99
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
102
100
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
103
101
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -306,11 +304,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
306
304
|
so if you value the work I am doing, I need your support.
|
|
307
305
|
Please consider sponsoring me or the project.
|
|
308
306
|
|
|
309
|
-
To join the community or get help
|
|
307
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
310
308
|
|
|
309
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
311
310
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
312
311
|
|
|
313
|
-
To say "thanks!" ☝️ Join the
|
|
312
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
314
313
|
|
|
315
314
|
[![Sponsor kettle-dev/kettle-ndjson on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
|
|
316
315
|
|
|
@@ -351,8 +350,9 @@ Thanks for RTFM. ☺️
|
|
|
351
350
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
352
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
|
|
353
352
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
354
|
-
[✉️ruby-forum-img]: https://img.shields.io/
|
|
355
|
-
[✉️ruby-forum]: https://www.rubyforum.org
|
|
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
|
|
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
|
|
@@ -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.3"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
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.3
|
|
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.17
|
|
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.17
|
|
188
188
|
- !ruby/object:Gem::Dependency
|
|
189
189
|
name: turbo_tests2
|
|
190
190
|
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.
|
|
251
|
+
version: 2.0.10
|
|
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.
|
|
261
|
+
version: 2.0.10
|
|
262
262
|
description: "\U0001F4DF️ NDJSON event stream primitives, filters, recorders, and
|
|
263
263
|
payload helpers shared by Kettle CLI tools."
|
|
264
264
|
email:
|
|
@@ -278,14 +278,15 @@ 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.3
|
|
282
|
+
changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.3/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.3
|
|
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
|
|
288
288
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
289
|
+
mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
|
|
289
290
|
rubygems_mfa_required: 'true'
|
|
290
291
|
rdoc_options:
|
|
291
292
|
- "--title"
|
metadata.gz.sig
CHANGED
|
Binary file
|