Skip to content

Commit 384f201

Browse files
committed
🔖 Prepare release v1.0.7
⚡️ 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 b131d33 commit 384f201

24 files changed

+112
-2084
lines changed

CHANGELOG.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ Please file a bug if you notice a violation of semantic versioning.
2020

2121
### Added
2222

23-
- traditional `Kettle::Test::VERSION` constant
24-
- make `hide_env` (from rspec-stubbed_env) available by default
25-
- increased documentation to 100%, and added many documentation improvements
26-
2723
### Changed
2824

2925
### Deprecated
@@ -34,6 +30,19 @@ Please file a bug if you notice a violation of semantic versioning.
3430

3531
### Security
3632

33+
## [1.0.7] - 2025-12-06
34+
35+
- TAG: [v1.0.7][1.0.7t]
36+
- COVERAGE: 100.00% -- 84/84 lines in 15 files
37+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 15 files
38+
- 100.00% documented
39+
40+
### Added
41+
42+
- traditional `Kettle::Test::VERSION` constant
43+
- make `hide_env` (from rspec-stubbed_env) available by default
44+
- increased documentation to 100%, and added many documentation improvements
45+
3746
## [1.0.6] - 2025-10-21
3847

3948
- TAG: [v1.0.6][1.0.6t]
@@ -148,7 +157,9 @@ Please file a bug if you notice a violation of semantic versioning.
148157
- silent_stream
149158
- timecop-rspec
150159

151-
[Unreleased]: https://github.com/kettle-rb/kettle-test/compare/v1.0.6...HEAD
160+
[Unreleased]: https://github.com/kettle-rb/kettle-test/compare/v1.0.7...HEAD
161+
[1.0.7]: https://github.com/kettle-rb/kettle-test/compare/v1.0.6...v1.0.7
162+
[1.0.7t]: https://github.com/kettle-rb/kettle-test/releases/tag/v1.0.7
152163
[1.0.6]: https://github.com/kettle-rb/kettle-test/compare/v1.0.5...v1.0.6
153164
[1.0.6t]: https://github.com/kettle-rb/kettle-test/releases/tag/v1.0.6
154165
[1.0.5]: https://github.com/kettle-rb/kettle-test/compare/v1.0.4...v1.0.5

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.6)
16+
kettle-test (1.0.7)
1717
appraisal2 (~> 3.0)
1818
backports (~> 3.0)
1919
rspec (~> 3.0)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ Thanks for RTFM. ☺️
820820
[📌gitmoji]: https://gitmoji.dev
821821
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
822822
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
823-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-4.308-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
823+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.084-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
824824
[🔐security]: SECURITY.md
825825
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
826826
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year

docs/Kettle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ <h2>Overview</h2><div class="docstring">
117117
</div>
118118

119119
<div id="footer">
120-
Generated on Sat Dec 6 18:11:19 2025 by
120+
Generated on Sat Dec 6 18:15:09 2025 by
121121
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
122122
0.9.38 (ruby-3.4.7).
123123
</div>

docs/Kettle/Test.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,21 @@ <h2>
506506
</dt>
507507
<dd><pre class="code"><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'>KETTLE_TEST_TM_SEQUENTIAL</span><span class='tstring_end'>&quot;</span></span><span class='comma'>,</span> <span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>true</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_casecmp'>casecmp</span><span class='lparen'>(</span><span class='tstring'><span class='tstring_beg'>&quot;</span><span class='tstring_content'>true</span><span class='tstring_end'>&quot;</span></span><span class='rparen'>)</span><span class='period'>.</span><span class='id identifier rubyid_zero?'>zero?</span></pre></dd>
508508

509+
<dt id="VERSION-constant" class="">VERSION =
510+
<div class="docstring">
511+
<div class="discussion">
512+
<p>Traditional constant at module level</p>
513+
514+
515+
</div>
516+
</div>
517+
<div class="tags">
518+
519+
520+
</div>
521+
</dt>
522+
<dd><pre class="code"><span class='const'><span class='object_link'><a href="Test/Version.html" title="Kettle::Test::Version (module)">Version</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="Test/Version.html#VERSION-constant" title="Kettle::Test::Version::VERSION (constant)">VERSION</a></span></span></pre></dd>
523+
509524
</dl>
510525

511526

@@ -616,7 +631,7 @@ <h3 class="signature first" id="is_parallel_test?-class_method">
616631
</div>
617632

618633
<div id="footer">
619-
Generated on Sat Dec 6 18:11:20 2025 by
634+
Generated on Sat Dec 6 18:15:09 2025 by
620635
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
621636
0.9.38 (ruby-3.4.7).
622637
</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 Sat Dec 6 18:11:20 2025 by
128-
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129-
0.9.38 (ruby-3.4.7).
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.6</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.7</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 Sat Dec 6 18:11:20 2025 by
147+
Generated on Sat Dec 6 18:15:09 2025 by
148148
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149149
0.9.38 (ruby-3.4.7).
150150
</div>

0 commit comments

Comments
 (0)