kettle-ndjson 0.1.10 → 0.1.12
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 +30 -22
- data/README.md +11 -16
- data/lib/kettle/ndjson/version.rb +1 -1
- data/lib/kettle/ndjson.rb +0 -1
- data.tar.gz.sig +0 -0
- metadata +16 -16
- 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: a222c13bbbdac5009de09979c6848b875bc8a04bb37905529dc86e26d92fc534
|
|
4
|
+
data.tar.gz: 8fe86c3e507e2d70aedccd7f0aa14093554f9fbe5cfa8213c768755c98f5a788
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 545b9f348a3d7012b1d265767a6cd08d1eed9807398a6fb3d228233cdeada657e9da78aa45debc3060dc10d6facc670033566dfadc9837c3ab82bcc2d3ed8be2
|
|
7
|
+
data.tar.gz: 16326b38a4355a94fa9854cd4ca6e5e694e278c2e77cfd2b6568b053ba75fc2846a8165b58967dc70e746414bda0b6148d90e64c23b1860b10401b8e1b033c94
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,31 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [0.1.12] - 2026-08-12
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.12][0.1.12t]
|
|
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
|
+
- Prepare project for kettle-jem templates: updated 11 project files across dependencies (11).
|
|
43
|
+
|
|
44
|
+
- Apply kettle-jem templates: updated 7 project files across configuration (1), dependencies (1), documentation (1), other (4).
|
|
45
|
+
|
|
46
|
+
## [0.1.11] - 2026-08-03
|
|
47
|
+
|
|
48
|
+
- TAG: [v0.1.11][0.1.11t]
|
|
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
|
+
### Fixed
|
|
54
|
+
|
|
55
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
56
|
+
preserving comments and trailing commas during template updates.
|
|
57
|
+
|
|
33
58
|
## [0.1.10] - 2026-08-01
|
|
34
59
|
|
|
35
60
|
- TAG: [v0.1.10][0.1.10t]
|
|
@@ -109,10 +134,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
109
134
|
|
|
110
135
|
### Added
|
|
111
136
|
|
|
112
|
-
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
113
|
-
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
114
|
-
tagged RubyForum community alongside Discord.
|
|
115
|
-
|
|
116
137
|
### Fixed
|
|
117
138
|
|
|
118
139
|
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
@@ -121,17 +142,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
121
142
|
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
122
143
|
missing canonical version spec when a project only has shim namespace version
|
|
123
144
|
specs.
|
|
124
|
-
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
125
|
-
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
126
|
-
failures against `gem.coop`.
|
|
127
|
-
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
128
|
-
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
129
|
-
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
130
|
-
cover both `version.rb` and `version_gem.rb`.
|
|
131
|
-
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
132
|
-
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
133
|
-
specs without adding `version_gem`.
|
|
134
|
-
|
|
135
145
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
136
146
|
relative to the gemspec directory, so packaged template assets are included
|
|
137
147
|
even when the gemspec is loaded from another working directory.
|
|
@@ -154,18 +164,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
154
164
|
|
|
155
165
|
### Changed
|
|
156
166
|
|
|
157
|
-
- kettle-jem-template-20260716-001 - Shim gems now package `LICENSE.md` instead
|
|
158
|
-
of a missing `LICENSE.txt` file.
|
|
159
167
|
- kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
|
|
160
168
|
files, reducing package noise for downstream packagers.
|
|
161
|
-
- kettle-jem-template-20260720-001 - READMEs can now display configured
|
|
162
|
-
corporate sponsor logos.
|
|
163
169
|
- kettle-jem-template-20260720-002 - Development Gemfiles now use the released
|
|
164
170
|
`tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
165
171
|
- kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
|
|
166
172
|
uses the installed `smorg-rb` driver command.
|
|
167
|
-
- kettle-jem-template-20260720-004 - MRI-only projects now omit JRuby and
|
|
168
|
-
TruffleRuby workflow jobs.
|
|
169
173
|
- kettle-jem-template-20260720-005 - README Support & Community links now
|
|
170
174
|
include RubyForum.
|
|
171
175
|
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
@@ -222,7 +226,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
222
226
|
|
|
223
227
|
- kettle-jem-template-initial - Initial templating by kettle-jem.
|
|
224
228
|
|
|
225
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.
|
|
229
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.12...HEAD
|
|
230
|
+
[0.1.12]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.11...v0.1.12
|
|
231
|
+
[0.1.12t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.12
|
|
232
|
+
[0.1.11]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.10...v0.1.11
|
|
233
|
+
[0.1.11t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.11
|
|
226
234
|
[0.1.10]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.9...v0.1.10
|
|
227
235
|
[0.1.10t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.10
|
|
228
236
|
[0.1.9]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.6...v0.1.9
|
data/README.md
CHANGED
|
@@ -21,6 +21,10 @@ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-ta
|
|
|
21
21
|
|
|
22
22
|
## 🌻 Synopsis <a href="https://discord.gg/3qme4XHNKN"><img alt="Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg" width="8%" align="right"/></a> <a href="https://ruby-toolbox.com"><img alt="ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5" src="https://logos.galtzo.com/assets/images/ruby-lang/avatar-128px.svg" width="8%" align="right"/></a>
|
|
23
23
|
|
|
24
|
+
Kettle::Ndjson provides compact newline-delimited JSON event streams for Kettle
|
|
25
|
+
CLI tools, with shared event-type filtering and helpers for phases, steps,
|
|
26
|
+
diagnostics, timings, and summaries.
|
|
27
|
+
|
|
24
28
|
## 💡 Info you can shake a stick at
|
|
25
29
|
|
|
26
30
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
@@ -39,7 +43,7 @@ I've summarized my thoughts in [this blog post](https://dev.to/galtzo/hostile-ta
|
|
|
39
43
|
|
|
40
44
|
### Compatibility
|
|
41
45
|
|
|
42
|
-
Compatible with MRI Ruby 2.4.0+,
|
|
46
|
+
Compatible with MRI Ruby 2.4.0+, JRuby, and TruffleRuby.
|
|
43
47
|
CI workflows and Appraisals are generated for MRI Ruby 3.2.0+.
|
|
44
48
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
45
49
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -118,6 +122,11 @@ gem install kettle-ndjson
|
|
|
118
122
|
|
|
119
123
|
## ⚙️ Configuration
|
|
120
124
|
|
|
125
|
+
Create an event stream around the IO that should receive the events. The
|
|
126
|
+
`types:` option accepts an event type or the built-in `default`, `progress`, or
|
|
127
|
+
`all` aliases; event helpers add the phase, step, diagnostic, and summary
|
|
128
|
+
payloads while preserving compact one-event-per-line JSON.
|
|
129
|
+
|
|
121
130
|
## 🔧 Basic Usage
|
|
122
131
|
|
|
123
132
|
Create an event stream for newline-delimited JSON output:
|
|
@@ -203,8 +212,7 @@ See [SECURITY.md][🔐security].
|
|
|
203
212
|
## 🤝 Contributing
|
|
204
213
|
|
|
205
214
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
206
|
-
|
|
207
|
-
or use the gem and think about how it could be better.
|
|
215
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
208
216
|
|
|
209
217
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
210
218
|
|
|
@@ -240,19 +248,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
240
248
|
|
|
241
249
|
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-ndjson/-/graphs/main][🚎contributors-gl]
|
|
242
250
|
|
|
243
|
-
<details markdown="1">
|
|
244
|
-
<summary>⭐️ Star History</summary>
|
|
245
|
-
|
|
246
|
-
<a href="https://star-history.com/kettle-dev/kettle-ndjson&Date">
|
|
247
|
-
<picture>
|
|
248
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-ndjson&type=Date&theme=dark" />
|
|
249
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-ndjson&type=Date" />
|
|
250
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-ndjson&type=Date" />
|
|
251
|
-
</picture>
|
|
252
|
-
</a>
|
|
253
|
-
|
|
254
|
-
</details>
|
|
255
|
-
|
|
256
251
|
## 📌 Versioning
|
|
257
252
|
|
|
258
253
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -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.12"
|
|
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
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.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -46,7 +46,7 @@ dependencies:
|
|
|
46
46
|
version: '1.1'
|
|
47
47
|
- - ">="
|
|
48
48
|
- !ruby/object:Gem::Version
|
|
49
|
-
version: 1.1.
|
|
49
|
+
version: 1.1.15
|
|
50
50
|
type: :runtime
|
|
51
51
|
prerelease: false
|
|
52
52
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -56,27 +56,27 @@ dependencies:
|
|
|
56
56
|
version: '1.1'
|
|
57
57
|
- - ">="
|
|
58
58
|
- !ruby/object:Gem::Version
|
|
59
|
-
version: 1.1.
|
|
59
|
+
version: 1.1.15
|
|
60
60
|
- !ruby/object:Gem::Dependency
|
|
61
61
|
name: kettle-dev
|
|
62
62
|
requirement: !ruby/object:Gem::Requirement
|
|
63
63
|
requirements:
|
|
64
64
|
- - "~>"
|
|
65
65
|
- !ruby/object:Gem::Version
|
|
66
|
-
version: '
|
|
66
|
+
version: '3.0'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version:
|
|
69
|
+
version: 3.0.6
|
|
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: '
|
|
76
|
+
version: '3.0'
|
|
77
77
|
- - ">="
|
|
78
78
|
- !ruby/object:Gem::Version
|
|
79
|
-
version:
|
|
79
|
+
version: 3.0.6
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: bundler-audit
|
|
82
82
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -154,7 +154,7 @@ dependencies:
|
|
|
154
154
|
version: '3.2'
|
|
155
155
|
- - ">="
|
|
156
156
|
- !ruby/object:Gem::Version
|
|
157
|
-
version: 3.2.
|
|
157
|
+
version: 3.2.2
|
|
158
158
|
type: :development
|
|
159
159
|
prerelease: false
|
|
160
160
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -164,7 +164,7 @@ dependencies:
|
|
|
164
164
|
version: '3.2'
|
|
165
165
|
- - ">="
|
|
166
166
|
- !ruby/object:Gem::Version
|
|
167
|
-
version: 3.2.
|
|
167
|
+
version: 3.2.2
|
|
168
168
|
- !ruby/object:Gem::Dependency
|
|
169
169
|
name: kettle-test
|
|
170
170
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -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.19
|
|
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.19
|
|
188
188
|
- !ruby/object:Gem::Dependency
|
|
189
189
|
name: turbo_tests2
|
|
190
190
|
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.
|
|
197
|
+
version: 3.2.5
|
|
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.
|
|
207
|
+
version: 3.2.5
|
|
208
208
|
- !ruby/object:Gem::Dependency
|
|
209
209
|
name: ruby-progressbar
|
|
210
210
|
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.12
|
|
282
|
+
changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.12/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.12
|
|
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
|