kettle-ndjson 0.1.11 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7e437817f430151be7a3aa43c15c5597a3b505293ffa0d34bc73a6f57af32e02
4
- data.tar.gz: dc26c86c5b2fd406bdd7ca9bb5d6669d24b797bcc64d379bc43e0ce3bc067bbb
3
+ metadata.gz: a222c13bbbdac5009de09979c6848b875bc8a04bb37905529dc86e26d92fc534
4
+ data.tar.gz: 8fe86c3e507e2d70aedccd7f0aa14093554f9fbe5cfa8213c768755c98f5a788
5
5
  SHA512:
6
- metadata.gz: ae3c03727dba38a0a8f319bf5c630fb234318a8d9385806dd26b14cb578f00ee3634145f7b981bbba21365b128761b65f152d6691dd4e59c38a230a42b1ad35a
7
- data.tar.gz: dc5f390e4195d51730b34990e5f8cadf3e4f2ed22210a173f078c6f1bbde6fbd11c8fde42bd07af0cb4757af7d322ccd5f20a0c7de51bfc19fd8263e21dd854c
6
+ metadata.gz: 545b9f348a3d7012b1d265767a6cd08d1eed9807398a6fb3d228233cdeada657e9da78aa45debc3060dc10d6facc670033566dfadc9837c3ab82bcc2d3ed8be2
7
+ data.tar.gz: 16326b38a4355a94fa9854cd4ca6e5e694e278c2e77cfd2b6568b053ba75fc2846a8165b58967dc70e746414bda0b6148d90e64c23b1860b10401b8e1b033c94
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,19 @@ 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
+
33
46
  ## [0.1.11] - 2026-08-03
34
47
 
35
48
  - TAG: [v0.1.11][0.1.11t]
@@ -213,7 +226,9 @@ Please file a bug if you notice a violation of semantic versioning.
213
226
 
214
227
  - kettle-jem-template-initial - Initial templating by kettle-jem.
215
228
 
216
- [Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.11...HEAD
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
217
232
  [0.1.11]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.10...v0.1.11
218
233
  [0.1.11t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.11
219
234
  [0.1.10]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.9...v0.1.10
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+, and concordant releases of JRuby, and TruffleRuby.
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
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
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.11"
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.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.11
4
+ version: 0.1.12
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.5'
66
+ version: '3.0'
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: 2.5.18
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: '2.5'
76
+ version: '3.0'
77
77
  - - ">="
78
78
  - !ruby/object:Gem::Version
79
- version: 2.5.18
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.0
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.0
167
+ version: 3.2.2
168
168
  - !ruby/object:Gem::Dependency
169
169
  name: kettle-test
170
170
  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.4
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.4
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.11
282
- changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.11/CHANGELOG.md
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.11
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