kettle-dev 1.1.20 โ 1.1.22
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 +272 -6
- data/README.md +21 -19
- data/README.md.example +34 -32
- data/Rakefile.example +1 -1
- data/lib/kettle/dev/readme_backers.rb +2 -2
- data/lib/kettle/dev/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: b89634c46364a2a909b390e0e137ac3d4e5d14413e5a81a042cad3bb00b80414
|
4
|
+
data.tar.gz: fb3dd1c44deac3c08615dc5d3311296fec200c609b7cb868715db2268b7fe845
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '0701922d64b114389df908b92d5b47941df21365632a81c3bbda289a4a4d64e8b80e66d7d7036fe99cb4e4e8ddef64fde9c1ac27e47000ac505a74c3bec93a09'
|
7
|
+
data.tar.gz: a50bbf782ab163a2a950f407232addeeab718104094ff9855e3757427b83772b29c11073432ad4740f3429304bac29ff06820775f9c8d3034ad1b51f20aed5a2
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/CHANGELOG.md
CHANGED
@@ -17,151 +17,243 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
17
17
|
[๐keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
|
18
18
|
|
19
19
|
## [Unreleased]
|
20
|
+
|
20
21
|
### Added
|
22
|
+
|
21
23
|
### Changed
|
24
|
+
|
22
25
|
### Deprecated
|
26
|
+
|
23
27
|
### Removed
|
28
|
+
|
24
29
|
### Fixed
|
30
|
+
|
25
31
|
### Security
|
26
32
|
|
33
|
+
## [1.1.22] - 2025-09-16
|
34
|
+
|
35
|
+
- TAG: [v1.1.22][1.1.22t]
|
36
|
+
- COVERAGE: 96.83% -- 3661/3781 lines in 25 files
|
37
|
+
- BRANCH COVERAGE: 81.70% -- 1505/1842 branches in 25 files
|
38
|
+
- 77.01% documented
|
39
|
+
|
40
|
+
### Changed
|
41
|
+
|
42
|
+
- Revert "๐๏ธ Use pull_request_target in workflows"
|
43
|
+
- It's not relevant to my projects (either this gem or the ones templated)
|
44
|
+
|
45
|
+
## [1.1.21] - 2025-09-16
|
46
|
+
|
47
|
+
- TAG: [v1.1.21][1.1.21t]
|
48
|
+
- COVERAGE: 96.83% -- 3661/3781 lines in 25 files
|
49
|
+
- BRANCH COVERAGE: 81.65% -- 1504/1842 branches in 25 files
|
50
|
+
- 77.01% documented
|
51
|
+
|
52
|
+
### Changed
|
53
|
+
|
54
|
+
- improved templating
|
55
|
+
- improved documentation
|
56
|
+
|
57
|
+
### Fixed
|
58
|
+
|
59
|
+
- kettle-readme-backers: read correct config file
|
60
|
+
- .opencollective.yml in project root
|
61
|
+
|
27
62
|
## [1.1.20] - 2025-09-15
|
63
|
+
|
28
64
|
- TAG: [v1.1.20][1.1.20t]
|
29
65
|
- COVERAGE: 96.80% -- 3660/3781 lines in 25 files
|
30
66
|
- BRANCH COVERAGE: 81.65% -- 1504/1842 branches in 25 files
|
31
67
|
- 77.01% documented
|
68
|
+
|
32
69
|
### Added
|
70
|
+
|
33
71
|
- Allow reformating of CHANGELOG.md without version bump
|
34
72
|
- `--include=GLOB` includes files not otherwise included in default template
|
35
73
|
- more test coverage
|
74
|
+
|
36
75
|
### Fixed
|
76
|
+
|
37
77
|
- Add .licenserc.yaml to gem package
|
38
78
|
- Handling of GFM fenced code blocks in CHANGELOG.md
|
39
79
|
- Handling of nested list items in CHANGELOG.md
|
40
80
|
- Handling of blank lines around all headings in CHANGELOG.md
|
41
81
|
|
42
82
|
## [1.1.19] - 2025-09-14
|
83
|
+
|
43
84
|
- TAG: [v1.1.19][1.1.19t]
|
44
85
|
- COVERAGE: 96.58% -- 3531/3656 lines in 25 files
|
45
86
|
- BRANCH COVERAGE: 81.11% -- 1443/1779 branches in 25 files
|
46
87
|
- 76.88% documented
|
88
|
+
|
47
89
|
### Added
|
90
|
+
|
48
91
|
- documentation of vcr on Ruby 2.4
|
49
92
|
- Apache SkyWalking Eyes dependency license check
|
50
93
|
- Added to template
|
94
|
+
|
51
95
|
### Fixed
|
96
|
+
|
52
97
|
- fix duplicate headings in CHANGELOG.md Unreleased section
|
53
98
|
|
54
99
|
## [1.1.18] - 2025-09-12
|
100
|
+
|
55
101
|
- TAG: [v1.1.18][1.1.18t]
|
56
102
|
- COVERAGE: 96.24% -- 3477/3613 lines in 25 files
|
57
103
|
- BRANCH COVERAGE: 81.01% -- 1425/1759 branches in 25 files
|
58
104
|
- 76.88% documented
|
105
|
+
|
59
106
|
### Removed
|
107
|
+
|
60
108
|
- remove patreon link from README template
|
61
109
|
|
62
110
|
## [1.1.17] - 2025-09-11
|
111
|
+
|
63
112
|
- TAG: [v1.1.17][1.1.17t]
|
64
113
|
- COVERAGE: 96.29% -- 3479/3613 lines in 25 files
|
65
114
|
- BRANCH COVERAGE: 81.01% -- 1425/1759 branches in 25 files
|
66
115
|
- 76.88% documented
|
116
|
+
|
67
117
|
### Added
|
118
|
+
|
68
119
|
- improved documentation
|
69
120
|
- better organized readme
|
70
121
|
- badges are more clear & new badge for Ruby Friends Squad on Daily.dev
|
71
122
|
- https://app.daily.dev/squads/rubyfriends
|
123
|
+
|
72
124
|
### Changed
|
125
|
+
|
73
126
|
- update template to version_gem v1.1.9
|
74
127
|
- right-size funding commit message append width
|
128
|
+
|
75
129
|
### Removed
|
130
|
+
|
76
131
|
- remove patreon link from README
|
77
132
|
|
78
133
|
## [1.1.16] - 2025-09-10
|
134
|
+
|
79
135
|
- TAG: [v1.1.16][1.1.16t]
|
80
136
|
- COVERAGE: 96.24% -- 3477/3613 lines in 25 files
|
81
137
|
- BRANCH COVERAGE: 81.01% -- 1425/1759 branches in 25 files
|
82
138
|
- 76.88% documented
|
139
|
+
|
83
140
|
### Fixed
|
141
|
+
|
84
142
|
- handling of alternate format of Unreleased section in CHANGELOG.md
|
85
143
|
|
86
144
|
## [1.1.15] - 2025-09-10
|
145
|
+
|
87
146
|
- TAG: [v1.1.15][1.1.15t]
|
88
147
|
- COVERAGE: 96.29% -- 3479/3613 lines in 25 files
|
89
148
|
- BRANCH COVERAGE: 80.96% -- 1424/1759 branches in 25 files
|
90
149
|
- 76.88% documented
|
150
|
+
|
91
151
|
### Fixed
|
152
|
+
|
92
153
|
- fix appraisals for Ruby v2.7 to use correct x_std_libs
|
93
154
|
|
94
155
|
## [1.1.14] - 2025-09-10
|
156
|
+
|
95
157
|
- TAG: [v1.1.14][1.1.14t]
|
96
158
|
- COVERAGE: 96.24% -- 3477/3613 lines in 25 files
|
97
159
|
- BRANCH COVERAGE: 80.96% -- 1424/1759 branches in 25 files
|
98
160
|
- 76.88% documented
|
161
|
+
|
99
162
|
### Changed
|
163
|
+
|
100
164
|
- use current x_std_libs modular gemfile for all appraisals that are pinned to current ruby
|
101
165
|
- fix appraisals for Ruby v2 to use correct version of erb
|
102
166
|
|
103
167
|
## [1.1.13] - 2025-09-09
|
168
|
+
|
104
169
|
- TAG: [v1.1.13][1.1.13t]
|
105
170
|
- COVERAGE: 96.29% -- 3479/3613 lines in 25 files
|
106
171
|
- BRANCH COVERAGE: 80.96% -- 1424/1759 branches in 25 files
|
107
172
|
- 76.88% documented
|
173
|
+
|
108
174
|
### Fixed
|
175
|
+
|
109
176
|
- include .rubocop_rspec.yml during install / template task's file copy
|
110
177
|
- kettle-dev-setup now honors `--force` option
|
111
178
|
|
112
179
|
## [1.1.12] - 2025-09-09
|
180
|
+
|
113
181
|
- TAG: [v1.1.12][1.1.12t]
|
114
182
|
- COVERAGE: 94.84% -- 3422/3608 lines in 25 files
|
115
183
|
- BRANCH COVERAGE: 78.97% -- 1386/1755 branches in 25 files
|
116
184
|
- 76.88% documented
|
185
|
+
|
117
186
|
### Changed
|
187
|
+
|
118
188
|
- improve Gemfile updates during kettle-dev-setup
|
119
189
|
- git origin-based funding_org derivation during setup
|
120
190
|
|
121
191
|
## [1.1.11] - 2025-09-08
|
192
|
+
|
122
193
|
- TAG: [v1.1.11][1.1.11t]
|
123
194
|
- COVERAGE: 96.56% -- 3396/3517 lines in 24 files
|
124
195
|
- BRANCH COVERAGE: 81.33% -- 1385/1703 branches in 24 files
|
125
196
|
- 77.06% documented
|
197
|
+
|
126
198
|
### Changed
|
199
|
+
|
127
200
|
- move kettle-dev-setup logic into Kettle::Dev::SetupCLI
|
201
|
+
|
128
202
|
### Fixed
|
203
|
+
|
129
204
|
- gem dependency detection in kettle-dev-setup to prevent duplication
|
130
205
|
|
131
206
|
## [1.1.10] - 2025-09-08
|
207
|
+
|
132
208
|
- TAG: [v1.1.10][1.1.10t]
|
133
209
|
- COVERAGE: 97.14% -- 3256/3352 lines in 23 files
|
134
210
|
- BRANCH COVERAGE: 81.91% -- 1345/1642 branches in 23 files
|
135
211
|
- 76.65% documented
|
212
|
+
|
136
213
|
### Added
|
214
|
+
|
137
215
|
- Improve documentation
|
138
216
|
- Fix an internal link in README.md
|
217
|
+
|
139
218
|
### Changed
|
219
|
+
|
140
220
|
- template task no longer overwrites CHANGELOG.md completely
|
141
221
|
- attempts to retain existing release notes content
|
222
|
+
|
142
223
|
### Fixed
|
224
|
+
|
143
225
|
- Fix a typo in the README.md
|
226
|
+
|
144
227
|
### Fixed
|
228
|
+
|
145
229
|
- fix typo in the path to x_std_libs.gemfile
|
146
230
|
|
147
231
|
## [1.1.9] - 2025-09-07
|
232
|
+
|
148
233
|
- TAG: [v1.1.9][1.1.9t]
|
149
234
|
- COVERAGE: 97.11% -- 3255/3352 lines in 23 files
|
150
235
|
- BRANCH COVERAGE: 81.91% -- 1345/1642 branches in 23 files
|
151
236
|
- 76.65% documented
|
237
|
+
|
152
238
|
### Added
|
239
|
+
|
153
240
|
- badge for current runtime heads in example readme
|
241
|
+
|
154
242
|
### Fixed
|
243
|
+
|
155
244
|
- Add gemfiles/modular/x_std_libs.gemfile & injected.gemfile to template
|
156
245
|
- example version of gemfiles/modular/runtime_heads.gemfile
|
157
246
|
- necessary to avoid deps on recording gems in the template
|
158
247
|
|
159
248
|
## [1.1.8] - 2025-09-07
|
249
|
+
|
160
250
|
- TAG: [v1.1.8][1.1.8t]
|
161
251
|
- COVERAGE: 97.16% -- 3246/3341 lines in 23 files
|
162
252
|
- BRANCH COVERAGE: 81.95% -- 1344/1640 branches in 23 files
|
163
253
|
- 76.97% documented
|
254
|
+
|
164
255
|
### Added
|
256
|
+
|
165
257
|
- add .aiignore to the template
|
166
258
|
- add .rubocop_rspec.yml to the template
|
167
259
|
- gemfiles/modular/x_std_libs pattern to template, including:
|
@@ -174,41 +266,58 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
174
266
|
- (performance) filter and prioritize example files in the `.github` directory
|
175
267
|
- added codecov config to the template
|
176
268
|
- Kettle::Dev.default_registered?
|
269
|
+
|
177
270
|
### Fixed
|
271
|
+
|
178
272
|
- run specs as part of the test task
|
179
273
|
|
180
274
|
## [1.1.7] - 2025-09-06
|
275
|
+
|
181
276
|
- TAG: [v1.1.7][1.1.7t]
|
182
277
|
- COVERAGE: 97.12% -- 3237/3333 lines in 23 files
|
183
278
|
- BRANCH COVERAGE: 81.95% -- 1344/1640 branches in 23 files
|
184
279
|
- 76.97% documented
|
280
|
+
|
185
281
|
### Added
|
282
|
+
|
186
283
|
- rake task - `appraisal:install`
|
187
284
|
- initial setup for projects that didn't previously use Appraisal
|
285
|
+
|
188
286
|
### Changed
|
287
|
+
|
189
288
|
- .git-hooks/commit-msg allows commit if gitmoji-regex is unavailable
|
190
289
|
- simplified `*Task` classes' `task_abort` methods to just raise Kettle::Dev::Error
|
191
290
|
- Allows caller to decide how to handle.
|
291
|
+
|
192
292
|
### Removed
|
293
|
+
|
193
294
|
- addressable, rake runtime dependencies
|
194
295
|
- moved to optional, or development dependencies
|
296
|
+
|
195
297
|
### Fixed
|
298
|
+
|
196
299
|
- Fix local CI via act for templated workflows (skip JRuby in nektos/act locally)
|
197
300
|
|
198
301
|
## [1.1.6] - 2025-09-05
|
302
|
+
|
199
303
|
- TAG: [v1.1.6][1.1.6t]
|
200
304
|
- COVERAGE: 97.06% -- 3241/3339 lines in 23 files
|
201
305
|
- BRANCH COVERAGE: 81.83% -- 1347/1646 branches in 23 files
|
202
306
|
- 76.97% documented
|
307
|
+
|
203
308
|
### Fixed
|
309
|
+
|
204
310
|
- bin/rake test works for minitest
|
205
311
|
|
206
312
|
## [1.1.5] - 2025-09-04
|
313
|
+
|
207
314
|
- TAG: [v1.1.5][1.1.5t]
|
208
315
|
- COVERAGE: 33.87% -- 1125/3322 lines in 22 files
|
209
316
|
- BRANCH COVERAGE: 22.04% -- 361/1638 branches in 22 files
|
210
317
|
- 76.83% documented
|
318
|
+
|
211
319
|
### Added
|
320
|
+
|
212
321
|
- kettle-pre-release: run re-release checks on a library
|
213
322
|
- validate URLs of image assets in Markdown files
|
214
323
|
- honor ENV["FUNDING_FORGE"] set to "false" as intentional disabling of funding-related logic.
|
@@ -217,13 +326,19 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
217
326
|
- add gitlab pipeline result to ci:act
|
218
327
|
- highlight SHA discrepancies in ci:act task header info
|
219
328
|
- how to set up forge tokens for ci:act, and other tools, instructions for README.md
|
329
|
+
|
220
330
|
### Changed
|
331
|
+
|
221
332
|
- expanded use of adapter patterns (Exit, Git, and Input)
|
222
333
|
- refactored and improved structure of code, more resilient
|
223
334
|
- kettle-release: do not abort immediately on CI failure; continue checking all workflows, summarize results, and prompt to (c)ontinue or (q)uit (reuses ci:act-style summary)
|
335
|
+
|
224
336
|
### Removed
|
337
|
+
|
225
338
|
- defensive NameError handling in ChangelogCLI.abort method
|
339
|
+
|
226
340
|
### Fixed
|
341
|
+
|
227
342
|
- replace token `{OPENCOLLECTIVE|ORG_NAME}` with funding org name
|
228
343
|
- prefer .example version of .git-hooks
|
229
344
|
- kettle-commit-msg now runs via rubygems (not bundler) so it will work via a system gem
|
@@ -232,32 +347,43 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
232
347
|
- RBS types documentation for GemSpecReader
|
233
348
|
|
234
349
|
## [1.1.4] - 2025-09-02
|
350
|
+
|
235
351
|
- TAG: [v1.1.4][1.1.4t]
|
236
352
|
- COVERAGE: 67.64% -- 554/819 lines in 9 files
|
237
353
|
- BRANCH COVERAGE: 53.25% -- 221/415 branches in 9 files
|
238
354
|
- 76.22% documented
|
355
|
+
|
239
356
|
### Fixed
|
357
|
+
|
240
358
|
- documentation of rake tasks from this gem no longer includes standard gem tasks
|
241
359
|
- kettle-dev-setup: package bin/setup so setup can copy it
|
242
360
|
- kettle_dev_install task: set executable flag for .git-hooks script when installing
|
243
361
|
|
244
362
|
## [1.1.3] - 2025-09-02
|
363
|
+
|
245
364
|
- TAG: [v1.1.3][1.1.3t]
|
246
365
|
- COVERAGE: 97.14% -- 2857/2941 lines in 22 files
|
247
366
|
- BRANCH COVERAGE: 82.29% -- 1194/1451 branches in 22 files
|
248
367
|
- 76.22% documented
|
368
|
+
|
249
369
|
### Changed
|
370
|
+
|
250
371
|
- URL for migrating repo to CodeBerg:
|
251
372
|
- https://codeberg.org/repo/migrate
|
373
|
+
|
252
374
|
### Fixed
|
375
|
+
|
253
376
|
- Stop double defining DEBUGGING constant
|
254
377
|
|
255
378
|
## [1.1.2] - 2025-09-02
|
379
|
+
|
256
380
|
- TAG: [v1.1.2][1.1.2t]
|
257
381
|
- COVERAGE: 97.14% -- 2858/2942 lines in 22 files
|
258
382
|
- BRANCH COVERAGE: 82.29% -- 1194/1451 branches in 22 files
|
259
383
|
- 76.76% documented
|
384
|
+
|
260
385
|
### Added
|
386
|
+
|
261
387
|
- .gitlab-ci.yml documentation (in example)
|
262
388
|
- kettle-dvcs script for setting up DVCS, and checking status of remotes
|
263
389
|
- https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
|
@@ -266,82 +392,116 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
266
392
|
- Document kettle-dvcs CLI in README (usage, options, examples)
|
267
393
|
- RBS types for Kettle::Dev::DvcsCLI and inline YARD docs on CLI
|
268
394
|
- Specs for DvcsCLI covering remote normalization, fetch outcomes, and README updates
|
395
|
+
|
269
396
|
### Changed
|
397
|
+
|
270
398
|
- major spec refactoring
|
399
|
+
|
271
400
|
### Fixed
|
401
|
+
|
272
402
|
- (linting) rspec-pending_for 0.0.17+ (example gemspec)
|
273
403
|
|
274
404
|
## [1.1.1] - 2025-09-02
|
405
|
+
|
275
406
|
- TAG: [v1.1.1][1.1.1t]
|
276
407
|
- COVERAGE: 97.04% -- 2655/2736 lines in 21 files
|
277
408
|
- BRANCH COVERAGE: 82.21% -- 1109/1349 branches in 21 files
|
278
409
|
- 76.81% documented
|
410
|
+
|
279
411
|
### Added
|
412
|
+
|
280
413
|
- .simplecov.example - keeps it generic
|
281
414
|
- improved documentation on automatic release script
|
282
415
|
- .gitlab-ci.yml documentation
|
416
|
+
|
283
417
|
### Fixed
|
418
|
+
|
284
419
|
- reduce extra leading whitespace in info table column 2
|
285
420
|
|
286
421
|
## [1.1.0] - 2025-09-02
|
422
|
+
|
287
423
|
- TAG: [v1.1.0][1.1.0t]
|
288
424
|
- COVERAGE: 97.03% -- 2649/2730 lines in 21 files
|
289
425
|
- BRANCH COVERAGE: 82.16% -- 1105/1345 branches in 21 files
|
290
426
|
- 76.81% documented
|
427
|
+
|
291
428
|
### Added
|
429
|
+
|
292
430
|
- exe/kettle-dev-setup - bootstrap templating in any RubyGem
|
431
|
+
|
293
432
|
### Removed
|
433
|
+
|
294
434
|
- all runtime deps
|
295
435
|
- dependencies haven't really changed; will be injected into the gemspec of the including gem
|
296
436
|
- **almost** a breaking change; but this gem re-templates other gems
|
297
437
|
- so non-breaking via re-templating.
|
298
438
|
|
299
439
|
## [1.0.27] - 2025-09-01
|
440
|
+
|
300
441
|
- TAG: [v1.0.27][1.0.27t]
|
301
442
|
- COVERAGE: 97.77% -- 2629/2689 lines in 22 files
|
302
443
|
- BRANCH COVERAGE: 82.40% -- 1100/1335 branches in 22 files
|
303
444
|
- 76.47% documented
|
445
|
+
|
304
446
|
### Changed
|
447
|
+
|
305
448
|
- Use semver version dependency (~> 1.0) on kettle-dev when templating
|
449
|
+
|
306
450
|
### Removed
|
451
|
+
|
307
452
|
- dependency on version_gem (backwards compatible change)
|
308
453
|
|
309
454
|
## [1.0.26] - 2025-09-01
|
455
|
+
|
310
456
|
- TAG: [v1.0.26][1.0.26t]
|
311
457
|
- COVERAGE: 97.81% -- 2630/2689 lines in 22 files
|
312
458
|
- BRANCH COVERAGE: 82.40% -- 1100/1335 branches in 22 files
|
313
459
|
- 75.00% documented
|
460
|
+
|
314
461
|
### Fixed
|
462
|
+
|
315
463
|
- .env.local.example is now included in the packaged gem
|
316
464
|
- making the copy by install / template tasks possible
|
317
465
|
|
318
466
|
## [1.0.25] - 2025-08-31
|
467
|
+
|
319
468
|
- TAG: [v1.0.25][1.0.25t]
|
320
469
|
- COVERAGE: 97.81% -- 2630/2689 lines in 22 files
|
321
470
|
- BRANCH COVERAGE: 82.40% -- 1100/1335 branches in 22 files
|
322
471
|
- 75.00% documented
|
472
|
+
|
323
473
|
### Added
|
474
|
+
|
324
475
|
- test that .env.local.example is copied by install / template tasks
|
476
|
+
|
325
477
|
### Changed
|
478
|
+
|
326
479
|
- update Appraisals.example template's instructions for updating appraisals
|
327
480
|
|
328
481
|
## [1.0.24] - 2025-08-31
|
482
|
+
|
329
483
|
- TAG: [v1.0.24][1.0.24t]
|
330
484
|
- COVERAGE: 97.51% -- 2625/2692 lines in 22 files
|
331
485
|
- BRANCH COVERAGE: 81.97% -- 1096/1337 branches in 22 files
|
332
486
|
- 75.00% documented
|
487
|
+
|
333
488
|
### Added
|
489
|
+
|
334
490
|
- improved documentation
|
335
491
|
- more badges in README (gem & template)
|
336
492
|
- integration test for kettle-changelog using CHANGELOG.md.
|
337
493
|
- integration test for kettle-changelog using KEEP_A_CHANGELOG.md.
|
494
|
+
|
338
495
|
### Changed
|
496
|
+
|
339
497
|
- add output to error handling related to release creation on GitHub
|
340
498
|
- refactored Kettle::Dev::Tasks::CITask.abort => task_abort
|
341
499
|
- Avoids method name clash with ExitAdapter
|
342
500
|
- follows the pattern of other Kettle::Dev::Tasks modules
|
343
501
|
- move --help handling for kettle-changelog to kettle-changelog itself
|
502
|
+
|
344
503
|
### Fixed
|
504
|
+
|
345
505
|
- typos in README for gem & template
|
346
506
|
- kettle-changelog: more robust in retention of version chunks, and markdown link refs, that are not relevant to the chunk being added
|
347
507
|
- rearrange footer links in changelog by order, newest first, oldest last
|
@@ -349,34 +509,45 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
349
509
|
- replace Underscores with Dashes in Gem Names for [๐yard-head] link
|
350
510
|
|
351
511
|
## [1.0.23] - 2025-08-30
|
512
|
+
|
352
513
|
- TAG: [v1.0.23][1.0.23t]
|
353
514
|
- COVERAGE: 97.75% -- 2428/2484 lines in 21 files
|
354
515
|
- BRANCH COVERAGE: 81.76% -- 1013/1239 branches in 21 files
|
355
516
|
- 76.00% documented
|
517
|
+
|
356
518
|
### Added
|
519
|
+
|
357
520
|
- Carryover important fields from the original gemspec during templating
|
358
521
|
- refactor gemspec parsing
|
359
522
|
- normalize template gemspec data
|
523
|
+
|
360
524
|
### Fixed
|
525
|
+
|
361
526
|
- include FUNDING.md in the released gem package
|
362
527
|
- typo of required_ruby_version
|
363
528
|
|
364
529
|
## [1.0.22] - 2025-08-30
|
530
|
+
|
365
531
|
- TAG: [v1.0.22][1.0.22t]
|
366
532
|
- COVERAGE: 97.82% -- 2375/2428 lines in 20 files
|
367
533
|
- BRANCH COVERAGE: 81.34% -- 972/1195 branches in 20 files
|
368
534
|
- 76.23% documented
|
535
|
+
|
369
536
|
### Added
|
537
|
+
|
370
538
|
- improved documentation
|
371
539
|
- example version of heads workflow
|
372
540
|
- give heads two attempts to succeed
|
373
541
|
|
374
542
|
## [1.0.21] - 2025-08-30
|
543
|
+
|
375
544
|
- TAG: [v1.0.21][1.0.21t]
|
376
545
|
- COVERAGE: 97.82% -- 2375/2428 lines in 20 files
|
377
546
|
- BRANCH COVERAGE: 81.34% -- 972/1195 branches in 20 files
|
378
547
|
- 76.23% documented
|
548
|
+
|
379
549
|
### Added
|
550
|
+
|
380
551
|
- FUNDING.md in support of a funding footer on release notes
|
381
552
|
- <!-- RELEASE-NOTES-FOOTER-START -->
|
382
553
|
- <!-- RELEASE-NOTES-FOOTER-END -->
|
@@ -388,75 +559,99 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
388
559
|
- default to rubocop-ruby1_8 if no minimum ruby specified
|
389
560
|
- template supports local development of RuboCop-LTS suite of gems
|
390
561
|
- improved documentation
|
562
|
+
|
391
563
|
### Changed
|
564
|
+
|
392
565
|
- dependabot: ignore rubocop-lts for updates
|
393
566
|
- template configures RSpec to run tests in random order
|
394
567
|
|
395
568
|
## [1.0.20] - 2025-08-29
|
569
|
+
|
396
570
|
- TAG: [v1.0.20][1.0.20t]
|
397
571
|
- COVERAGE: 14.01% -- 96/685 lines in 8 files
|
398
572
|
- BRANCH COVERAGE: 0.30% -- 1/338 branches in 8 files
|
399
573
|
- 76.23% documented
|
574
|
+
|
400
575
|
### Changed
|
576
|
+
|
401
577
|
- Use example version of ancient.yml workflow since local version has been customized
|
402
578
|
- Use example version of jruby.yml workflow since local version has been customized
|
403
579
|
|
404
580
|
## [1.0.19] - 2025-08-29
|
581
|
+
|
405
582
|
- TAG: [v1.0.19][1.0.19t]
|
406
583
|
- COVERAGE: 97.84% -- 2350/2402 lines in 20 files
|
407
584
|
- BRANCH COVERAGE: 81.46% -- 962/1181 branches in 20 files
|
408
585
|
- 76.23% documented
|
586
|
+
|
409
587
|
### Fixed
|
410
|
-
- replacement logic handles a dashed gem-name which maps onto a nested path structure
|
411
588
|
|
412
|
-
|
413
|
-
### Added
|
414
|
-
- kettle:dev:install and kettle:dev:template support `only=` option: comma-separated glob patterns matched against destination paths relative to project root; non-matching files are excluded from templating.
|
589
|
+
- replacement logic handles a dashed gem-name which maps onto a nested path structure
|
415
590
|
|
416
591
|
## [1.0.18] - 2025-08-29
|
592
|
+
|
417
593
|
- TAG: [v1.0.18][1.0.18t]
|
418
594
|
- COVERAGE: 71.70% -- 456/636 lines in 9 files
|
419
595
|
- BRANCH COVERAGE: 51.17% -- 153/299 branches in 9 files
|
420
596
|
- 76.23% documented
|
597
|
+
|
421
598
|
### Added
|
599
|
+
|
422
600
|
- kettle:dev:install can overwrite gemspec with example gemspec
|
423
601
|
- documentation for the start_step CLI option for kettle-release
|
424
|
-
- kettle:dev:install
|
602
|
+
- kettle:dev:install and kettle:dev:template support `only=` option with glob filtering:
|
603
|
+
- comma-separated glob patterns matched against destination paths relative to project root
|
604
|
+
- non-matching files are excluded from templating.
|
605
|
+
|
425
606
|
### Fixed
|
607
|
+
|
426
608
|
- kettle:dev:install remove "Works with MRI Ruby*" lines with no badges left
|
427
609
|
- kettle:dev:install prefix badge cell replacement with a single space
|
428
610
|
|
429
611
|
## [1.0.17] - 2025-08-29
|
612
|
+
|
430
613
|
- TAG: [v1.0.17][1.0.17t]
|
431
614
|
- COVERAGE: 98.14% -- 2271/2314 lines in 20 files
|
432
615
|
- BRANCH COVERAGE: 81.42% -- 916/1125 branches in 20 files
|
433
616
|
- 76.23% documented
|
617
|
+
|
434
618
|
### Fixed
|
619
|
+
|
435
620
|
- kettle-changelog added to exe files so packaged with released gem
|
436
621
|
|
437
622
|
## [1.0.16] - 2025-08-29
|
623
|
+
|
438
624
|
- TAG: [v1.0.16][1.0.16t]
|
439
625
|
- COVERAGE: 98.14% -- 2271/2314 lines in 20 files
|
440
626
|
- BRANCH COVERAGE: 81.42% -- 916/1125 branches in 20 files
|
441
627
|
- 76.23% documented
|
628
|
+
|
442
629
|
### Fixed
|
630
|
+
|
443
631
|
- default rake task must be defined before it can be enhanced
|
444
632
|
|
445
633
|
## [1.0.15] - 2025-08-29
|
634
|
+
|
446
635
|
- TAG: [v1.0.15][1.0.15t]
|
447
636
|
- COVERAGE: 98.17% -- 2259/2301 lines in 20 files
|
448
637
|
- BRANCH COVERAGE: 81.00% -- 908/1121 branches in 20 files
|
449
638
|
- 76.03% documented
|
639
|
+
|
450
640
|
### Added
|
641
|
+
|
451
642
|
- kettle-release: early validation of identical set of copyright years in README.md and CHANGELOG.md, adds current year if missing, aborts on mismatch
|
452
643
|
- kettle-release: update KLOC in README.md
|
453
644
|
- kettle-release: update Rakefile.example with version and date
|
645
|
+
|
454
646
|
### Changed
|
647
|
+
|
455
648
|
- kettle-release: print package name and version released as final line
|
456
649
|
- use git adapter to wrap more git commands to make tests easier to build
|
457
650
|
- stop testing Ruby 2.4 on CI due to a strange issue with VCR.
|
458
651
|
- still testing Ruby 2.3
|
652
|
+
|
459
653
|
### Fixed
|
654
|
+
|
460
655
|
- include gemfiles/modular/*gemfile.example with packaged gem
|
461
656
|
- CI workflow result polling logic revised:
|
462
657
|
- includes a delay
|
@@ -464,33 +659,46 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
464
659
|
- prevents false failures from previous runs
|
465
660
|
|
466
661
|
## [1.0.14] - 2025-08-28
|
662
|
+
|
467
663
|
- TAG: [v1.0.14][1.0.14t]
|
468
664
|
- COVERAGE: 97.70% -- 2125/2175 lines in 20 files
|
469
665
|
- BRANCH COVERAGE: 78.77% -- 842/1069 branches in 20 files
|
470
666
|
- 76.03% documented
|
667
|
+
|
471
668
|
### Added
|
669
|
+
|
472
670
|
- kettle-release: Push tags to additional remotes after release
|
671
|
+
|
473
672
|
### Changed
|
673
|
+
|
474
674
|
- Improve .gitlab-ci.yml pipeline
|
675
|
+
|
475
676
|
### Fixed
|
677
|
+
|
476
678
|
- Removed README badges for unsupported old Ruby versions
|
477
679
|
- Minor inconsistencies in template files
|
478
680
|
- git added as a dependency to optional.gemfile instead of the example template
|
479
681
|
|
480
682
|
## [1.0.13] - 2025-08-28
|
683
|
+
|
481
684
|
- TAG: [v1.0.13][1.0.13t]
|
482
685
|
- COVERAGE: 41.94% -- 65/155 lines in 6 files
|
483
686
|
- BRANCH COVERAGE: 1.92% -- 1/52 branches in 6 files
|
484
687
|
- 76.03% documented
|
688
|
+
|
485
689
|
### Added
|
690
|
+
|
486
691
|
- kettle-release: Create GitHub release from tag & changelog entry
|
487
692
|
|
488
693
|
## [1.0.12] - 2025-08-28
|
694
|
+
|
489
695
|
- TAG: [v1.0.12][1.0.12t]
|
490
696
|
- COVERAGE: 97.80% -- 1957/2001 lines in 19 files
|
491
697
|
- BRANCH COVERAGE: 79.98% -- 763/954 branches in 19 files
|
492
698
|
- 78.70% documented
|
699
|
+
|
493
700
|
### Added
|
701
|
+
|
494
702
|
- CIMonitor to consolidate workflow / pipeline monitoring logic for GH/GL across kettle-release and rake tasks, with handling for:
|
495
703
|
- minutes exhausted
|
496
704
|
- blocked
|
@@ -502,7 +710,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
502
710
|
- success
|
503
711
|
- Ability to restart kettle-release from any failed step, so manual fixed can be applied.
|
504
712
|
- Example (after intermittent failure of CI): `bundle exec kettle-release start_step=10`
|
713
|
+
|
505
714
|
### Fixed
|
715
|
+
|
506
716
|
- added optional.gemfile.example, and handling for it in templating
|
507
717
|
- kettle-changelog: ensure a blank line at end of file
|
508
718
|
- add sleep(0.2) to ci:act to prevent race condition with stdout flushing
|
@@ -510,11 +720,14 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
510
720
|
- ensure it doesn't abort the process in CI
|
511
721
|
|
512
722
|
## [1.0.11] - 2025-08-28
|
723
|
+
|
513
724
|
- TAG: [v1.0.11][1.0.11t]
|
514
725
|
- COVERAGE: 97.90% -- 1959/2001 lines in 19 files
|
515
726
|
- BRANCH COVERAGE: 79.98% -- 763/954 branches in 19 files
|
516
727
|
- 78.70% documented
|
728
|
+
|
517
729
|
### Added
|
730
|
+
|
518
731
|
- Add more .example templates
|
519
732
|
- .github/workflows/coverage.yml.example
|
520
733
|
- .gitlab-ci.yml.example
|
@@ -524,15 +737,21 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
524
737
|
- extracts emoji grapheme from H1 to apply to gemspec's summary and description
|
525
738
|
- removes badges for unsupported rubies, and major version MRI row if all badges removed
|
526
739
|
- new exe script: kettle-changelog - transitions a changelog from unreleased to next release
|
740
|
+
|
527
741
|
### Changed
|
742
|
+
|
528
743
|
- Make 'git' gem dependency optional; fall back to raw `git` commands when the gem is not present (rescues LoadError). See Kettle::Dev::GitAdapter.
|
529
744
|
- upgraded to stone_checksums v1.0.2
|
530
745
|
- exe scripts now print their name and version as they start up
|
746
|
+
|
531
747
|
### Removed
|
748
|
+
|
532
749
|
- dependency on git gem
|
533
750
|
- git gem is still supported if present and not bypassed by new ENV variable `KETTLE_DEV_DISABLE_GIT_GEM`
|
534
751
|
- no longer a direct dependency
|
752
|
+
|
535
753
|
### Fixed
|
754
|
+
|
536
755
|
- Upgrade stone_checksums for release compatibility with bundler v2.7+
|
537
756
|
- Retains compatibility with older bundler < v2.7
|
538
757
|
- Ship all example templates with gem
|
@@ -541,30 +760,42 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
541
760
|
- preserve table alignment
|
542
761
|
|
543
762
|
## [1.0.10] - 2025-08-24
|
763
|
+
|
544
764
|
- TAG: [v1.0.10][1.0.10t]
|
545
765
|
- COVERAGE: 97.68% -- 1685/1725 lines in 17 files
|
546
766
|
- BRANCH COVERAGE: 77.54% -- 618/797 branches in 17 files- 95.35% documented
|
547
767
|
- 77.00% documented
|
768
|
+
|
548
769
|
### Added
|
770
|
+
|
549
771
|
- runs git add --all before git commit, to ensure all files are committed.
|
772
|
+
|
550
773
|
### Changed
|
774
|
+
|
551
775
|
- This gem is now loaded via Ruby's standard `autoload` feature.
|
552
776
|
- Bundler is always expected, and most things probably won't work without it.
|
553
777
|
- exe/ scripts and rake tasks logic is all now moved into classes for testability, and is nearly fully covered by tests.
|
554
778
|
- New Kettle::Dev::GitAdapter class is an adapter pattern wrapper for git commands
|
555
779
|
- New Kettle::Dev::ExitAdapter class is an adapter pattern wrapper for Kernel.exit and Kernel.abort within this codebase.
|
780
|
+
|
556
781
|
### Removed
|
782
|
+
|
557
783
|
- attempts to make exe/* scripts work without bundler. Bundler is required.
|
784
|
+
|
558
785
|
### Fixed
|
786
|
+
|
559
787
|
- `Kettle::Dev::ReleaseCLI#detect_version` handles gems with multiple VERSION constants
|
560
788
|
- `kettle:dev:template` task was fixed to copy `.example` files with the destination filename lacking the `.example` extension, except for `.env.local.example`
|
561
789
|
|
562
790
|
## [1.0.9] - 2025-08-24
|
791
|
+
|
563
792
|
- TAG: [v1.0.9][1.0.9t]
|
564
793
|
- COVERAGE: 100.00% -- 130/130 lines in 7 files
|
565
794
|
- BRANCH COVERAGE: 96.00% -- 48/50 branches in 7 files
|
566
795
|
- 95.35% documented
|
796
|
+
|
567
797
|
### Added
|
798
|
+
|
568
799
|
- kettle-release: Add a sanity check for the latest released version of the gem being released, and display it during the confirmation with user that CHANGELOG.md and version.rb have been updated, so they can compare the value in version.rb with the value of the latest released version.
|
569
800
|
- If the value in version.rb is less than the latest released version's major or minor, then check for the latest released version that matches the major + minor of what is in version.rb.
|
570
801
|
- This way a stable branch intended to release patch updates to older versions is able to work use the script.
|
@@ -572,77 +803,105 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
572
803
|
- template task: now copies `certs/pboling.pem` into the host project when available.
|
573
804
|
|
574
805
|
## [1.0.8] - 2025-08-24
|
806
|
+
|
575
807
|
- TAG: [v1.0.8][1.0.8t]
|
576
808
|
- COVERAGE: 100.00% -- 130/130 lines in 7 files
|
577
809
|
- BRANCH COVERAGE: 96.00% -- 48/50 branches in 7 files
|
578
810
|
- 95.35% documented
|
811
|
+
|
579
812
|
### Fixed
|
813
|
+
|
580
814
|
- Can't add checksums to the gem package, because it changes the checksum (duh!)
|
581
815
|
|
582
816
|
## [1.0.7] - 2025-08-24
|
817
|
+
|
583
818
|
- TAG: [v1.0.7][1.0.7t]
|
584
819
|
- COVERAGE: 100.00% -- 130/130 lines in 7 files
|
585
820
|
- BRANCH COVERAGE: 96.00% -- 48/50 branches in 7 files
|
586
821
|
- 95.35% documented
|
822
|
+
|
587
823
|
### Fixed
|
824
|
+
|
588
825
|
- Reproducible builds, with consistent checksums, by *not* using SOURCE_DATE_EPOCH.
|
589
826
|
- Since bundler v2.7.0 builds are reproducible by default.
|
590
827
|
|
591
828
|
## [1.0.6] - 2025-08-24
|
829
|
+
|
592
830
|
- TAG: [v1.0.6][1.0.6t]
|
593
831
|
- COVERAGE: 100.00% -- 130/130 lines in 7 files
|
594
832
|
- BRANCH COVERAGE: 96.00% -- 48/50 branches in 7 files
|
595
833
|
- 95.35% documented
|
834
|
+
|
596
835
|
### Fixed
|
836
|
+
|
597
837
|
- kettle-release: ensure SOURCE_DATE_EPOCH is applied within the same shell for both build and release by prefixing the commands with the env var (e.g., `SOURCE_DATE_EPOCH=$epoch bundle exec rake build` and `... rake release`); prevents losing the variable across shell boundaries and improves reproducible checksums.
|
598
838
|
|
599
839
|
## [1.0.5] - 2025-08-24
|
840
|
+
|
600
841
|
- TAG: [v1.0.5][1.0.5t]
|
601
842
|
- COVERAGE: 100.00% -- 130/130 lines in 7 files
|
602
843
|
- BRANCH COVERAGE: 96.00% -- 48/50 branches in 7 files
|
603
844
|
- 95.35% documented
|
845
|
+
|
604
846
|
### Fixed
|
847
|
+
|
605
848
|
- kettle-release: will run regardless of how it is invoked (i.e. works as binstub)
|
606
849
|
|
607
850
|
## [1.0.4] - 2025-08-24
|
851
|
+
|
608
852
|
- TAG: [v1.0.4][1.0.4t]
|
609
853
|
- COVERAGE: 100.00% -- 130/130 lines in 7 files
|
610
854
|
- BRANCH COVERAGE: 96.00% -- 48/50 branches in 7 files
|
611
855
|
- 95.35% documented
|
856
|
+
|
612
857
|
### Added
|
858
|
+
|
613
859
|
- kettle-release: checks all remotes for a GitHub remote and syncs origin/trunk with it; prompts to rebase or --no-ff merge when histories diverge; pushes to both origin and the GitHub remote on merge; uses the GitHub remote for GitHub Actions CI checks, and also checks GitLab CI when a GitLab remote and .gitlab-ci.yml are present.
|
614
860
|
- kettle-release: push logic improved โ if a remote named `all` exists, push the current branch to it (assumed to cover multiple push URLs). Otherwise push the current branch to `origin` and to any GitHub, GitLab, and Codeberg remotes (whatever their names are).
|
861
|
+
|
615
862
|
### Fixed
|
863
|
+
|
616
864
|
- kettle-release now validates SHA256 checksums of the built gem against the recorded checksums and aborts on mismatch; helps ensure reproducible artifacts (honoring SOURCE_DATE_EPOCH).
|
617
865
|
- kettle-release now enforces CI checks and aborts if CI cannot be verified; supports GitHub Actions and GitLab pipelines, including releases from trunk/main.
|
618
866
|
- kettle-release no longer requires bundler/setup, preventing silent exits when invoked from a dependent project; adds robust output flushing.
|
619
867
|
|
620
868
|
## [1.0.3] - 2025-08-24
|
869
|
+
|
621
870
|
- TAG: [v1.0.3][1.0.3t]
|
622
871
|
- COVERAGE: 100.00% -- 98/98 lines in 7 files
|
623
872
|
- BRANCH COVERAGE: 100.00% -- 30/30 branches in 7 files
|
624
873
|
- 94.59% documented
|
874
|
+
|
625
875
|
### Added
|
876
|
+
|
626
877
|
- template task now copies .git-hooks files necessary for git hooks to work
|
878
|
+
|
627
879
|
### Fixed
|
880
|
+
|
628
881
|
- kettle-release now uses the host project's root, instead of this gem's installed root.
|
629
882
|
- Added .git-hooks files necessary for git hooks to work
|
630
883
|
|
631
884
|
## [1.0.2] - 2025-08-24
|
885
|
+
|
632
886
|
- TAG: [v1.0.2][1.0.2t]
|
633
887
|
- COVERAGE: 100.00% -- 98/98 lines in 7 files
|
634
888
|
- BRANCH COVERAGE: 100.00% -- 30/30 branches in 7 files
|
635
889
|
- 94.59% documented
|
890
|
+
|
636
891
|
### Fixed
|
892
|
+
|
637
893
|
- Added files necessary for kettle:dev:template task to work
|
638
894
|
- .github/workflows/opencollective.yml working!
|
639
895
|
|
640
896
|
## [1.0.1] - 2025-08-24
|
897
|
+
|
641
898
|
- TAG: [v1.0.1][1.0.1t]
|
642
899
|
- COVERAGE: 100.00% -- 98/98 lines in 7 files
|
643
900
|
- BRANCH COVERAGE: 100.00% -- 30/30 branches in 7 files
|
644
901
|
- 94.59% documented
|
902
|
+
|
645
903
|
### Added
|
904
|
+
|
646
905
|
- These were documented but not yet released:
|
647
906
|
- `kettle-release` ruby script for safely, securely, releasing a gem.
|
648
907
|
- This may move to its own gem in the future.
|
@@ -650,11 +909,14 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
650
909
|
- This may move to its own gem in the future.
|
651
910
|
|
652
911
|
## [1.0.0] - 2025-08-24
|
912
|
+
|
653
913
|
- TAG: [v1.0.0][1.0.0t]
|
654
914
|
- COVERAGE: 100.00% -- 98/98 lines in 7 files
|
655
915
|
- BRANCH COVERAGE: 100.00% -- 30/30 branches in 7 files
|
656
916
|
- 94.59% documented
|
917
|
+
|
657
918
|
### Added
|
919
|
+
|
658
920
|
- initial release, with auto-config support for:
|
659
921
|
- bundler-audit
|
660
922
|
- rake
|
@@ -675,7 +937,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
675
937
|
- Selecting will run the selected workflow via `act`
|
676
938
|
- This may move to its own gem in the future.
|
677
939
|
|
678
|
-
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.
|
940
|
+
[Unreleased]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.22...HEAD
|
941
|
+
[1.1.22]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.21...v1.1.22
|
942
|
+
[1.1.22t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.22
|
943
|
+
[1.1.21]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.20...v1.1.21
|
944
|
+
[1.1.21t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.21
|
679
945
|
[1.1.20]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.19...v1.1.20
|
680
946
|
[1.1.20t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.20
|
681
947
|
[1.1.19]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.18...v1.1.19
|
data/README.md
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
# ๐ฒ Kettle::Dev
|
11
11
|
|
12
|
-
[![Version][๐ฝversioni]][๐ฝversion] [![GitHub tag (latest SemVer)][โณ๏ธtag-img]][โณ๏ธtag] [![License: MIT][๐license-img]][๐license-ref] [![Downloads Rank][๐ฝdl-ranki]][๐ฝdl-rank] [![Open Source Helpers][๐ฝoss-helpi]][๐ฝoss-help] [![CodeCov Test Coverage][
|
12
|
+
[![Version][๐ฝversioni]][๐ฝversion] [![GitHub tag (latest SemVer)][โณ๏ธtag-img]][โณ๏ธtag] [![License: MIT][๐license-img]][๐license-ref] [![Downloads Rank][๐ฝdl-ranki]][๐ฝdl-rank] [![Open Source Helpers][๐ฝoss-helpi]][๐ฝoss-help] [![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 Supported][๐6-s-wfi]][๐6-s-wf] [![CI Legacy][๐4-lg-wfi]][๐4-lg-wf] [![CI Unsupported][๐7-us-wfi]][๐7-us-wf] [![CI Ancient][๐1-an-wfi]][๐1-an-wf] [![CI Test Coverage][๐2-cov-wfi]][๐2-cov-wf] [![CI Style][๐5-st-wfi]][๐5-st-wf] [![CodeQL][๐codeQL-img]][๐codeQL] [![Apache SkyWalking Eyes License Compatibility Check][๐15-๐ชช-wfi]][๐15-๐ชช-wf]
|
13
13
|
|
14
14
|
`if ci_badges.map(&:color).detect { it != "green"}` โ๏ธ [let me know][๐ผ๏ธgaltzo-discord], as I may have missed the [discord notification][๐ผ๏ธgaltzo-discord].
|
15
15
|
|
@@ -61,7 +61,7 @@ bin/kettle-release
|
|
61
61
|
| Works with MRI Ruby 2 | [![Ruby 2.3 Compat][๐ruby-2.3i]][๐1-an-wf] [![Ruby 2.4 Compat][๐ruby-2.4i]][๐1-an-wf] [![Ruby 2.5 Compat][๐ruby-2.5i]][๐1-an-wf] [![Ruby 2.6 Compat][๐ruby-2.6i]][๐7-us-wf] [![Ruby 2.7 Compat][๐ruby-2.7i]][๐7-us-wf] |
|
62
62
|
| Support & Community | [![Join Me on Daily.dev's RubyFriends][โ๏ธruby-friends-img]][โ๏ธruby-friends] [![Live Chat on Discord][โ๏ธdiscord-invite-img-ftb]][โ๏ธdiscord-invite] [![Get help from me on Upwork][๐จ๐ผโ๐ซexpsup-upwork-img]][๐จ๐ผโ๐ซexpsup-upwork] [![Get help from me on Codementor][๐จ๐ผโ๐ซexpsup-codementor-img]][๐จ๐ผโ๐ซexpsup-codementor] |
|
63
63
|
| Source | [![Source on GitLab.com][๐src-gl-img]][๐src-gl] [![Source on CodeBerg.org][๐src-cb-img]][๐src-cb] [![Source on Github.com][๐src-gh-img]][๐src-gh] [![The best SHA: dQw4w9WgXcQ!][๐งฎkloc-img]][๐งฎkloc] |
|
64
|
-
| Documentation | [![Current release on RubyDoc.info][๐docs-cr-rd-img]][๐yard-current] [![YARD on Galtzo.com][๐docs-head-rd-img]][๐yard-head] [![Maintainer Blog][๐maint-blog-img]][๐maint-blog] [![Wiki][๐wiki-img]][๐wiki] |
|
64
|
+
| Documentation | [![Current release on RubyDoc.info][๐docs-cr-rd-img]][๐yard-current] [![YARD on Galtzo.com][๐docs-head-rd-img]][๐yard-head] [![Maintainer Blog][๐maint-blog-img]][๐maint-blog] [![GitLab Wiki][๐gl-wiki-img]][๐gl-wiki] [![GitHub Wiki][๐gh-wiki-img]][๐gh-wiki] |
|
65
65
|
| Compliance | [![License: MIT][๐license-img]][๐license-ref] [![Compatible with Apache Software Projects: Verified by SkyWalking Eyes][๐license-compat-img]][๐license-compat] [![๐ilo-declaration-img]][๐ilo-declaration] [![Security Policy][๐security-img]][๐security] [![Contributor Covenant 2.1][๐ชconduct-img]][๐ชconduct] [![SemVer 2.0.0][๐semver-img]][๐semver] |
|
66
66
|
| Style | [![Enforced Code Style Linter][๐rlts-img]][๐rlts] [![Keep-A-Changelog 1.0.0][๐keep-changelog-img]][๐keep-changelog] [![Gitmoji Commits][๐gitmoji-img]][๐gitmoji] [![Compatibility appraised by: appraisal2][๐appraisal2-img]][๐appraisal2] |
|
67
67
|
| Maintainer ๐๏ธ | [![Follow Me on LinkedIn][๐๐linkedin-img]][๐๐linkedin] [![Follow Me on Ruby.Social][๐๐ruby-mast-img]][๐๐ruby-mast] [![Follow Me on Bluesky][๐๐ฆbluesky-img]][๐๐ฆbluesky] [![Contact Maintainer][๐maint-contact-img]][๐maint-contact] [![My technical writing][๐๐๐ผโโ๏ธdevto-img]][๐๐๐ผโโ๏ธdevto] |
|
@@ -78,13 +78,13 @@ Compatible with MRI Ruby 2.3+, and concordant releases of JRuby, and TruffleRuby
|
|
78
78
|
### Federated DVCS
|
79
79
|
|
80
80
|
<details>
|
81
|
-
<summary>Find this repo on
|
81
|
+
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
82
82
|
|
83
83
|
| Federated [DVCS][๐d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
|
84
84
|
|-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
|
85
|
-
| ๐งช [kettle-rb/kettle-dev on GitLab][๐src-gl] | The Truth | [๐][๐คgl-issues] | [๐][๐คgl-pulls] | [๐][๐wiki]
|
85
|
+
| ๐งช [kettle-rb/kettle-dev on GitLab][๐src-gl] | The Truth | [๐][๐คgl-issues] | [๐][๐คgl-pulls] | [๐][๐gl-wiki] | ๐ญ Tiny Matrix | โ |
|
86
86
|
| ๐ง [kettle-rb/kettle-dev on CodeBerg][๐src-cb] | An Ethical Mirror ([Donate][๐คcb-donate]) | [๐][๐คcb-issues] | [๐][๐คcb-pulls] | โ | โญ๏ธ No Matrix | โ |
|
87
|
-
| ๐ [kettle-rb/kettle-dev on GitHub][๐src-gh] | Another Mirror | [๐][๐คgh-issues] | [๐][๐คgh-pulls] |
|
87
|
+
| ๐ [kettle-rb/kettle-dev on GitHub][๐src-gh] | Another Mirror | [๐][๐คgh-issues] | [๐][๐คgh-pulls] | [๐][๐gh-wiki] | ๐ฏ Full Matrix | [๐][gh-discussions] |
|
88
88
|
| ๐ฎ๏ธ [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] |
|
89
89
|
|
90
90
|
</details>
|
@@ -623,11 +623,11 @@ See [CONTRIBUTING.md][๐คcontributing].
|
|
623
623
|
|
624
624
|
### Code Coverage
|
625
625
|
|
626
|
-
[![Coverage Graph][
|
626
|
+
[![Coverage Graph][๐codecov-g]][๐codecov]
|
627
627
|
|
628
|
-
[![Coveralls Test Coverage][
|
628
|
+
[![Coveralls Test Coverage][๐coveralls-img]][๐coveralls]
|
629
629
|
|
630
|
-
[![QLTY Test Coverage][
|
630
|
+
[![QLTY Test Coverage][๐qlty-covi]][๐qlty-cov]
|
631
631
|
|
632
632
|
### ๐ช Code of Conduct
|
633
633
|
|
@@ -818,22 +818,24 @@ Thanks for RTFM. โบ๏ธ
|
|
818
818
|
[๐src-gh]: https://github.com/kettle-rb/kettle-dev
|
819
819
|
[๐docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
820
820
|
[๐docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
821
|
-
[๐wiki]: https://gitlab.com/kettle-rb/kettle-dev/-/wikis/home
|
822
|
-
[๐wiki
|
821
|
+
[๐gl-wiki]: https://gitlab.com/kettle-rb/kettle-dev/-/wikis/home
|
822
|
+
[๐gh-wiki]: https://github.com/kettle-rb/kettle-dev/wiki
|
823
|
+
[๐gl-wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
824
|
+
[๐gh-wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
823
825
|
[๐ฝdl-rank]: https://rubygems.org/gems/kettle-dev
|
824
826
|
[๐ฝdl-ranki]: https://img.shields.io/gem/rd/kettle-dev.svg
|
825
827
|
[๐ฝoss-help]: https://www.codetriage.com/kettle-rb/kettle-dev
|
826
828
|
[๐ฝoss-helpi]: https://www.codetriage.com/kettle-rb/kettle-dev/badges/users.svg
|
827
829
|
[๐ฝversion]: https://rubygems.org/gems/kettle-dev
|
828
830
|
[๐ฝversioni]: https://img.shields.io/gem/v/kettle-dev.svg
|
829
|
-
[
|
830
|
-
[
|
831
|
-
[
|
832
|
-
[
|
833
|
-
[
|
834
|
-
[
|
835
|
-
[
|
836
|
-
[
|
831
|
+
[๐qlty-mnt]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev
|
832
|
+
[๐qlty-mnti]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev/maintainability.svg
|
833
|
+
[๐qlty-cov]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev/metrics/code?sort=coverageRating
|
834
|
+
[๐qlty-covi]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev/coverage.svg
|
835
|
+
[๐codecov]: https://codecov.io/gh/kettle-rb/kettle-dev
|
836
|
+
[๐codecovi]: https://codecov.io/gh/kettle-rb/kettle-dev/graph/badge.svg
|
837
|
+
[๐coveralls]: https://coveralls.io/github/kettle-rb/kettle-dev?branch=main
|
838
|
+
[๐coveralls-img]: https://coveralls.io/repos/github/kettle-rb/kettle-dev/badge.svg?branch=main
|
837
839
|
[๐codeQL]: https://github.com/kettle-rb/kettle-dev/security/code-scanning
|
838
840
|
[๐codeQL-img]: https://github.com/kettle-rb/kettle-dev/actions/workflows/codeql-analysis.yml/badge.svg
|
839
841
|
[๐1-an-wf]: https://github.com/kettle-rb/kettle-dev/actions/workflows/ancient.yml
|
@@ -896,7 +898,7 @@ Thanks for RTFM. โบ๏ธ
|
|
896
898
|
[๐คcb-pulls]: https://codeberg.org/kettle-rb/kettle-dev/pulls
|
897
899
|
[๐คcb-donate]: https://donate.codeberg.org/
|
898
900
|
[๐คcontributing]: CONTRIBUTING.md
|
899
|
-
[
|
901
|
+
[๐codecov-g]: https://codecov.io/gh/kettle-rb/kettle-dev/graphs/tree.svg
|
900
902
|
[๐contrib-rocks]: https://contrib.rocks
|
901
903
|
[๐contributors]: https://github.com/kettle-rb/kettle-dev/graphs/contributors
|
902
904
|
[๐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/kettle-dev
|
data/README.md.example
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
|
10
10
|
# ๐ฒ Kettle::Dev
|
11
11
|
|
12
|
-
[![Version][๐ฝversioni]][๐ฝversion] [![GitHub tag (latest SemVer)][โณ๏ธtag-img]][โณ๏ธtag] [![License: MIT][๐license-img]][๐license-ref] [![Downloads Rank][๐ฝdl-ranki]][๐ฝdl-rank] [![Open Source Helpers][๐ฝoss-helpi]][๐ฝoss-help] [![CodeCov Test Coverage][
|
12
|
+
[![Version][๐ฝversioni]][๐ฝversion] [![GitHub tag (latest SemVer)][โณ๏ธtag-img]][โณ๏ธtag] [![License: MIT][๐license-img]][๐license-ref] [![Downloads Rank][๐ฝdl-ranki]][๐ฝdl-rank] [![Open Source Helpers][๐ฝoss-helpi]][๐ฝoss-help] [![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 Supported][๐6-s-wfi]][๐6-s-wf] [![CI Legacy][๐4-lg-wfi]][๐4-lg-wf] [![CI Unsupported][๐7-us-wfi]][๐7-us-wf] [![CI Ancient][๐1-an-wfi]][๐1-an-wf] [![CI Test Coverage][๐2-cov-wfi]][๐2-cov-wf] [![CI Style][๐5-st-wfi]][๐5-st-wf] [![CodeQL][๐codeQL-img]][๐codeQL] [![Apache SkyWalking Eyes License Compatibility Check][๐15-๐ชช-wfi]][๐15-๐ชช-wf]
|
13
13
|
|
14
14
|
`if ci_badges.map(&:color).detect { it != "green"}` โ๏ธ [let me know][๐ผ๏ธgaltzo-discord], as I may have missed the [discord notification][๐ผ๏ธgaltzo-discord].
|
15
15
|
|
@@ -24,20 +24,20 @@
|
|
24
24
|
|
25
25
|
## ๐ก Info you can shake a stick at
|
26
26
|
|
27
|
-
| Tokens to Remember | [![Gem name][โณ๏ธname-img]][โณ๏ธgem-name] [![Gem namespace][โณ๏ธnamespace-img]][โณ๏ธgem-namespace]
|
28
|
-
|
29
|
-
| Works with JRuby | ![JRuby 9.1 Compat][๐jruby-9.1i] ![JRuby 9.2 Compat][๐jruby-9.2i] ![JRuby 9.3 Compat][๐jruby-9.3i] <br/> [![JRuby 9.4 Compat][๐jruby-9.4i]][๐10-j-wf] [![JRuby 10.0 Compat][๐jruby-c-i]][๐11-c-wf] [![JRuby HEAD Compat][๐jruby-headi]][๐3-hd-wf]
|
30
|
-
| Works with Truffle Ruby | ![Truffle Ruby 22.3 Compat][๐truby-22.3i] ![Truffle Ruby 23.0 Compat][๐truby-23.0i] <br/> [![Truffle Ruby 23.1 Compat][๐truby-23.1i]][๐9-t-wf] [![Truffle Ruby 24.1 Compat][๐truby-c-i]][๐11-c-wf]
|
31
|
-
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][๐ruby-3.0i]][๐4-lg-wf] [![Ruby 3.1 Compat][๐ruby-3.1i]][๐6-s-wf] [![Ruby 3.2 Compat][๐ruby-3.2i]][๐6-s-wf] [![Ruby 3.3 Compat][๐ruby-3.3i]][๐6-s-wf] [![Ruby 3.4 Compat][๐ruby-c-i]][๐11-c-wf] [![Ruby HEAD Compat][๐ruby-headi]][๐3-hd-wf]
|
32
|
-
| Works with MRI Ruby 2 | ![Ruby 2.0 Compat][๐ruby-2.0i] ![Ruby 2.1 Compat][๐ruby-2.1i] ![Ruby 2.2 Compat][๐ruby-2.2i] <br/> [![Ruby 2.3 Compat][๐ruby-2.3i]][๐1-an-wf] [![Ruby 2.4 Compat][๐ruby-2.4i]][๐1-an-wf] [![Ruby 2.5 Compat][๐ruby-2.5i]][๐1-an-wf] [![Ruby 2.6 Compat][๐ruby-2.6i]][๐7-us-wf] [![Ruby 2.7 Compat][๐ruby-2.7i]][๐7-us-wf]
|
33
|
-
| Works with MRI Ruby 1 | ![Ruby 1.8 Compat][๐ruby-1.8i] ![Ruby 1.9 Compat][๐ruby-1.9i]
|
34
|
-
| Support & Community | [![Join Me on Daily.dev's RubyFriends][โ๏ธruby-friends-img]][โ๏ธruby-friends] [![Live Chat on Discord][โ๏ธdiscord-invite-img-ftb]][โ๏ธdiscord-invite] [![Get help from me on Upwork][๐จ๐ผโ๐ซexpsup-upwork-img]][๐จ๐ผโ๐ซexpsup-upwork] [![Get help from me on Codementor][๐จ๐ผโ๐ซexpsup-codementor-img]][๐จ๐ผโ๐ซexpsup-codementor]
|
35
|
-
| Source | [![Source on GitLab.com][๐src-gl-img]][๐src-gl] [![Source on CodeBerg.org][๐src-cb-img]][๐src-cb] [![Source on Github.com][๐src-gh-img]][๐src-gh] [![The best SHA: dQw4w9WgXcQ!][๐งฎkloc-img]][๐งฎkloc]
|
36
|
-
| Documentation | [![Current release on RubyDoc.info][๐docs-cr-rd-img]][๐yard-current] [![YARD on Galtzo.com][๐docs-head-rd-img]][๐yard-head] [![Maintainer Blog][๐maint-blog-img]][๐maint-blog] [![Wiki][๐wiki-img]][๐wiki]
|
37
|
-
| Compliance | [![License: MIT][๐license-img]][๐license-ref] [![Compatible with Apache Software Projects: Verified by SkyWalking Eyes][๐license-compat-img]][๐license-compat] [![๐ilo-declaration-img]][๐ilo-declaration] [![Security Policy][๐security-img]][๐security] [![Contributor Covenant 2.1][๐ชconduct-img]][๐ชconduct] [![SemVer 2.0.0][๐semver-img]][๐semver]
|
38
|
-
| Style | [![Enforced Code Style Linter][๐rlts-img]][๐rlts] [![Keep-A-Changelog 1.0.0][๐keep-changelog-img]][๐keep-changelog] [![Gitmoji Commits][๐gitmoji-img]][๐gitmoji] [![Compatibility appraised by: appraisal2][๐appraisal2-img]][๐appraisal2]
|
39
|
-
| Maintainer ๐๏ธ | [![Follow Me on LinkedIn][๐๐linkedin-img]][๐๐linkedin] [![Follow Me on Ruby.Social][๐๐ruby-mast-img]][๐๐ruby-mast] [![Follow Me on Bluesky][๐๐ฆbluesky-img]][๐๐ฆbluesky] [![Contact Maintainer][๐maint-contact-img]][๐maint-contact] [![My technical writing][๐๐๐ผโโ๏ธdevto-img]][๐๐๐ผโโ๏ธdevto]
|
40
|
-
| `...` ๐ | [![Find Me on WellFound:][๐โ๏ธwellfound-img]][๐โ๏ธwellfound] [![Find Me on CrunchBase][๐๐ฒcrunchbase-img]][๐๐ฒcrunchbase] [![My LinkTree][๐๐ณlinktree-img]][๐๐ณlinktree] [![More About Me][๐๐๐ผโโ๏ธaboutme-img]][๐๐๐ผโโ๏ธaboutme] [๐ง][๐๐งberg] [๐][๐๐hub] [๐][๐๐hut] [๐งช][๐๐งชlab]
|
27
|
+
| Tokens to Remember | [![Gem name][โณ๏ธname-img]][โณ๏ธgem-name] [![Gem namespace][โณ๏ธnamespace-img]][โณ๏ธgem-namespace] |
|
28
|
+
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
29
|
+
| Works with JRuby | ![JRuby 9.1 Compat][๐jruby-9.1i] ![JRuby 9.2 Compat][๐jruby-9.2i] ![JRuby 9.3 Compat][๐jruby-9.3i] <br/> [![JRuby 9.4 Compat][๐jruby-9.4i]][๐10-j-wf] [![JRuby 10.0 Compat][๐jruby-c-i]][๐11-c-wf] [![JRuby HEAD Compat][๐jruby-headi]][๐3-hd-wf] |
|
30
|
+
| Works with Truffle Ruby | ![Truffle Ruby 22.3 Compat][๐truby-22.3i] ![Truffle Ruby 23.0 Compat][๐truby-23.0i] <br/> [![Truffle Ruby 23.1 Compat][๐truby-23.1i]][๐9-t-wf] [![Truffle Ruby 24.1 Compat][๐truby-c-i]][๐11-c-wf] |
|
31
|
+
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][๐ruby-3.0i]][๐4-lg-wf] [![Ruby 3.1 Compat][๐ruby-3.1i]][๐6-s-wf] [![Ruby 3.2 Compat][๐ruby-3.2i]][๐6-s-wf] [![Ruby 3.3 Compat][๐ruby-3.3i]][๐6-s-wf] [![Ruby 3.4 Compat][๐ruby-c-i]][๐11-c-wf] [![Ruby HEAD Compat][๐ruby-headi]][๐3-hd-wf] |
|
32
|
+
| Works with MRI Ruby 2 | ![Ruby 2.0 Compat][๐ruby-2.0i] ![Ruby 2.1 Compat][๐ruby-2.1i] ![Ruby 2.2 Compat][๐ruby-2.2i] <br/> [![Ruby 2.3 Compat][๐ruby-2.3i]][๐1-an-wf] [![Ruby 2.4 Compat][๐ruby-2.4i]][๐1-an-wf] [![Ruby 2.5 Compat][๐ruby-2.5i]][๐1-an-wf] [![Ruby 2.6 Compat][๐ruby-2.6i]][๐7-us-wf] [![Ruby 2.7 Compat][๐ruby-2.7i]][๐7-us-wf] |
|
33
|
+
| Works with MRI Ruby 1 | ![Ruby 1.8 Compat][๐ruby-1.8i] ![Ruby 1.9 Compat][๐ruby-1.9i] |
|
34
|
+
| Support & Community | [![Join Me on Daily.dev's RubyFriends][โ๏ธruby-friends-img]][โ๏ธruby-friends] [![Live Chat on Discord][โ๏ธdiscord-invite-img-ftb]][โ๏ธdiscord-invite] [![Get help from me on Upwork][๐จ๐ผโ๐ซexpsup-upwork-img]][๐จ๐ผโ๐ซexpsup-upwork] [![Get help from me on Codementor][๐จ๐ผโ๐ซexpsup-codementor-img]][๐จ๐ผโ๐ซexpsup-codementor] |
|
35
|
+
| Source | [![Source on GitLab.com][๐src-gl-img]][๐src-gl] [![Source on CodeBerg.org][๐src-cb-img]][๐src-cb] [![Source on Github.com][๐src-gh-img]][๐src-gh] [![The best SHA: dQw4w9WgXcQ!][๐งฎkloc-img]][๐งฎkloc] |
|
36
|
+
| Documentation | [![Current release on RubyDoc.info][๐docs-cr-rd-img]][๐yard-current] [![YARD on Galtzo.com][๐docs-head-rd-img]][๐yard-head] [![Maintainer Blog][๐maint-blog-img]][๐maint-blog] [![GitLab Wiki][๐gl-wiki-img]][๐gl-wiki] [![GitHub Wiki][๐gh-wiki-img]][๐gh-wiki] |
|
37
|
+
| Compliance | [![License: MIT][๐license-img]][๐license-ref] [![Compatible with Apache Software Projects: Verified by SkyWalking Eyes][๐license-compat-img]][๐license-compat] [![๐ilo-declaration-img]][๐ilo-declaration] [![Security Policy][๐security-img]][๐security] [![Contributor Covenant 2.1][๐ชconduct-img]][๐ชconduct] [![SemVer 2.0.0][๐semver-img]][๐semver] |
|
38
|
+
| Style | [![Enforced Code Style Linter][๐rlts-img]][๐rlts] [![Keep-A-Changelog 1.0.0][๐keep-changelog-img]][๐keep-changelog] [![Gitmoji Commits][๐gitmoji-img]][๐gitmoji] [![Compatibility appraised by: appraisal2][๐appraisal2-img]][๐appraisal2] |
|
39
|
+
| Maintainer ๐๏ธ | [![Follow Me on LinkedIn][๐๐linkedin-img]][๐๐linkedin] [![Follow Me on Ruby.Social][๐๐ruby-mast-img]][๐๐ruby-mast] [![Follow Me on Bluesky][๐๐ฆbluesky-img]][๐๐ฆbluesky] [![Contact Maintainer][๐maint-contact-img]][๐maint-contact] [![My technical writing][๐๐๐ผโโ๏ธdevto-img]][๐๐๐ผโโ๏ธdevto] |
|
40
|
+
| `...` ๐ | [![Find Me on WellFound:][๐โ๏ธwellfound-img]][๐โ๏ธwellfound] [![Find Me on CrunchBase][๐๐ฒcrunchbase-img]][๐๐ฒcrunchbase] [![My LinkTree][๐๐ณlinktree-img]][๐๐ณlinktree] [![More About Me][๐๐๐ผโโ๏ธaboutme-img]][๐๐๐ผโโ๏ธaboutme] [๐ง][๐๐งberg] [๐][๐๐hub] [๐][๐๐hut] [๐งช][๐๐งชlab] |
|
41
41
|
|
42
42
|
### Compatibility
|
43
43
|
|
@@ -50,13 +50,13 @@ Compatible with MRI Ruby 2.3+, and concordant releases of JRuby, and TruffleRuby
|
|
50
50
|
### Federated DVCS
|
51
51
|
|
52
52
|
<details>
|
53
|
-
<summary>Find this repo on
|
53
|
+
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
54
54
|
|
55
55
|
| Federated [DVCS][๐d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
|
56
56
|
|-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
|
57
|
-
| ๐งช [kettle-rb/kettle-dev on GitLab][๐src-gl] | The Truth | [๐][๐คgl-issues] | [๐][๐คgl-pulls] | [๐][๐wiki]
|
57
|
+
| ๐งช [kettle-rb/kettle-dev on GitLab][๐src-gl] | The Truth | [๐][๐คgl-issues] | [๐][๐คgl-pulls] | [๐][๐gl-wiki] | ๐ญ Tiny Matrix | โ |
|
58
58
|
| ๐ง [kettle-rb/kettle-dev on CodeBerg][๐src-cb] | An Ethical Mirror ([Donate][๐คcb-donate]) | [๐][๐คcb-issues] | [๐][๐คcb-pulls] | โ | โญ๏ธ No Matrix | โ |
|
59
|
-
| ๐ [kettle-rb/kettle-dev on GitHub][๐src-gh] | Another Mirror | [๐][๐คgh-issues] | [๐][๐คgh-pulls] |
|
59
|
+
| ๐ [kettle-rb/kettle-dev on GitHub][๐src-gh] | Another Mirror | [๐][๐คgh-issues] | [๐][๐คgh-pulls] | [๐][๐gh-wiki] | ๐ฏ Full Matrix | [๐][gh-discussions] |
|
60
60
|
| ๐ฎ๏ธ [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] |
|
61
61
|
|
62
62
|
</details>
|
@@ -215,11 +215,11 @@ See [CONTRIBUTING.md][๐คcontributing].
|
|
215
215
|
|
216
216
|
### Code Coverage
|
217
217
|
|
218
|
-
[![Coverage Graph][
|
218
|
+
[![Coverage Graph][๐codecov-g]][๐codecov]
|
219
219
|
|
220
|
-
[![Coveralls Test Coverage][
|
220
|
+
[![Coveralls Test Coverage][๐coveralls-img]][๐coveralls]
|
221
221
|
|
222
|
-
[![QLTY Test Coverage][
|
222
|
+
[![QLTY Test Coverage][๐qlty-covi]][๐qlty-cov]
|
223
223
|
|
224
224
|
### ๐ช Code of Conduct
|
225
225
|
|
@@ -410,22 +410,24 @@ Thanks for RTFM. โบ๏ธ
|
|
410
410
|
[๐src-gh]: https://github.com/kettle-rb/kettle-dev
|
411
411
|
[๐docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
412
412
|
[๐docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
413
|
-
[๐wiki]: https://gitlab.com/kettle-rb/kettle-dev/-/wikis/home
|
414
|
-
[๐wiki
|
413
|
+
[๐gl-wiki]: https://gitlab.com/kettle-rb/kettle-dev/-/wikis/home
|
414
|
+
[๐gh-wiki]: https://github.com/kettle-rb/kettle-dev/wiki
|
415
|
+
[๐gl-wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
416
|
+
[๐gh-wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
415
417
|
[๐ฝdl-rank]: https://rubygems.org/gems/kettle-dev
|
416
418
|
[๐ฝdl-ranki]: https://img.shields.io/gem/rd/kettle-dev.svg
|
417
419
|
[๐ฝoss-help]: https://www.codetriage.com/kettle-rb/kettle-dev
|
418
420
|
[๐ฝoss-helpi]: https://www.codetriage.com/kettle-rb/kettle-dev/badges/users.svg
|
419
421
|
[๐ฝversion]: https://rubygems.org/gems/kettle-dev
|
420
422
|
[๐ฝversioni]: https://img.shields.io/gem/v/kettle-dev.svg
|
421
|
-
[
|
422
|
-
[
|
423
|
-
[
|
424
|
-
[
|
425
|
-
[
|
426
|
-
[
|
427
|
-
[
|
428
|
-
[
|
423
|
+
[๐qlty-mnt]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev
|
424
|
+
[๐qlty-mnti]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev/maintainability.svg
|
425
|
+
[๐qlty-cov]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev/metrics/code?sort=coverageRating
|
426
|
+
[๐qlty-covi]: https://qlty.sh/gh/kettle-rb/projects/kettle-dev/coverage.svg
|
427
|
+
[๐codecov]: https://codecov.io/gh/kettle-rb/kettle-dev
|
428
|
+
[๐codecovi]: https://codecov.io/gh/kettle-rb/kettle-dev/graph/badge.svg
|
429
|
+
[๐coveralls]: https://coveralls.io/github/kettle-rb/kettle-dev?branch=main
|
430
|
+
[๐coveralls-img]: https://coveralls.io/repos/github/kettle-rb/kettle-dev/badge.svg?branch=main
|
429
431
|
[๐codeQL]: https://github.com/kettle-rb/kettle-dev/security/code-scanning
|
430
432
|
[๐codeQL-img]: https://github.com/kettle-rb/kettle-dev/actions/workflows/codeql-analysis.yml/badge.svg
|
431
433
|
[๐1-an-wf]: https://github.com/kettle-rb/kettle-dev/actions/workflows/ancient.yml
|
@@ -493,7 +495,7 @@ Thanks for RTFM. โบ๏ธ
|
|
493
495
|
[๐คcb-pulls]: https://codeberg.org/kettle-rb/kettle-dev/pulls
|
494
496
|
[๐คcb-donate]: https://donate.codeberg.org/
|
495
497
|
[๐คcontributing]: CONTRIBUTING.md
|
496
|
-
[
|
498
|
+
[๐codecov-g]: https://codecov.io/gh/kettle-rb/kettle-dev/graphs/tree.svg
|
497
499
|
[๐contrib-rocks]: https://contrib.rocks
|
498
500
|
[๐contributors]: https://github.com/kettle-rb/kettle-dev/graphs/contributors
|
499
501
|
[๐contributors-img]: https://contrib.rocks/image?repo=kettle-rb/kettle-dev
|
data/Rakefile.example
CHANGED
@@ -19,8 +19,8 @@ module Kettle
|
|
19
19
|
public
|
20
20
|
|
21
21
|
DEFAULT_AVATAR = "https://opencollective.com/static/images/default-avatar.png"
|
22
|
-
README_PATH = File.expand_path("
|
23
|
-
OC_YML_PATH = File.expand_path("
|
22
|
+
README_PATH = File.expand_path("../../../README.md", __dir__)
|
23
|
+
OC_YML_PATH = File.expand_path("../../../.opencollective.yml", __dir__)
|
24
24
|
README_OSC_TAG_DEFAULT = "OPENCOLLECTIVE"
|
25
25
|
COMMIT_SUBJECT_DEFAULT = "๐ธ Thanks ๐ to our new backers ๐ and subscribers ๐"
|
26
26
|
|
data/lib/kettle/dev/version.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-dev
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.22
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Peter H. Boling
|
@@ -388,10 +388,10 @@ licenses:
|
|
388
388
|
- MIT
|
389
389
|
metadata:
|
390
390
|
homepage_uri: https://kettle-dev.galtzo.com/
|
391
|
-
source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.
|
392
|
-
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.
|
391
|
+
source_code_uri: https://github.com/kettle-rb/kettle-dev/tree/v1.1.22
|
392
|
+
changelog_uri: https://github.com/kettle-rb/kettle-dev/blob/v1.1.22/CHANGELOG.md
|
393
393
|
bug_tracker_uri: https://github.com/kettle-rb/kettle-dev/issues
|
394
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.
|
394
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-dev/1.1.22
|
395
395
|
funding_uri: https://github.com/sponsors/pboling
|
396
396
|
wiki_uri: https://github.com/kettle-rb/kettle-dev/wiki
|
397
397
|
news_uri: https://www.railsbling.com/tags/kettle-dev
|
metadata.gz.sig
CHANGED
Binary file
|