kettle-ndjson 0.1.1 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 794d6dad408287ba6e47c508398ee745996dacd44b07cf9ea595db866869c247
4
- data.tar.gz: d861e87fe5e50f012a0fdd88ce7fd0e0b83f486c7a6d409140db1449c2969802
3
+ metadata.gz: dba905f925ac83dffc826dbd20700cf06976de02e5bf69b5f957077d8ac618ef
4
+ data.tar.gz: d9855b12ae2685301284995d2d10c3d2d15cbbca1c9b270e12d7e415eaa45628
5
5
  SHA512:
6
- metadata.gz: 12f5925cb4cabfb58858259aa174090aa87bb42ee3427a46f3c017bd7df5a83e9e2498cda2b00812531f40d724a4ca25a208d22a690c49851c92c7419279787d
7
- data.tar.gz: dfabc31532c4e6e49bbd1a85bb3acc097a365cff83bcc4c57ca666841bdd74c63b5ae9cbff6f2a0c2d00738e8104b80535641c7b838ae031d2997d46e01c7847
6
+ metadata.gz: ebfb6211a10a95a8a41f82cf8854d60bf2e1fdb26c36cf11a70a2a1d994754db4d02942831bee37066eed05ac7b4079da80d929f6f9fef59c6f179ffb6ebbe9a
7
+ data.tar.gz: 238a7b2444ee11013d794f4c763aeabc8dd2089a7264d22e303c34af2f4f5b687bc0ce76027ffcc19f7382a2401401d2cfae7ce87aece639c97a2b34b21e5d26
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,99 @@ 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
+
69
+ ## [0.1.2] - 2026-07-28
70
+
71
+ - TAG: [v0.1.2][0.1.2t]
72
+ - COVERAGE: 100.00% -- 74/74 lines in 2 files
73
+ - BRANCH COVERAGE: 96.15% -- 25/26 branches in 2 files
74
+ - 25.81% documented
75
+
76
+ ### Added
77
+
78
+ - kettle-jem-template-20260726-001 - Projects now include YARD lint
79
+ configuration and documentation dependencies so documentation issues fail
80
+ before generated docs are refreshed.
81
+
82
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
83
+ RSpec helpers provided by `kettle-test`.
84
+
85
+ ### Changed
86
+
87
+ - kettle-jem-template-20260716-001 - Shim gems now package `LICENSE.md` instead
88
+ of a missing `LICENSE.txt` file.
89
+ - kettle-jem-template-20260716-002 - Gemspecs now ship fewer repository-only
90
+ files, reducing package noise for downstream packagers.
91
+ - kettle-jem-template-20260720-001 - READMEs can now display configured
92
+ corporate sponsor logos.
93
+ - kettle-jem-template-20260720-002 - Development Gemfiles now use the released
94
+ `tree_sitter_language_pack` gem 1.13.3 or newer by default.
95
+ - kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
96
+ uses the installed `smorg-rb` driver command.
97
+ - kettle-jem-template-20260720-004 - MRI-only projects now omit JRuby and
98
+ TruffleRuby workflow jobs.
99
+ - kettle-jem-template-20260720-005 - README Support & Community links now
100
+ include RubyForum.
101
+ - kettle-jem-template-20260725-001 - Release pull request branches beginning
102
+ with `feature/release` now run JRuby and TruffleRuby workflows.
103
+ - kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
104
+ cover `version.rb` without redefining constants, or are removed when version
105
+ specs are not managed for the project.
106
+
107
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
108
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
109
+ installing the main Gemfile bundle.
110
+
111
+ ### Fixed
112
+
113
+ - kettle-jem-template-20260726-002 - Generated version files now document their
114
+ version namespace and constants, reducing warning-only YARD lint output.
115
+
116
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
117
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
118
+ coverage thresholds still pass.
119
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
120
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
121
+ installs are not reported as project lint debt.
122
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
123
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
124
+ before the test suite starts.
125
+
33
126
  ## [0.1.1] - 2026-07-25
34
127
 
35
128
  - TAG: [v0.1.1][0.1.1t]
@@ -59,7 +152,11 @@ Please file a bug if you notice a violation of semantic versioning.
59
152
 
60
153
  - kettle-jem-template-initial - Initial templating by kettle-jem.
61
154
 
62
- [Unreleased]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.1...HEAD
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
158
+ [0.1.2]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.1...v0.1.2
159
+ [0.1.2t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.2
63
160
  [0.1.1]: https://github.com/kettle-dev/kettle-ndjson/compare/v0.1.0...v0.1.1
64
161
  [0.1.1t]: https://github.com/kettle-dev/kettle-ndjson/releases/tag/v0.1.1
65
162
  [0.1.0]: https://github.com/kettle-dev/kettle-ndjson/compare/b960037607f365b15262f5bf24417ded4dca5378...v0.1.0
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 [discord notification][✉️discord-invite].
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 | Discussions |
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 | [💚][gh-discussions] |
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 [![Tidelift](https://tidelift.com/badges/package/rubygems/kettle-ndjson)](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 👇️ Join the Discord.
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 Discord or 👇️ send money.
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/badge/RubyForum-Help-CC342D?style=for-the-badge&logo=ruby&logoColor=white
355
- [✉️ruby-forum]: https://www.rubyforum.org/c/help/8
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
@@ -2,9 +2,12 @@
2
2
 
3
3
  module Kettle
4
4
  module Ndjson
5
+ # Version namespace for this gem.
5
6
  module Version
6
- VERSION = "0.1.1"
7
+ # Current gem version.
8
+ VERSION = "0.1.3"
7
9
  end
10
+ # Current gem version exposed at the traditional constant location.
8
11
  VERSION = Version::VERSION # Traditional Constant Location
9
12
  end
10
13
  end
data.tar.gz.sig CHANGED
@@ -1 +1,4 @@
1
- jt琹]0H ) ���,*9=N�G��m�����
1
+ OfWw�j_,��%%�c�3_��9���e z~��;�
2
+ [4�}�d*k�Էq�O��N� �Mv;2���Eߎ��jɣה8� ����"��!V��&��f4'��-��%x��#�� ��'m���޾����lJ�n,9�i6\��Cz����\�D��Eǃ1H(L���ݭ��ks
3
+ ��&�f���R�*T���f����\������Z���C�}���(p����Ih���
4
+ �Ո���79�Pƅ��G����s�J(�hS$�t�$ʨo�cI���p��o��.=��
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.1
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter H. Boling
@@ -125,6 +125,26 @@ dependencies:
125
125
  - - ">="
126
126
  - !ruby/object:Gem::Version
127
127
  version: 1.0.4
128
+ - !ruby/object:Gem::Dependency
129
+ name: anonymous_loader
130
+ requirement: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - "~>"
133
+ - !ruby/object:Gem::Version
134
+ version: '0.1'
135
+ - - ">="
136
+ - !ruby/object:Gem::Version
137
+ version: 0.1.3
138
+ type: :development
139
+ prerelease: false
140
+ version_requirements: !ruby/object:Gem::Requirement
141
+ requirements:
142
+ - - "~>"
143
+ - !ruby/object:Gem::Version
144
+ version: '0.1'
145
+ - - ">="
146
+ - !ruby/object:Gem::Version
147
+ version: 0.1.3
128
148
  - !ruby/object:Gem::Dependency
129
149
  name: appraisal2
130
150
  requirement: !ruby/object:Gem::Requirement
@@ -154,7 +174,7 @@ dependencies:
154
174
  version: '2.0'
155
175
  - - ">="
156
176
  - !ruby/object:Gem::Version
157
- version: 2.0.15
177
+ version: 2.0.17
158
178
  type: :development
159
179
  prerelease: false
160
180
  version_requirements: !ruby/object:Gem::Requirement
@@ -164,7 +184,7 @@ dependencies:
164
184
  version: '2.0'
165
185
  - - ">="
166
186
  - !ruby/object:Gem::Version
167
- version: 2.0.15
187
+ version: 2.0.17
168
188
  - !ruby/object:Gem::Dependency
169
189
  name: turbo_tests2
170
190
  requirement: !ruby/object:Gem::Requirement
@@ -174,7 +194,7 @@ dependencies:
174
194
  version: '3.2'
175
195
  - - ">="
176
196
  - !ruby/object:Gem::Version
177
- version: 3.2.0
197
+ version: 3.2.3
178
198
  type: :development
179
199
  prerelease: false
180
200
  version_requirements: !ruby/object:Gem::Requirement
@@ -184,7 +204,7 @@ dependencies:
184
204
  version: '3.2'
185
205
  - - ">="
186
206
  - !ruby/object:Gem::Version
187
- version: 3.2.0
207
+ version: 3.2.3
188
208
  - !ruby/object:Gem::Dependency
189
209
  name: ruby-progressbar
190
210
  requirement: !ruby/object:Gem::Requirement
@@ -208,7 +228,7 @@ dependencies:
208
228
  version: '1.0'
209
229
  - - ">="
210
230
  - !ruby/object:Gem::Version
211
- version: 1.0.6
231
+ version: 1.0.7
212
232
  type: :development
213
233
  prerelease: false
214
234
  version_requirements: !ruby/object:Gem::Requirement
@@ -218,7 +238,7 @@ dependencies:
218
238
  version: '1.0'
219
239
  - - ">="
220
240
  - !ruby/object:Gem::Version
221
- version: 1.0.6
241
+ version: 1.0.7
222
242
  - !ruby/object:Gem::Dependency
223
243
  name: gitmoji-regex
224
244
  requirement: !ruby/object:Gem::Requirement
@@ -228,7 +248,7 @@ dependencies:
228
248
  version: '2.0'
229
249
  - - ">="
230
250
  - !ruby/object:Gem::Version
231
- version: 2.0.4
251
+ version: 2.0.10
232
252
  type: :development
233
253
  prerelease: false
234
254
  version_requirements: !ruby/object:Gem::Requirement
@@ -238,7 +258,7 @@ dependencies:
238
258
  version: '2.0'
239
259
  - - ">="
240
260
  - !ruby/object:Gem::Version
241
- version: 2.0.4
261
+ version: 2.0.10
242
262
  description: "\U0001F4DF️ NDJSON event stream primitives, filters, recorders, and
243
263
  payload helpers shared by Kettle CLI tools."
244
264
  email:
@@ -258,14 +278,15 @@ licenses:
258
278
  - MIT
259
279
  metadata:
260
280
  homepage_uri: https://github.com/kettle-dev/kettle-ndjson
261
- source_code_uri: https://github.com/kettle-dev/kettle-ndjson/tree/v0.1.1
262
- changelog_uri: https://github.com/kettle-dev/kettle-ndjson/blob/v0.1.1/CHANGELOG.md
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
263
283
  bug_tracker_uri: https://github.com/kettle-dev/kettle-ndjson/issues
264
- documentation_uri: https://www.rubydoc.info/gems/kettle-ndjson/0.1.1
284
+ documentation_uri: https://www.rubydoc.info/gems/kettle-ndjson/0.1.3
265
285
  funding_uri: https://github.com/sponsors/pboling
266
286
  wiki_uri: https://github.com/kettle-dev/kettle-ndjson/wiki
267
287
  news_uri: https://www.railsbling.com/tags/kettle-ndjson
268
288
  discord_uri: https://discord.gg/3qme4XHNKN
289
+ mailing_list_uri: https://www.rubyforum.org/tag/kettle-dev
269
290
  rubygems_mfa_required: 'true'
270
291
  rdoc_options:
271
292
  - "--title"
metadata.gz.sig CHANGED
Binary file