kettle-ndjson 0.1.9 → 0.1.11
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 +41 -22
- data/README.md +17 -17
- 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: 7e437817f430151be7a3aa43c15c5597a3b505293ffa0d34bc73a6f57af32e02
|
|
4
|
+
data.tar.gz: dc26c86c5b2fd406bdd7ca9bb5d6669d24b797bcc64d379bc43e0ce3bc067bbb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ae3c03727dba38a0a8f319bf5c630fb234318a8d9385806dd26b14cb578f00ee3634145f7b981bbba21365b128761b65f152d6691dd4e59c38a230a42b1ad35a
|
|
7
|
+
data.tar.gz: dc5f390e4195d51730b34990e5f8cadf3e4f2ed22210a173f078c6f1bbde6fbd11c8fde42bd07af0cb4757af7d322ccd5f20a0c7de51bfc19fd8263e21dd854c
|
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.11] - 2026-08-03
|
|
34
|
+
|
|
35
|
+
- TAG: [v0.1.11][0.1.11t]
|
|
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
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
43
|
+
preserving comments and trailing commas during template updates.
|
|
44
|
+
|
|
45
|
+
## [0.1.10] - 2026-08-01
|
|
46
|
+
|
|
47
|
+
- TAG: [v0.1.10][0.1.10t]
|
|
48
|
+
- COVERAGE: 100.00% -- 74/74 lines in 2 files
|
|
49
|
+
- BRANCH COVERAGE: 96.15% -- 25/26 branches in 2 files
|
|
50
|
+
- 25.81% documented
|
|
51
|
+
|
|
52
|
+
### Changed
|
|
53
|
+
|
|
54
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
55
|
+
use ClickGems instead of BestGems.
|
|
56
|
+
|
|
57
|
+
### Fixed
|
|
58
|
+
|
|
59
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
60
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
61
|
+
parameter names from producing invalid configuration after a merge.
|
|
62
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
63
|
+
documentation now normalize configured underscore hostnames to valid
|
|
64
|
+
hyphenated hostnames.
|
|
65
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
66
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
67
|
+
matching Galtzo-hosted asset exists.
|
|
68
|
+
|
|
33
69
|
## [0.1.9] - 2026-07-31
|
|
34
70
|
|
|
35
71
|
- TAG: [v0.1.9][0.1.9t]
|
|
@@ -85,10 +121,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
85
121
|
|
|
86
122
|
### Added
|
|
87
123
|
|
|
88
|
-
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
89
|
-
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
90
|
-
tagged RubyForum community alongside Discord.
|
|
91
|
-
|
|
92
124
|
### Fixed
|
|
93
125
|
|
|
94
126
|
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
@@ -97,17 +129,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
97
129
|
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
98
130
|
missing canonical version spec when a project only has shim namespace version
|
|
99
131
|
specs.
|
|
100
|
-
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
101
|
-
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
102
|
-
failures against `gem.coop`.
|
|
103
|
-
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
104
|
-
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
105
|
-
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
106
|
-
cover both `version.rb` and `version_gem.rb`.
|
|
107
|
-
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
108
|
-
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
109
|
-
specs without adding `version_gem`.
|
|
110
|
-
|
|
111
132
|
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
112
133
|
relative to the gemspec directory, so packaged template assets are included
|
|
113
134
|
even when the gemspec is loaded from another working directory.
|
|
@@ -130,18 +151,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
130
151
|
|
|
131
152
|
### Changed
|
|
132
153
|
|
|
133
|
-
- kettle-jem-template-20260716-001 - Shim gems now package `LICENSE.md` instead
|
|
134
|
-
of a missing `LICENSE.txt` file.
|
|
135
154
|
- kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
|
|
136
155
|
files, reducing package noise for downstream packagers.
|
|
137
|
-
- kettle-jem-template-20260720-001 - READMEs can now display configured
|
|
138
|
-
corporate sponsor logos.
|
|
139
156
|
- kettle-jem-template-20260720-002 - Development Gemfiles now use the released
|
|
140
157
|
`tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
141
158
|
- kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
|
|
142
159
|
uses the installed `smorg-rb` driver command.
|
|
143
|
-
- kettle-jem-template-20260720-004 - MRI-only projects now omit JRuby and
|
|
144
|
-
TruffleRuby workflow jobs.
|
|
145
160
|
- kettle-jem-template-20260720-005 - README Support & Community links now
|
|
146
161
|
include RubyForum.
|
|
147
162
|
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
@@ -198,7 +213,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
198
213
|
|
|
199
214
|
- kettle-jem-template-initial - Initial templating by kettle-jem.
|
|
200
215
|
|
|
201
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.
|
|
216
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.11...HEAD
|
|
217
|
+
[0.1.11]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.10...v0.1.11
|
|
218
|
+
[0.1.11t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.11
|
|
219
|
+
[0.1.10]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.9...v0.1.10
|
|
220
|
+
[0.1.10t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.10
|
|
202
221
|
[0.1.9]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.6...v0.1.9
|
|
203
222
|
[0.1.9t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.9
|
|
204
223
|
[0.1.6]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.4...v0.1.6
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<a href="https://github.com/kettle-dev"><img alt="kettle-dev Logo by
|
|
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] [![
|
|
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 |
|
|
55
|
+
| Gem | Source | Role | Total downloads |
|
|
56
56
|
|-----|--------|------|---------------------|
|
|
57
|
-
| [appraisal2](https://
|
|
58
|
-
| [appraisal2-rubocop](https://
|
|
59
|
-
| [kettle-dev](https://
|
|
60
|
-
| [kettle-jem](https://
|
|
61
|
-
| [kettle-soup-cover](https://
|
|
62
|
-
| [kettle-test](https://
|
|
63
|
-
| [rubocop-lts](https://
|
|
64
|
-
| [turbo_tests2](https://
|
|
57
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](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 | [](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 | [](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 | [](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 | [](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 | [](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 | [](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 | [](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
|
|
354
|
-
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https
|
|
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://
|
|
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://
|
|
410
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
411
|
-
[👽version]: https://
|
|
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.
|
|
8
|
+
VERSION = "0.1.11"
|
|
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.11
|
|
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,7 +56,7 @@ 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
|
|
@@ -66,7 +66,7 @@ dependencies:
|
|
|
66
66
|
version: '2.5'
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: 2.5.
|
|
69
|
+
version: 2.5.18
|
|
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.
|
|
79
|
+
version: 2.5.18
|
|
80
80
|
- !ruby/object:Gem::Dependency
|
|
81
81
|
name: bundler-audit
|
|
82
82
|
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.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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.11
|
|
282
|
+
changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.11/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.11
|
|
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
|