Skip to content

Commit c0e60e2

Browse files
committed
🔖 Prepare release v1.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 fc9d1a7 commit c0e60e2

21 files changed

+63
-1764
lines changed

CHANGELOG.md

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

2323
### Changed
2424

25-
- Upgraded to [appraisal2 v3.0.1](https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.1)
26-
2725
### Deprecated
2826

2927
### Removed
3028

3129
### Fixed
3230

33-
- removed redundant development dependencies
34-
3531
### Security
3632

33+
## [1.0.10] - 2026-02-06
34+
35+
- TAG: [v1.0.10][1.0.10t]
36+
- COVERAGE: 100.00% -- 86/86 lines in 15 files
37+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 15 files
38+
- 100.00% documented
39+
40+
### Changed
41+
42+
- Upgraded to [appraisal2 v3.0.1](https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.1)
43+
44+
### Fixed
45+
46+
- removed redundant development dependencies
47+
3748
## [1.0.9] - 2026-02-06
3849

3950
- TAG: [v1.0.9][1.0.9t]
@@ -189,7 +200,9 @@ Please file a bug if you notice a violation of semantic versioning.
189200
- silent_stream
190201
- timecop-rspec
191202

192-
[Unreleased]: https://github.com/kettle-rb/kettle-test/compare/v1.0.9...HEAD
203+
[Unreleased]: https://github.com/kettle-rb/kettle-test/compare/v1.0.10...HEAD
204+
[1.0.10]: https://github.com/kettle-rb/kettle-test/compare/v1.0.9...v1.0.10
205+
[1.0.10t]: https://github.com/kettle-rb/kettle-test/releases/tag/v1.0.10
193206
[1.0.9]: https://github.com/kettle-rb/kettle-test/compare/v1.0.8...v1.0.9
194207
[1.0.9t]: https://github.com/kettle-rb/kettle-test/releases/tag/v1.0.9
195208
[1.0.8]: https://github.com/kettle-rb/kettle-test/compare/v1.0.7...v1.0.8

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
kettle-test (1.0.9)
16+
kettle-test (1.0.10)
1717
appraisal2 (~> 3.0, >= 3.0.1)
1818
backports (~> 3.0)
1919
rspec (~> 3.0)

docs/Kettle.html

Lines changed: 0 additions & 127 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +0,0 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>
7-
Module: Kettle
8-
9-
&mdash; Documentation by YARD 0.9.38
10-
11-
</title>
12-
13-
<link rel="stylesheet" href="css/style.css" type="text/css" />
14-
15-
<link rel="stylesheet" href="css/common.css" type="text/css" />
16-
17-
<script type="text/javascript">
18-
pathId = "Kettle";
19-
relpath = '';
20-
</script>
21-
22-
23-
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24-
25-
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26-
27-
28-
</head>
29-
<body>
30-
<div class="nav_wrap">
31-
<iframe id="nav" src="class_list.html?1"></iframe>
32-
<div id="resizer"></div>
33-
</div>
34-
35-
<div id="main" tabindex="-1">
36-
<div id="header">
37-
<div id="menu">
38-
39-
<a href="_index.html">Index (K)</a> &raquo;
40-
41-
42-
<span class="title">Kettle</span>
43-
44-
</div>
45-
46-
<div id="search">
47-
48-
<a class="full_list_link" id="class_list_link"
49-
href="class_list.html">
50-
51-
<svg width="24" height="24">
52-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55-
</svg>
56-
</a>
57-
58-
</div>
59-
<div class="clear"></div>
60-
</div>
61-
62-
<div id="content"><h1>Module: Kettle
63-
64-
65-
66-
</h1>
67-
<div class="box_info">
68-
69-
70-
71-
72-
73-
74-
75-
76-
77-
78-
79-
<dl>
80-
<dt>Defined in:</dt>
81-
<dd>lib/kettle/test.rb<span class="defines">,<br />
82-
lib/kettle/test/version.rb</span>
83-
</dd>
84-
</dl>
85-
86-
</div>
87-
88-
<h2>Overview</h2><div class="docstring">
89-
<div class="discussion">
90-
<p>Kettle namespace for the kettle-rb ecosystem of gems.</p>
91-
92-
93-
</div>
94-
</div>
95-
<div class="tags">
96-
97-
98-
</div><h2>Defined Under Namespace</h2>
99-
<p class="children">
100-
101-
102-
<strong class="modules">Modules:</strong> <span class='object_link'><a href="Kettle/Test.html" title="Kettle::Test (module)">Test</a></span>
103-
104-
105-
106-
107-
</p>
108-
109-
110-
111-
112-
113-
114-
115-
116-
117-
</div>
118-
119-
<div id="footer">
120-
Generated on Fri Feb 6 03:52:37 2026 by
121-
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
122-
0.9.38 (ruby-4.0.1).
123-
</div>
124-
125-
</div>
126-
</body>
127-
</html>

docs/Kettle/Test.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -631,7 +631,7 @@ <h3 class="signature first" id="is_parallel_test?-class_method">
631631
</div>
632632

633633
<div id="footer">
634-
Generated on Fri Feb 6 03:52:37 2026 by
634+
Generated on Fri Feb 6 04:46:04 2026 by
635635
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
636636
0.9.38 (ruby-4.0.1).
637637
</div>

docs/Kettle/Test/Error.html

Lines changed: 0 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -1,134 +0,0 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<head>
4-
<meta charset="utf-8">
5-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6-
<title>
7-
Exception: Kettle::Test::Error
8-
9-
&mdash; Documentation by YARD 0.9.38
10-
11-
</title>
12-
13-
<link rel="stylesheet" href="../../css/style.css" type="text/css" />
14-
15-
<link rel="stylesheet" href="../../css/common.css" type="text/css" />
16-
17-
<script type="text/javascript">
18-
pathId = "Kettle::Test::Error";
19-
relpath = '../../';
20-
</script>
21-
22-
23-
<script type="text/javascript" charset="utf-8" src="../../js/jquery.js"></script>
24-
25-
<script type="text/javascript" charset="utf-8" src="../../js/app.js"></script>
26-
27-
28-
</head>
29-
<body>
30-
<div class="nav_wrap">
31-
<iframe id="nav" src="../../class_list.html?1"></iframe>
32-
<div id="resizer"></div>
33-
</div>
34-
35-
<div id="main" tabindex="-1">
36-
<div id="header">
37-
<div id="menu">
38-
39-
<a href="../../_index.html">Index (E)</a> &raquo;
40-
<span class='title'><span class='object_link'><a href="../../Kettle.html" title="Kettle (module)">Kettle</a></span></span> &raquo; <span class='title'><span class='object_link'><a href="../Test.html" title="Kettle::Test (module)">Test</a></span></span>
41-
&raquo;
42-
<span class="title">Error</span>
43-
44-
</div>
45-
46-
<div id="search">
47-
48-
<a class="full_list_link" id="class_list_link"
49-
href="../../class_list.html">
50-
51-
<svg width="24" height="24">
52-
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53-
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54-
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55-
</svg>
56-
</a>
57-
58-
</div>
59-
<div class="clear"></div>
60-
</div>
61-
62-
<div id="content"><h1>Exception: Kettle::Test::Error
63-
64-
65-
66-
</h1>
67-
<div class="box_info">
68-
69-
<dl>
70-
<dt>Inherits:</dt>
71-
<dd>
72-
<span class="inheritName">StandardError</span>
73-
74-
<ul class="fullTree">
75-
<li>Object</li>
76-
77-
<li class="next">StandardError</li>
78-
79-
<li class="next">Kettle::Test::Error</li>
80-
81-
</ul>
82-
<a href="#" class="inheritanceTree">show all</a>
83-
84-
</dd>
85-
</dl>
86-
87-
88-
89-
90-
91-
92-
93-
94-
95-
96-
97-
<dl>
98-
<dt>Defined in:</dt>
99-
<dd>lib/kettle/test.rb</dd>
100-
</dl>
101-
102-
</div>
103-
104-
<h2>Overview</h2><div class="docstring">
105-
<div class="discussion">
106-
<p>Base error class for kettle-test specific failures.</p>
107-
108-
109-
</div>
110-
</div>
111-
<div class="tags">
112-
113-
114-
</div>
115-
116-
117-
118-
119-
120-
121-
122-
123-
124-
</div>
125-
126-
<div id="footer">
127-
Generated on Fri Feb 6 03:52:37 2026 by
128-
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129-
0.9.38 (ruby-4.0.1).
130-
</div>
131-
132-
</div>
133-
</body>
134-
</html>

docs/Kettle/Test/Version.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2>
128128

129129
</div>
130130
</dt>
131-
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.0.9</span><span class='tstring_end'>&quot;</span></span></pre></dd>
131+
<dd><pre class="code"><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>1.0.10</span><span class='tstring_end'>&quot;</span></span></pre></dd>
132132

133133
</dl>
134134

@@ -144,7 +144,7 @@ <h2>
144144
</div>
145145

146146
<div id="footer">
147-
Generated on Fri Feb 6 03:52:37 2026 by
147+
Generated on Fri Feb 6 04:46:04 2026 by
148148
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149149
0.9.38 (ruby-4.0.1).
150150
</div>

docs/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h2>Namespace Listing A-Z</h2>
196196
</div>
197197

198198
<div id="footer">
199-
Generated on Fri Feb 6 03:52:36 2026 by
199+
Generated on Fri Feb 6 04:46:04 2026 by
200200
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
201201
0.9.38 (ruby-4.0.1).
202202
</div>

0 commit comments

Comments
 (0)