kettle-dev 2.2.12 → 2.2.14

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: 3f039cd2a52c5584b02f93a75f08e79227bbbc5e37f748a1d4a6623996fda1a8
4
- data.tar.gz: 2ebc57a458091e9f531daafa63d431a1ac9f64f39d8fafb7e03fb802ac511e42
3
+ metadata.gz: ec2b6c362bca706e061a15f28afde989862a24497273074e8b82a4c845c6b006
4
+ data.tar.gz: 6750c11df44f32f1b92b93b77743e2e44d7173082279f6433fd37f3eccd1c0fb
5
5
  SHA512:
6
- metadata.gz: dfc81acc32288dff4f6be9d4f84e31779017132a5eecd94f7881d3702ee0da968cb7687eb0ed6cdff31eceb321d30b29891bc2a43341aad6a877ddb93f9fe31f
7
- data.tar.gz: 59440aa4a9abcbd46b861cb9e403e72d2cddd7dc1d4570423c99f5d82951571033fd22efe0f4b7ad774f3366a920345abb65f949656fba2b92b823a25aadacc2
6
+ metadata.gz: e23ea3391f369936bcec3d35e38428117b6d839f02df67f9fa4c275d034bd7bcb3caa94cd09d65348804434c710e35f52de96c5d306eecb92f8413a83c56e79d
7
+ data.tar.gz: 8a5ad8e56efd578960cb996a22b48cb862630df96907c3cffb70283f5189545e7eb1634a6a1a6c2d0d6de4ceb6be641d0c8336bc73d62afc44eeaab19f77d170
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,57 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [2.2.14] - 2026-06-21
34
+
35
+ - TAG: [v2.2.14][2.2.14t]
36
+ - COVERAGE: 92.07% -- 4061/4411 lines in 33 files
37
+ - BRANCH COVERAGE: 73.01% -- 1599/2190 branches in 33 files
38
+ - 62.11% documented
39
+
40
+ ### Added
41
+
42
+ - `kettle-changelog --add-unreleased-entry` now adds one non-duplicate entry to
43
+ an existing templated `## [Unreleased]` subsection using the Markly CRISPR
44
+ Markdown adapter, failing closed when the expected section shape is absent.
45
+
46
+ - Added support for JRuby 10.1 and TruffleRuby 34.0.
47
+
48
+ ### Changed
49
+
50
+ - Retemplated project metadata and CI/development automation with `kettle-jem` v7.0.0.
51
+
52
+ - Allow local coverage runs to opt into a vendored `simplecov` checkout through
53
+ the existing nomono `VENDORED_GEMS` workflow.
54
+
55
+ ### Fixed
56
+
57
+ - Corrected OpenCollective funding metadata to use the `kettle-dev` collective.
58
+ - `kettle-gha-sha-pins` now refreshes large action repositories without eagerly
59
+ dereferencing irrelevant annotated tags, bounds GitHub API refreshes with
60
+ explicit timeouts, and falls back to stale cache data only when refresh fails.
61
+
62
+ - Covered `kettle-changelog --add-unreleased-entry` insertion, duplicate, and
63
+ fail-closed error behavior in the normal development bundle.
64
+
65
+ - `kettle-changelog` now treats prerelease sections such as `3.0.0.rc3` as
66
+ release sections when detecting or updating the latest prepared release.
67
+ - Fixed seed-dependent coverage by starting SimpleCov before test support loads,
68
+ covering `version.rb`, and making rake task specs cover their task wiring
69
+ branches deterministically.
70
+
71
+ ## [2.2.13] - 2026-06-18
72
+
73
+ - TAG: [v2.2.13][2.2.13t]
74
+ - COVERAGE: 92.15% -- 3931/4266 lines in 28 files
75
+ - BRANCH COVERAGE: 73.97% -- 1566/2117 branches in 28 files
76
+ - 63.76% documented
77
+
78
+ ### Fixed
79
+
80
+ - `kettle-release` now treats `kettle-pre-release` as step 0, so any
81
+ `start_step` greater than 0 skips pre-release gates and resumes directly at
82
+ the requested numbered release step.
83
+
33
84
  ## [2.2.12] - 2026-06-18
34
85
 
35
86
  - TAG: [v2.2.12][2.2.12t]
@@ -2170,7 +2221,11 @@ Please file a bug if you notice a violation of semantic versioning.
2170
2221
  - Selecting will run the selected workflow via `act`
2171
2222
  - This may move to its own gem in the future.
2172
2223
 
2173
- [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.12...HEAD
2224
+ [Unreleased]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.14...HEAD
2225
+ [2.2.14]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.13...v2.2.14
2226
+ [2.2.14t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.14
2227
+ [2.2.13]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.12...v2.2.13
2228
+ [2.2.13t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.13
2174
2229
  [2.2.12]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.11...v2.2.12
2175
2230
  [2.2.12t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.12
2176
2231
  [2.2.11]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.10...v2.2.11
@@ -2195,215 +2250,215 @@ Please file a bug if you notice a violation of semantic versioning.
2195
2250
  [2.2.2t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.2
2196
2251
  [2.2.1]: https://github.com/kettle-dev/kettle-dev/compare/v2.2.0...v2.2.1
2197
2252
  [2.2.1t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.1
2198
- [2.2.0]: https://github.com/kettle-rb/kettle-dev/compare/v2.1.1...v2.2.0
2199
- [2.2.0t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.2.0
2200
- [2.1.1]: https://github.com/kettle-rb/kettle-dev/compare/v2.1.0...v2.1.1
2201
- [2.1.1t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.1.1
2202
- [2.1.0]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.8...v2.1.0
2203
- [2.1.0t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.1.0
2204
- [2.0.8]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.7...v2.0.8
2205
- [2.0.8t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.8
2206
- [2.0.7]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.6...v2.0.7
2207
- [2.0.7t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.7
2208
- [2.0.6]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.5...v2.0.6
2209
- [2.0.6t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.6
2210
- [2.0.5]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.4...v2.0.5
2211
- [2.0.5t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.5
2212
- [2.0.4]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.3...v2.0.4
2213
- [2.0.4t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.4
2214
- [2.0.3]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.2...v2.0.3
2215
- [2.0.3t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.3
2216
- [2.0.2]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.1...v2.0.2
2217
- [2.0.2t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.2
2218
- [2.0.1]: https://github.com/kettle-rb/kettle-dev/compare/v2.0.0...v2.0.1
2219
- [2.0.1t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.1
2220
- [2.0.0]: https://github.com/kettle-rb/kettle-dev/compare/v1.2.5...v2.0.0
2221
- [2.0.0t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v2.0.0
2222
- [1.2.5]: https://github.com/kettle-rb/kettle-dev/compare/v1.2.4...v1.2.5
2223
- [1.2.5t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.2.5
2224
- [1.2.4]: https://github.com/kettle-rb/kettle-dev/compare/v1.2.3...v1.2.4
2225
- [1.2.4t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.2.4
2226
- [1.2.3]: https://github.com/kettle-rb/kettle-dev/compare/v1.2.2...v1.2.3
2227
- [1.2.3t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.2.3
2228
- [1.2.2]: https://github.com/kettle-rb/kettle-dev/compare/v1.2.1...v1.2.2
2229
- [1.2.2t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.2.2
2230
- [1.2.0]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.60...v1.2.0
2231
- [1.2.0t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.2.0
2232
- [1.1.60]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.59...v1.1.60
2233
- [1.1.60t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.60
2234
- [1.1.59]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.58...v1.1.59
2235
- [1.1.59t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.59
2236
- [1.1.58]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.57...v1.1.58
2237
- [1.1.58t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.58
2238
- [1.1.57]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.56...v1.1.57
2239
- [1.1.57t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.57
2240
- [1.1.56]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.55...v1.1.56
2241
- [1.1.56t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.56
2242
- [1.1.55]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.54...v1.1.55
2243
- [1.1.55t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.55
2244
- [1.1.54]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.53...v1.1.54
2245
- [1.1.54t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.54
2246
- [1.1.53]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.52...v1.1.53
2247
- [1.1.53t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.53
2248
- [1.1.52]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.51...v1.1.52
2249
- [1.1.52t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.52
2250
- [1.1.51]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.50...v1.1.51
2251
- [1.1.51t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.51
2252
- [1.1.50]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.49...v1.1.50
2253
- [1.1.50t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.50
2254
- [1.1.49]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.48...v1.1.49
2255
- [1.1.49t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.49
2256
- [1.1.48]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.47...v1.1.48
2257
- [1.1.48t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.48
2258
- [1.1.47]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.46...v1.1.47
2259
- [1.1.47t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.47
2260
- [1.1.46]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.45...v1.1.46
2261
- [1.1.46t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.46
2262
- [1.1.45]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.44...v1.1.45
2263
- [1.1.45t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.45
2264
- [1.1.44]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.43...v1.1.44
2265
- [1.1.44t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.44
2266
- [1.1.43]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.42...v1.1.43
2267
- [1.1.43t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.43
2268
- [1.1.42]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.41...v1.1.42
2269
- [1.1.42t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.42
2270
- [1.1.41]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.40...v1.1.41
2271
- [1.1.41t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.41
2272
- [1.1.40]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.39...v1.1.40
2273
- [1.1.40t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.40
2274
- [1.1.39]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.38...v1.1.39
2275
- [1.1.39t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.39
2276
- [1.1.38]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.37...v1.1.38
2277
- [1.1.38t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.38
2278
- [1.1.37]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.36...v1.1.37
2279
- [1.1.37t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.37
2280
- [1.1.36]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.35...v1.1.36
2281
- [1.1.36t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.36
2282
- [1.1.35]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.34...v1.1.35
2283
- [1.1.35t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.35
2284
- [1.1.34]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.33...v1.1.34
2285
- [1.1.34t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.34
2286
- [1.1.33]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.32...v1.1.33
2287
- [1.1.33t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.33
2288
- [1.1.32]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.31...v1.1.32
2289
- [1.1.32t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.32
2290
- [1.1.31]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.30...v1.1.31
2291
- [1.1.31t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.31
2292
- [1.1.30]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.29...v1.1.30
2293
- [1.1.30t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.30
2294
- [1.1.29]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.28...v1.1.29
2295
- [1.1.29t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.29
2296
- [1.1.28]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.27...v1.1.28
2297
- [1.1.28t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.28
2298
- [1.1.27]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.25...v1.1.27
2299
- [1.1.27t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.27
2300
- [1.1.26]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.25...v1.1.26
2301
- [1.1.26t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.26
2302
- [1.1.25]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.24...v1.1.25
2303
- [1.1.25t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.25
2304
- [1.1.24]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.23...v1.1.24
2305
- [1.1.24t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.24
2306
- [1.1.23]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.22...v1.1.23
2307
- [1.1.23t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.23
2308
- [1.1.22]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.21...v1.1.22
2309
- [1.1.22t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.22
2310
- [1.1.21]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.20...v1.1.21
2311
- [1.1.21t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.21
2312
- [1.1.20]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.19...v1.1.20
2313
- [1.1.20t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.20
2314
- [1.1.19]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.18...v1.1.19
2315
- [1.1.19t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.19
2316
- [1.1.18]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.17...v1.1.18
2317
- [1.1.18t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.18
2318
- [1.1.17]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.16...v1.1.17
2319
- [1.1.17t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.17
2320
- [1.1.16]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.15...v1.1.16
2321
- [1.1.16t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.16
2322
- [1.1.15]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.14...v1.1.15
2323
- [1.1.15t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.15
2324
- [1.1.14]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.13...v1.1.14
2325
- [1.1.14t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.14
2326
- [1.1.13]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.12...v1.1.13
2327
- [1.1.13t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.13
2328
- [1.1.12]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.11...v1.1.12
2329
- [1.1.12t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.12
2330
- [1.1.11]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.10...v1.1.11
2331
- [1.1.11t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.11
2332
- [1.1.10]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.9...v1.1.10
2333
- [1.1.10t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.10
2334
- [1.1.9]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.8...v1.1.9
2335
- [1.1.9t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.9
2336
- [1.1.8]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.7...v1.1.8
2337
- [1.1.8t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.8
2338
- [1.1.7]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.6...v1.1.7
2339
- [1.1.7t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.7
2340
- [1.1.6]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.5...v1.1.6
2341
- [1.1.6t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.6
2342
- [1.1.5]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.4...v1.1.5
2343
- [1.1.5t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.5
2344
- [1.1.4]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.3...v1.1.4
2345
- [1.1.4t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.4
2346
- [1.1.3]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.2...v1.1.3
2347
- [1.1.3t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.3
2348
- [1.1.2]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.1...v1.1.2
2349
- [1.1.2t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.2
2350
- [1.1.1]: https://github.com/kettle-rb/kettle-dev/compare/v1.1.0...v1.1.1
2351
- [1.1.1t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.1
2352
- [1.1.0]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.27...v1.1.0
2353
- [1.1.0t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.1.0
2354
- [1.0.27]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.26...v1.0.27
2355
- [1.0.27t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.27
2356
- [1.0.26]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.25...v1.0.26
2357
- [1.0.26t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.26
2358
- [1.0.25]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.24...v1.0.25
2359
- [1.0.25t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.25
2360
- [1.0.24]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.23...v1.0.24
2361
- [1.0.24t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.24
2362
- [1.0.23]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.22...v1.0.23
2363
- [1.0.23t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.23
2364
- [1.0.22]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.21...v1.0.22
2365
- [1.0.22t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.22
2366
- [1.0.21]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.20...v1.0.21
2367
- [1.0.21t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.21
2368
- [1.0.20]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.19...v1.0.20
2369
- [1.0.20t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.20
2370
- [1.0.19]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.18...v1.0.19
2371
- [1.0.19t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.19
2372
- [1.0.18]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.17...v1.0.18
2373
- [1.0.18t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.18
2374
- [1.0.17]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.16...v1.0.17
2375
- [1.0.17t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.17
2376
- [1.0.16]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.15...v1.0.16
2377
- [1.0.16t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.16
2378
- [1.0.15]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.14...v1.0.15
2379
- [1.0.15t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.15
2380
- [1.0.14]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.13...v1.0.14
2381
- [1.0.14t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.14
2382
- [1.0.13]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.12...v1.0.13
2383
- [1.0.13t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.13
2384
- [1.0.12]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.11...v1.0.12
2385
- [1.0.12t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.12
2386
- [1.0.11]: https://github.com/kettle-rb/kettle-dev/compare/v1.0.10...v1.0.11
2387
- [1.0.11t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.11
2253
+ [2.2.0]: https://github.com/kettle-dev/kettle-dev/compare/v2.1.1...v2.2.0
2254
+ [2.2.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.2.0
2255
+ [2.1.1]: https://github.com/kettle-dev/kettle-dev/compare/v2.1.0...v2.1.1
2256
+ [2.1.1t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.1.1
2257
+ [2.1.0]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.8...v2.1.0
2258
+ [2.1.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.1.0
2259
+ [2.0.8]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.7...v2.0.8
2260
+ [2.0.8t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.8
2261
+ [2.0.7]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.6...v2.0.7
2262
+ [2.0.7t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.7
2263
+ [2.0.6]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.5...v2.0.6
2264
+ [2.0.6t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.6
2265
+ [2.0.5]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.4...v2.0.5
2266
+ [2.0.5t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.5
2267
+ [2.0.4]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.3...v2.0.4
2268
+ [2.0.4t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.4
2269
+ [2.0.3]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.2...v2.0.3
2270
+ [2.0.3t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.3
2271
+ [2.0.2]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.1...v2.0.2
2272
+ [2.0.2t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.2
2273
+ [2.0.1]: https://github.com/kettle-dev/kettle-dev/compare/v2.0.0...v2.0.1
2274
+ [2.0.1t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.1
2275
+ [2.0.0]: https://github.com/kettle-dev/kettle-dev/compare/v1.2.5...v2.0.0
2276
+ [2.0.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v2.0.0
2277
+ [1.2.5]: https://github.com/kettle-dev/kettle-dev/compare/v1.2.4...v1.2.5
2278
+ [1.2.5t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.2.5
2279
+ [1.2.4]: https://github.com/kettle-dev/kettle-dev/compare/v1.2.3...v1.2.4
2280
+ [1.2.4t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.2.4
2281
+ [1.2.3]: https://github.com/kettle-dev/kettle-dev/compare/v1.2.2...v1.2.3
2282
+ [1.2.3t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.2.3
2283
+ [1.2.2]: https://github.com/kettle-dev/kettle-dev/compare/v1.2.1...v1.2.2
2284
+ [1.2.2t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.2.2
2285
+ [1.2.0]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.60...v1.2.0
2286
+ [1.2.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.2.0
2287
+ [1.1.60]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.59...v1.1.60
2288
+ [1.1.60t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.60
2289
+ [1.1.59]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.58...v1.1.59
2290
+ [1.1.59t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.59
2291
+ [1.1.58]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.57...v1.1.58
2292
+ [1.1.58t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.58
2293
+ [1.1.57]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.56...v1.1.57
2294
+ [1.1.57t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.57
2295
+ [1.1.56]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.55...v1.1.56
2296
+ [1.1.56t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.56
2297
+ [1.1.55]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.54...v1.1.55
2298
+ [1.1.55t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.55
2299
+ [1.1.54]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.53...v1.1.54
2300
+ [1.1.54t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.54
2301
+ [1.1.53]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.52...v1.1.53
2302
+ [1.1.53t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.53
2303
+ [1.1.52]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.51...v1.1.52
2304
+ [1.1.52t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.52
2305
+ [1.1.51]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.50...v1.1.51
2306
+ [1.1.51t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.51
2307
+ [1.1.50]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.49...v1.1.50
2308
+ [1.1.50t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.50
2309
+ [1.1.49]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.48...v1.1.49
2310
+ [1.1.49t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.49
2311
+ [1.1.48]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.47...v1.1.48
2312
+ [1.1.48t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.48
2313
+ [1.1.47]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.46...v1.1.47
2314
+ [1.1.47t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.47
2315
+ [1.1.46]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.45...v1.1.46
2316
+ [1.1.46t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.46
2317
+ [1.1.45]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.44...v1.1.45
2318
+ [1.1.45t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.45
2319
+ [1.1.44]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.43...v1.1.44
2320
+ [1.1.44t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.44
2321
+ [1.1.43]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.42...v1.1.43
2322
+ [1.1.43t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.43
2323
+ [1.1.42]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.41...v1.1.42
2324
+ [1.1.42t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.42
2325
+ [1.1.41]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.40...v1.1.41
2326
+ [1.1.41t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.41
2327
+ [1.1.40]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.39...v1.1.40
2328
+ [1.1.40t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.40
2329
+ [1.1.39]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.38...v1.1.39
2330
+ [1.1.39t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.39
2331
+ [1.1.38]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.37...v1.1.38
2332
+ [1.1.38t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.38
2333
+ [1.1.37]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.36...v1.1.37
2334
+ [1.1.37t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.37
2335
+ [1.1.36]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.35...v1.1.36
2336
+ [1.1.36t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.36
2337
+ [1.1.35]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.34...v1.1.35
2338
+ [1.1.35t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.35
2339
+ [1.1.34]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.33...v1.1.34
2340
+ [1.1.34t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.34
2341
+ [1.1.33]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.32...v1.1.33
2342
+ [1.1.33t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.33
2343
+ [1.1.32]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.31...v1.1.32
2344
+ [1.1.32t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.32
2345
+ [1.1.31]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.30...v1.1.31
2346
+ [1.1.31t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.31
2347
+ [1.1.30]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.29...v1.1.30
2348
+ [1.1.30t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.30
2349
+ [1.1.29]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.28...v1.1.29
2350
+ [1.1.29t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.29
2351
+ [1.1.28]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.27...v1.1.28
2352
+ [1.1.28t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.28
2353
+ [1.1.27]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.25...v1.1.27
2354
+ [1.1.27t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.27
2355
+ [1.1.26]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.25...v1.1.26
2356
+ [1.1.26t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.26
2357
+ [1.1.25]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.24...v1.1.25
2358
+ [1.1.25t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.25
2359
+ [1.1.24]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.23...v1.1.24
2360
+ [1.1.24t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.24
2361
+ [1.1.23]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.22...v1.1.23
2362
+ [1.1.23t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.23
2363
+ [1.1.22]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.21...v1.1.22
2364
+ [1.1.22t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.22
2365
+ [1.1.21]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.20...v1.1.21
2366
+ [1.1.21t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.21
2367
+ [1.1.20]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.19...v1.1.20
2368
+ [1.1.20t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.20
2369
+ [1.1.19]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.18...v1.1.19
2370
+ [1.1.19t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.19
2371
+ [1.1.18]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.17...v1.1.18
2372
+ [1.1.18t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.18
2373
+ [1.1.17]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.16...v1.1.17
2374
+ [1.1.17t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.17
2375
+ [1.1.16]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.15...v1.1.16
2376
+ [1.1.16t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.16
2377
+ [1.1.15]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.14...v1.1.15
2378
+ [1.1.15t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.15
2379
+ [1.1.14]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.13...v1.1.14
2380
+ [1.1.14t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.14
2381
+ [1.1.13]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.12...v1.1.13
2382
+ [1.1.13t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.13
2383
+ [1.1.12]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.11...v1.1.12
2384
+ [1.1.12t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.12
2385
+ [1.1.11]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.10...v1.1.11
2386
+ [1.1.11t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.11
2387
+ [1.1.10]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.9...v1.1.10
2388
+ [1.1.10t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.10
2389
+ [1.1.9]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.8...v1.1.9
2390
+ [1.1.9t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.9
2391
+ [1.1.8]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.7...v1.1.8
2392
+ [1.1.8t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.8
2393
+ [1.1.7]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.6...v1.1.7
2394
+ [1.1.7t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.7
2395
+ [1.1.6]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.5...v1.1.6
2396
+ [1.1.6t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.6
2397
+ [1.1.5]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.4...v1.1.5
2398
+ [1.1.5t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.5
2399
+ [1.1.4]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.3...v1.1.4
2400
+ [1.1.4t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.4
2401
+ [1.1.3]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.2...v1.1.3
2402
+ [1.1.3t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.3
2403
+ [1.1.2]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.1...v1.1.2
2404
+ [1.1.2t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.2
2405
+ [1.1.1]: https://github.com/kettle-dev/kettle-dev/compare/v1.1.0...v1.1.1
2406
+ [1.1.1t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.1
2407
+ [1.1.0]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.27...v1.1.0
2408
+ [1.1.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.1.0
2409
+ [1.0.27]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.26...v1.0.27
2410
+ [1.0.27t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.27
2411
+ [1.0.26]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.25...v1.0.26
2412
+ [1.0.26t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.26
2413
+ [1.0.25]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.24...v1.0.25
2414
+ [1.0.25t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.25
2415
+ [1.0.24]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.23...v1.0.24
2416
+ [1.0.24t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.24
2417
+ [1.0.23]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.22...v1.0.23
2418
+ [1.0.23t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.23
2419
+ [1.0.22]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.21...v1.0.22
2420
+ [1.0.22t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.22
2421
+ [1.0.21]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.20...v1.0.21
2422
+ [1.0.21t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.21
2423
+ [1.0.20]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.19...v1.0.20
2424
+ [1.0.20t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.20
2425
+ [1.0.19]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.18...v1.0.19
2426
+ [1.0.19t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.19
2427
+ [1.0.18]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.17...v1.0.18
2428
+ [1.0.18t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.18
2429
+ [1.0.17]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.16...v1.0.17
2430
+ [1.0.17t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.17
2431
+ [1.0.16]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.15...v1.0.16
2432
+ [1.0.16t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.16
2433
+ [1.0.15]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.14...v1.0.15
2434
+ [1.0.15t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.15
2435
+ [1.0.14]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.13...v1.0.14
2436
+ [1.0.14t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.14
2437
+ [1.0.13]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.12...v1.0.13
2438
+ [1.0.13t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.13
2439
+ [1.0.12]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.11...v1.0.12
2440
+ [1.0.12t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.12
2441
+ [1.0.11]: https://github.com/kettle-dev/kettle-dev/compare/v1.0.10...v1.0.11
2442
+ [1.0.11t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.11
2388
2443
  [1.0.10]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.9...v1.0.10
2389
- [1.0.10t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.10
2444
+ [1.0.10t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.10
2390
2445
  [1.0.9]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.8...v1.0.9
2391
- [1.0.9t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.9
2446
+ [1.0.9t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.9
2392
2447
  [1.0.8]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.7...v1.0.8
2393
- [1.0.8t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.8
2448
+ [1.0.8t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.8
2394
2449
  [1.0.7]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.6...v1.0.7
2395
- [1.0.7t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.7
2450
+ [1.0.7t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.7
2396
2451
  [1.0.6]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.5...v1.0.6
2397
- [1.0.6t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.6
2452
+ [1.0.6t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.6
2398
2453
  [1.0.5]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.4...v1.0.5
2399
- [1.0.5t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.5
2454
+ [1.0.5t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.5
2400
2455
  [1.0.4]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.3...v1.0.4
2401
- [1.0.4t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.4
2456
+ [1.0.4t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.4
2402
2457
  [1.0.3]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.2...v1.0.3
2403
- [1.0.3t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.3
2458
+ [1.0.3t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.3
2404
2459
  [1.0.2]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.1...v1.0.2
2405
- [1.0.2t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.2
2460
+ [1.0.2t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.2
2406
2461
  [1.0.1]: https://gitlab.com/kettle-rb/kettle-dev/-/compare/v1.0.0...v1.0.1
2407
- [1.0.1t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.1
2408
- [1.0.0]: https://github.com/kettle-rb/kettle-dev/compare/a427c302df09cfe4253a7c8d400333f9a4c1a208...v1.0.0
2409
- [1.0.0t]: https://github.com/kettle-rb/kettle-dev/releases/tag/v1.0.0
2462
+ [1.0.1t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.1
2463
+ [1.0.0]: https://github.com/kettle-dev/kettle-dev/compare/a427c302df09cfe4253a7c8d400333f9a4c1a208...v1.0.0
2464
+ [1.0.0t]: https://github.com/kettle-dev/kettle-dev/releases/tag/v1.0.0
data/CONTRIBUTING.md CHANGED
@@ -109,14 +109,14 @@ Git diff driver setup
109
109
  - Git hosting forges generally ignore external diff drivers, so pull request views may still show raw textual diffs even when local `git diff` uses semantic drivers.
110
110
 
111
111
  ```console
112
- K_JEM_TEMPLATING=true bundle exec kettle-jem install
112
+ K_JEM_TEMPLATING=true kettle-jem install
113
113
  ```
114
114
 
115
115
  Troubleshooting Git diffs
116
116
  - Use `git diff --no-ext-diff` to compare against Git's built-in diff output.
117
117
  - Use `git diff --no-textconv` when a textconv projection obscures the raw file bytes you need to inspect.
118
118
  - If Git reports a missing `smorg-*` executable, rerun `bundle install` and the setup command above, then check `git config --local --get-regexp '^diff\.smorg-'`.
119
- - To remove managed local entries, run `K_JEM_TEMPLATING=true bundle exec kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
119
+ - To remove managed local entries, run `K_JEM_TEMPLATING=true kettle-jem install --undo`; remove global command registrations with `git config --global --unset-all diff.smorg-ruby.command`.
120
120
 
121
121
  For a quick starting point, this repository’s `mise.toml` defines the shared defaults, and `.env.local` can override them locally. Copy `.env.local.example` to `.env.local`, use `KEY=value` lines, and either activate `mise` in your shell or run commands through `mise exec -C /path/to/project -- ...`.
122
122
 
data/FUNDING.md CHANGED
@@ -6,7 +6,7 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
6
6
 
7
7
  [![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal]
8
8
 
9
- [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
9
+ [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi]
10
10
 
11
11
  [⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
12
12
  [⛳liberapay]: https://liberapay.com/pboling/donate
@@ -16,12 +16,8 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
16
16
  [🖇osc-sponsors-i]: https://opencollective.com/kettle-dev/sponsors/badge.svg?style=flat
17
17
  [🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
18
18
  [🖇sponsor]: https://github.com/sponsors/pboling
19
- [🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
20
- [🖇polar]: https://polar.sh/pboling
21
19
  [🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
22
20
  [🖇kofi]: https://ko-fi.com/pboling
23
- [🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
24
- [🖇patreon]: https://patreon.com/galtzo
25
21
  [🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
26
22
  [🖇buyme]: https://www.buymeacoffee.com/pboling
27
23
  [🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal