Skip to content

Commit fd7da83

Browse files
committed
🔖 Prepare release v1.0.0
⚡️ A message from a fellow meat-based-AI ⚡️ - [❤️] Finely-crafted open-source tools like kettle-test (& many more) are a full-time endeavor. - [❤️] 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 d7a4dce commit fd7da83

22 files changed

+46
-33
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,14 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
1616
- TAG: [v1.0.0][1.0.0t]
1717
- COVERAGE: 100.00% -- 69/69 lines in 13 files
1818
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 13 files
19-
- 23.53% documented
19+
- 94.44% documented
2020
### Added
21-
- initial release
21+
- initial release, with auto-config support for:
22+
- rspec
23+
- rspec-block_is_expected
24+
- rspec-stubbed_env
25+
- silent_stream
26+
- timecop-rspec
2227

2328
[Unreleased]: https://gitlab.com/kettle-rb/kettle-test/-/compare/v1.0.0...HEAD
2429
[1.0.0]: https://gitlab.com/kettle-rb/kettle-test/-/compare/baed02cf1ca1e0e8c75c11fd188edaf1a4f5f08b...v1.0.0

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
kettle-test (0.1.0)
16+
kettle-test (1.0.0)
1717
appraisal2 (~> 3.0)
1818
rspec (~> 3.0)
1919
rspec-block_is_expected (~> 1.0, >= 1.0.6)
@@ -297,7 +297,7 @@ DEPENDENCIES
297297
debug (>= 1.0.0)
298298
gem_bench (~> 2.0, >= 2.0.5)
299299
gitmoji-regex (~> 1.0, >= 1.0.3)
300-
kettle-soup-cover (~> 1.0, >= 1.0.6)
300+
kettle-soup-cover (~> 1.0, >= 1.0.10)
301301
kettle-test!
302302
kramdown (~> 2.5, >= 2.5.1)
303303
kramdown-parser-gfm (~> 1.1)

bin/prepare-commit-msg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ if (branch_rule = BRANCH_RULES[BRANCH_RULE_TYPE])
3333
if !match_data.nil?
3434
commit_msg = File.read(ARGV[0])
3535
unless commit_msg.include?(match_data[:story_id])
36-
commit_msg = <<EOS
37-
#{commit_msg.strip}
38-
[#{match_data[:story_type]}][#{match_data[:story_id]}]
39-
EOS
36+
commit_msg = <<~EOS
37+
#{commit_msg.strip}
38+
[#{match_data[:story_type]}][#{match_data[:story_id]}]
39+
EOS
4040
File.open(ARGV[0], "w") do |file|
4141
file.print(commit_msg)
4242
end
@@ -75,7 +75,7 @@ class GitCommitFooter
7575
prefixes.any? { |prefix| subj.start_with?(prefix) }
7676
end
7777

78-
def render(argv)
78+
def render(*argv)
7979
commit_msg = File.read(argv[0])
8080
subject_line = commit_msg.lines.first.to_s
8181
if GitCommitFooter::FOOTER_APPEND && goalie_allows_footer?(subject_line)
@@ -85,7 +85,7 @@ class GitCommitFooter
8585
# puts "FOOTER_APPEND is true, skipping footer append"
8686
exit(0)
8787
else
88-
footer_binding = GitCommitFooter.new(argv[0])
88+
footer_binding = GitCommitFooter.new
8989
# Append footer to the commit message
9090
File.open(argv[0], "w") do |file|
9191
file.print(commit_msg)
@@ -152,4 +152,4 @@ class GitCommitFooter
152152
end
153153
end
154154

155-
GitCommitFooter.render(ARGV)
155+
GitCommitFooter.render(*ARGV)

docs/Kettle.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ <h2>Defined Under Namespace</h2>
107107
</div>
108108

109109
<div id="footer">
110-
Generated on Thu Aug 21 22:14:22 2025 by
110+
Generated on Thu Aug 21 22:50:43 2025 by
111111
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
112112
0.9.37 (ruby-3.4.5).
113113
</div>

docs/Kettle/Test.html

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

618618
<div id="footer">
619-
Generated on Thu Aug 21 22:14:22 2025 by
619+
Generated on Thu Aug 21 22:50:43 2025 by
620620
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
621621
0.9.37 (ruby-3.4.5).
622622
</div>

docs/Kettle/Test/Error.html

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

126126
<div id="footer">
127-
Generated on Thu Aug 21 22:14:22 2025 by
127+
Generated on Thu Aug 21 22:50:43 2025 by
128128
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
129129
0.9.37 (ruby-3.4.5).
130130
</div>

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'>0.1.0</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.0</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 Thu Aug 21 22:14:22 2025 by
147+
Generated on Thu Aug 21 22:50:43 2025 by
148148
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
149149
0.9.37 (ruby-3.4.5).
150150
</div>

docs/_index.html

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

171171
<div id="footer">
172-
Generated on Thu Aug 21 22:14:22 2025 by
172+
Generated on Thu Aug 21 22:50:43 2025 by
173173
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
174174
0.9.37 (ruby-3.4.5).
175175
</div>

docs/file.CHANGELOG.html

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,24 @@ <h2 id="100---2025-08-20">
7878
</li>
7979
<li>COVERAGE: 100.00% – 69/69 lines in 13 files</li>
8080
<li>BRANCH COVERAGE: 100.00% – 2/2 branches in 13 files</li>
81-
<li>23.53% documented
81+
<li>94.44% documented
8282
<h3 id="added-1">Added</h3>
8383
</li>
84-
<li>initial release</li>
84+
<li>initial release, with auto-config support for:
85+
<ul>
86+
<li>rspec</li>
87+
<li>rspec-block_is_expected</li>
88+
<li>rspec-stubbed_env</li>
89+
<li>silent_stream</li>
90+
<li>timecop-rspec</li>
91+
</ul>
92+
</li>
8593
</ul>
8694

8795
</div></div>
8896

8997
<div id="footer">
90-
Generated on Thu Aug 21 22:14:22 2025 by
98+
Generated on Thu Aug 21 22:50:43 2025 by
9199
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
92100
0.9.37 (ruby-3.4.5).
93101
</div>

docs/file.CITATION.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
</div></div>
8383

8484
<div id="footer">
85-
Generated on Thu Aug 21 22:14:22 2025 by
85+
Generated on Thu Aug 21 22:50:43 2025 by
8686
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
8787
0.9.37 (ruby-3.4.5).
8888
</div>

0 commit comments

Comments
 (0)