Skip to content

Commit 3bbf6a7

Browse files
committed
🔖 Prepare release v2.0.10
⚡️ A message from a fellow meat-based-AI ⚡️ - [❤️] Finely-crafted open-source tools like kettle-test (& many more) require time and effort. - [❤️] Though I adore my work, it lacks financial sustainability. - [❤️] Please, help me continue enhancing your tools by becoming a sponsor: - [💲] https://liberapay.com/pboling/donate - [💲] https://github.com/sponsors/pboling
1 parent 1530b9d commit 3bbf6a7

7 files changed

Lines changed: 60 additions & 30 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Please file a bug if you notice a violation of semantic versioning.
2222

2323
### Changed
2424

25-
- `require "kettle/test"` no longer loads `version_gem` by default; require
26-
`kettle/test/version_gem` for the optional `VersionGem::Basic` extension.
27-
2825
### Deprecated
2926

3027
### Removed
@@ -33,6 +30,18 @@ Please file a bug if you notice a violation of semantic versioning.
3330

3431
### Security
3532

33+
## [2.0.10] - 2026-07-11
34+
35+
- TAG: [v2.0.10][2.0.10t]
36+
- COVERAGE: 96.84% -- 92/95 lines in 17 files
37+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 17 files
38+
- 90.00% documented
39+
40+
### Changed
41+
42+
- `require "kettle/test"` no longer loads `version_gem` by default; require
43+
`kettle/test/version_gem` for the optional `VersionGem::Basic` extension.
44+
3645
## [2.0.9] - 2026-07-01
3746

3847
- TAG: [v2.0.9][2.0.9t]
@@ -390,7 +399,9 @@ Please file a bug if you notice a violation of semantic versioning.
390399
- silent_stream
391400
- timecop-rspec
392401

393-
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.9...HEAD
402+
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.10...HEAD
403+
[2.0.10]: https://github.com/kettle-dev/kettle-test/compare/v2.0.9...v2.0.10
404+
[2.0.10t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.10
394405
[2.0.9]: https://github.com/kettle-dev/kettle-test/compare/v2.0.8...v2.0.9
395406
[2.0.9t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.9
396407
[2.0.8]: https://github.com/kettle-dev/kettle-test/compare/v2.0.7...v2.0.8

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -803,7 +803,7 @@ Thanks for RTFM. ☺️
803803
[📌gitmoji]: https://gitmoji.dev
804804
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
805805
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
806-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.094-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
806+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.095-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
807807
[🔐security]: https://github.com/kettle-dev/kettle-test/blob/main/SECURITY.md
808808
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
809809
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year

docs/Kettle/Test.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -615,12 +615,12 @@ <h3 class="signature first" id="is_parallel_test?-class_method">
615615
<pre class="lines">
616616

617617

618+
53
618619
54
619-
55
620-
56</pre>
620+
55</pre>
621621
</td>
622622
<td>
623-
<pre class="code"><span class="info file"># File 'lib/kettle/test.rb', line 54</span>
623+
<pre class="code"><span class="info file"># File 'lib/kettle/test.rb', line 53</span>
624624

625625
<span class='kw'>def</span> <span class='id identifier rubyid_is_parallel_test?'>is_parallel_test?</span>
626626
<span class='const'><span class='object_link'><a href="#TREAT_AS_PARALLEL-constant" title="Kettle::Test::TREAT_AS_PARALLEL (constant)">TREAT_AS_PARALLEL</a></span></span> <span class='op'>&amp;&amp;</span> <span class='op'>!</span><span class='const'>ENV</span><span class='period'>.</span><span class='id identifier rubyid_fetch'>fetch</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>TEST_ENV_NUMBER</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_empty?'>empty?</span>
@@ -635,7 +635,7 @@ <h3 class="signature first" id="is_parallel_test?-class_method">
635635
</div>
636636

637637
<div id="footer">
638-
Generated on Mon Jun 1 15:44:26 2026 by
638+
Generated on Sat Jul 11 01:36:16 2026 by
639639
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
640640
0.9.44 (ruby-4.0.5).
641641
</div>

docs/Kettle/Test/Version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h2>
9898
<dt id="VERSION-constant" class="">VERSION =
9999

100100
</dt>
101-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>2.0.9</span><span class='tstring_end'>&quot;</span></span></pre></dd>
101+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>2.0.10</span><span class='tstring_end'>&quot;</span></span></pre></dd>
102102

103103
</dl>
104104

@@ -114,7 +114,7 @@ <h2>
114114
</div>
115115

116116
<div id="footer">
117-
Generated on Wed Jul 1 01:41:56 2026 by
117+
Generated on Sat Jul 11 01:36:16 2026 by
118118
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
119119
0.9.44 (ruby-4.0.5).
120120
</div>

docs/file.CHANGELOG.html

Lines changed: 34 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
and <a href="https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html">yes</a>, platform and engine support are part of the <a href="https://github.com/semver/semver/issues/716#issuecomment-869336139">public API</a>.<br>
7171
Please file a bug if you notice a violation of semantic versioning.</p>
7272

73-
<h2 id="unreleased"><a href="https://github.com/kettle-dev/kettle-test/compare/v2.0.9...HEAD">Unreleased</a></h2>
73+
<h2 id="unreleased"><a href="https://github.com/kettle-dev/kettle-test/compare/v2.0.10...HEAD">Unreleased</a></h2>
7474

7575
<h3 id="added">Added</h3>
7676

@@ -84,6 +84,25 @@ <h3 id="fixed">Fixed</h3>
8484

8585
<h3 id="security">Security</h3>
8686

87+
<h2 id="2010---2026-07-11">
88+
<a href="https://github.com/kettle-dev/kettle-test/compare/v2.0.9...v2.0.10">2.0.10</a> - 2026-07-11</h2>
89+
90+
<ul>
91+
<li>TAG: <a href="https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.10">v2.0.10</a>
92+
</li>
93+
<li>COVERAGE: 96.84% – 92/95 lines in 17 files</li>
94+
<li>BRANCH COVERAGE: 100.00% – 2/2 branches in 17 files</li>
95+
<li>90.00% documented</li>
96+
</ul>
97+
98+
<h3 id="changed-1">Changed</h3>
99+
100+
<ul>
101+
<li>
102+
<code>require "kettle/test"</code> no longer loads <code>version_gem</code> by default; require<br>
103+
<code>kettle/test/version_gem</code> for the optional <code>VersionGem::Basic</code> extension.</li>
104+
</ul>
105+
87106
<h2 id="209---2026-07-01">
88107
<a href="https://github.com/kettle-dev/kettle-test/compare/v2.0.8...v2.0.9">2.0.9</a> - 2026-07-01</h2>
89108

@@ -112,7 +131,7 @@ <h2 id="208---2026-06-27">
112131
<li>90.00% documented</li>
113132
</ul>
114133

115-
<h3 id="changed-1">Changed</h3>
134+
<h3 id="changed-2">Changed</h3>
116135

117136
<ul>
118137
<li>Runtime dependency <code>rspec-stubbed_env</code> now requires v1.0.5 or newer.</li>
@@ -129,7 +148,7 @@ <h2 id="207---2026-06-24">
129148
<li>90.00% documented</li>
130149
</ul>
131150

132-
<h3 id="changed-2">Changed</h3>
151+
<h3 id="changed-3">Changed</h3>
133152

134153
<ul>
135154
<li>Updated to latest kettle-jem template
@@ -162,7 +181,7 @@ <h3 id="added-1">Added</h3>
162181
</li>
163182
</ul>
164183

165-
<h3 id="changed-3">Changed</h3>
184+
<h3 id="changed-4">Changed</h3>
166185

167186
<ul>
168187
<li>Retemplated project metadata and CI/development automation with <code>kettle-jem</code> v7.0.0.</li>
@@ -180,7 +199,7 @@ <h2 id="205---2026-06-10">
180199
<li>90.00% documented</li>
181200
</ul>
182201

183-
<h3 id="changed-4">Changed</h3>
202+
<h3 id="changed-5">Changed</h3>
184203

185204
<ul>
186205
<li>
@@ -216,7 +235,7 @@ <h2 id="204---2026-06-08">
216235
<li>90.00% documented</li>
217236
</ul>
218237

219-
<h3 id="changed-5">Changed</h3>
238+
<h3 id="changed-6">Changed</h3>
220239

221240
<ul>
222241
<li>Retemplated project workflows with the current kettle-jem template and raised<br>
@@ -242,7 +261,7 @@ <h2 id="203---2026-06-02">
242261
<li>90.00% documented</li>
243262
</ul>
244263

245-
<h3 id="changed-6">Changed</h3>
264+
<h3 id="changed-7">Changed</h3>
246265

247266
<ul>
248267
<li>Retemplated project files with the current kettle-jem template, including<br>
@@ -269,7 +288,7 @@ <h2 id="202---2026-06-01">
269288
<li>90.00% documented</li>
270289
</ul>
271290

272-
<h3 id="changed-7">Changed</h3>
291+
<h3 id="changed-8">Changed</h3>
273292

274293
<ul>
275294
<li>Retemplated project files with the current kettle-jem template, including the<br>
@@ -298,7 +317,7 @@ <h2 id="201---2026-05-25">
298317
<li>90.00% documented</li>
299318
</ul>
300319

301-
<h3 id="changed-8">Changed</h3>
320+
<h3 id="changed-9">Changed</h3>
302321

303322
<ul>
304323
<li>Refreshed generated project templates and CI workflows.</li>
@@ -343,7 +362,7 @@ <h3 id="added-2">Added</h3>
343362
helpers and configuration constants.</li>
344363
</ul>
345364

346-
<h3 id="changed-9">Changed</h3>
365+
<h3 id="changed-10">Changed</h3>
347366

348367
<ul>
349368
<li>
@@ -373,7 +392,7 @@ <h2 id="1010---2026-02-06">
373392
<li>100.00% documented</li>
374393
</ul>
375394

376-
<h3 id="changed-10">Changed</h3>
395+
<h3 id="changed-11">Changed</h3>
377396

378397
<ul>
379398
<li>Upgraded to <a href="https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.1">appraisal2 v3.0.1</a>
@@ -425,7 +444,7 @@ <h3 id="added-4">Added</h3>
425444
</li>
426445
</ul>
427446

428-
<h3 id="changed-11">Changed</h3>
447+
<h3 id="changed-12">Changed</h3>
429448

430449
<ul>
431450
<li>Updated documentation on hostile takeover of RubyGems
@@ -512,7 +531,7 @@ <h3 id="added-8">Added</h3>
512531
<li>default config for rspec-pending_for</li>
513532
</ul>
514533

515-
<h3 id="changed-12">Changed</h3>
534+
<h3 id="changed-13">Changed</h3>
516535

517536
<ul>
518537
<li>upgraded kettle-dev to 1.1.34 for development</li>
@@ -536,7 +555,7 @@ <h3 id="added-9">Added</h3>
536555
<li>opencollective funding links to README.md</li>
537556
</ul>
538557

539-
<h3 id="changed-13">Changed</h3>
558+
<h3 id="changed-14">Changed</h3>
540559

541560
<ul>
542561
<li>kettle-dev 1.0.18 for development</li>
@@ -633,7 +652,7 @@ <h3 id="added-11">Added</h3>
633652
</div></div>
634653

635654
<div id="footer">
636-
Generated on Wed Jul 1 01:41:56 2026 by
655+
Generated on Sat Jul 11 01:36:16 2026 by
637656
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
638657
0.9.44 (ruby-4.0.5).
639658
</div>

docs/file.README.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h2 id="-info-you-can-shake-a-stick-at">💡 Info you can shake a stick at</h2>
174174
<tr>
175175
<td>Source</td>
176176
<td>
177-
<a href="https://gitlab.com/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.094-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
177+
<a href="https://gitlab.com/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.095-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
178178
</td>
179179
</tr>
180180
<tr>
@@ -896,7 +896,7 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
896896
</div></div>
897897

898898
<div id="footer">
899-
Generated on Sun Jun 21 17:14:10 2026 by
899+
Generated on Sat Jul 11 01:36:16 2026 by
900900
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
901901
0.9.44 (ruby-4.0.5).
902902
</div>

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h2 id="-info-you-can-shake-a-stick-at">💡 Info you can shake a stick at</h2>
174174
<tr>
175175
<td>Source</td>
176176
<td>
177-
<a href="https://gitlab.com/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.094-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
177+
<a href="https://gitlab.com/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&amp;logo=Gitlab&amp;logoColor=orange" alt="Source on GitLab.com"></a> <a href="https://codeberg.org/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&amp;logo=CodeBerg&amp;logoColor=blue" alt="Source on CodeBerg.org"></a> <a href="https://github.com/kettle-dev/kettle-test"><img src="https://img.shields.io/badge/GitHub-238636?style=for-the-badge&amp;logo=Github&amp;logoColor=green" alt="Source on Github.com"></a> <a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ"><img src="https://img.shields.io/badge/KLOC-0.095-FFDD67.svg?style=for-the-badge&amp;logo=YouTube&amp;logoColor=blue" alt="The best SHA: dQw4w9WgXcQ!"></a>
178178
</td>
179179
</tr>
180180
<tr>
@@ -896,7 +896,7 @@ <h3 id="please-give-the-project-a-star--">Please give the project a star ⭐ ♥
896896
</div></div>
897897

898898
<div id="footer">
899-
Generated on Sun Jun 21 17:14:10 2026 by
899+
Generated on Sat Jul 11 01:36:16 2026 by
900900
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
901901
0.9.44 (ruby-4.0.5).
902902
</div>

0 commit comments

Comments
 (0)