kettle-test 2.0.19 → 2.0.20
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +20 -1
- data/README.md +3 -17
- data/lib/kettle/test/version.rb +1 -1
- data.tar.gz.sig +3 -4
- metadata +8 -8
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f21ff599b77c28c2297a35d63c8ed5de1352dc9810f2b77202c41730ce68518c
|
|
4
|
+
data.tar.gz: 3d8fb7aa3124f14e9959be83234736da6a90751e20325ea3a86af7b6fa4c9c55
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b2db4bc99b8af1f7f711dfe30c0346e4a553bd8b00a3cb0b8cbd1fa14cb5d5094d3d803de4eaa4d3c284b90d9173b81c7753073cf7180428a8dea99f0046e1c
|
|
7
|
+
data.tar.gz: 11c89917411f91896d4acd8d93b579ced9608a2f416947b80d92a59f568c52354f1268fab51658ccde83c690c8f99ef2eb24bafb1a913cc597bbb196605129ba
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,23 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.20] - 2026-08-12
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.20][2.0.20t]
|
|
36
|
+
- COVERAGE: 96.84% -- 92/95 lines in 17 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 17 files
|
|
38
|
+
- 100.00% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Prepare project for kettle-jem templates: updated 11 project files across dependencies (11).
|
|
43
|
+
|
|
44
|
+
- Apply kettle-jem templates: updated 7 project files across code and tests (1), configuration (1), dependencies (1), documentation (1), other (3).
|
|
45
|
+
|
|
46
|
+
### Fixed
|
|
47
|
+
|
|
48
|
+
- Fix the README Configuration link so release Markdown reference validation resolves its heading anchor.
|
|
49
|
+
|
|
33
50
|
## [2.0.19] - 2026-08-02
|
|
34
51
|
|
|
35
52
|
- TAG: [v2.0.19][2.0.19t]
|
|
@@ -590,7 +607,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
590
607
|
- silent_stream
|
|
591
608
|
- timecop-rspec
|
|
592
609
|
|
|
593
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.
|
|
610
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.20...HEAD
|
|
611
|
+
[2.0.20]: https://github.com/kettle-dev/kettle-test/compare/v2.0.19...v2.0.20
|
|
612
|
+
[2.0.20t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.20
|
|
594
613
|
[2.0.19]: https://github.com/kettle-dev/kettle-test/compare/v2.0.18...v2.0.19
|
|
595
614
|
[2.0.19t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.19
|
|
596
615
|
[2.0.18]: https://github.com/kettle-dev/kettle-test/compare/v2.0.17...v2.0.18
|
data/README.md
CHANGED
|
@@ -42,7 +42,7 @@ end
|
|
|
42
42
|
require "gem-under-test"
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
-
Now you have many powerful testing tools at your disposal, all fully [documented](
|
|
45
|
+
Now you have many powerful testing tools at your disposal, all fully [documented](#configuration) and tested.
|
|
46
46
|
|
|
47
47
|
I expect the current release of this gem to be compatible with Ruby 2.4+,
|
|
48
48
|
and concordant releases of JRuby, and TruffleRuby.
|
|
@@ -70,7 +70,7 @@ and concordant releases of JRuby, and TruffleRuby.
|
|
|
70
70
|
|
|
71
71
|
### Compatibility
|
|
72
72
|
|
|
73
|
-
Compatible with MRI Ruby 2.4.0+,
|
|
73
|
+
Compatible with MRI Ruby 2.4.0+, JRuby, and TruffleRuby.
|
|
74
74
|
CI workflows and Appraisals are generated for MRI Ruby 2.4+.
|
|
75
75
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
76
76
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -504,8 +504,7 @@ See [SECURITY.md][🔐security].
|
|
|
504
504
|
## 🤝 Contributing
|
|
505
505
|
|
|
506
506
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
507
|
-
|
|
508
|
-
or use the gem and think about how it could be better.
|
|
507
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
509
508
|
|
|
510
509
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
511
510
|
|
|
@@ -541,19 +540,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
541
540
|
|
|
542
541
|
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-test/-/graphs/main][🚎contributors-gl]
|
|
543
542
|
|
|
544
|
-
<details markdown="1">
|
|
545
|
-
<summary>⭐️ Star History</summary>
|
|
546
|
-
|
|
547
|
-
<a href="https://star-history.com/kettle-dev/kettle-test&Date">
|
|
548
|
-
<picture>
|
|
549
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date&theme=dark" />
|
|
550
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date" />
|
|
551
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=kettle-dev/kettle-test&type=Date" />
|
|
552
|
-
</picture>
|
|
553
|
-
</a>
|
|
554
|
-
|
|
555
|
-
</details>
|
|
556
|
-
|
|
557
543
|
## 📌 Versioning
|
|
558
544
|
|
|
559
545
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
data/lib/kettle/test/version.rb
CHANGED
|
@@ -5,7 +5,7 @@ module Kettle
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "2.0.
|
|
8
|
+
VERSION = "2.0.20"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data.tar.gz.sig
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
%��
|
|
4
|
-
M2<�6�����}���Y��&��O}mNbVP�>�aL<�Ux��Y�(�^�]E=�\0[2�.q��F��ᔡ
|
|
1
|
+
e�����0��8�
|
|
2
|
+
��&2�+���x���Zp$韥�������pg�T�Ju�����6X)8XG����I]��鉪���bP�����l�M��vC�+iHQͿ���ז4�۷��y`���5�P��h�*�87ї�H�}�ín f��\Y�Zb_(�|�2�S�@&<� �E�%����t�,��W�d�� ��\�R�S��c�l3��-��
|
|
5
3
|
l��(<��q�Ȟ���xBO���~�_}�%8k��-<U���]=�]qV�#�vu
|
|
4
|
+
��y�2����X�ׅ7���i���
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kettle-test
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.20
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter H. Boling
|
|
@@ -225,20 +225,20 @@ dependencies:
|
|
|
225
225
|
requirements:
|
|
226
226
|
- - "~>"
|
|
227
227
|
- !ruby/object:Gem::Version
|
|
228
|
-
version: '
|
|
228
|
+
version: '3.0'
|
|
229
229
|
- - ">="
|
|
230
230
|
- !ruby/object:Gem::Version
|
|
231
|
-
version:
|
|
231
|
+
version: 3.0.6
|
|
232
232
|
type: :development
|
|
233
233
|
prerelease: false
|
|
234
234
|
version_requirements: !ruby/object:Gem::Requirement
|
|
235
235
|
requirements:
|
|
236
236
|
- - "~>"
|
|
237
237
|
- !ruby/object:Gem::Version
|
|
238
|
-
version: '
|
|
238
|
+
version: '3.0'
|
|
239
239
|
- - ">="
|
|
240
240
|
- !ruby/object:Gem::Version
|
|
241
|
-
version:
|
|
241
|
+
version: 3.0.6
|
|
242
242
|
- !ruby/object:Gem::Dependency
|
|
243
243
|
name: bundler-audit
|
|
244
244
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -404,10 +404,10 @@ licenses:
|
|
|
404
404
|
- PolyForm-Small-Business-1.0.0
|
|
405
405
|
metadata:
|
|
406
406
|
homepage_uri: https://kettle-test.galtzo.com
|
|
407
|
-
source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.
|
|
408
|
-
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.
|
|
407
|
+
source_code_uri: https://github.com/kettle-dev/kettle-test/tree/v2.0.20
|
|
408
|
+
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.20/CHANGELOG.md
|
|
409
409
|
bug_tracker_uri: https://github.com/kettle-dev/kettle-test/issues
|
|
410
|
-
documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.
|
|
410
|
+
documentation_uri: https://www.rubydoc.info/gems/kettle-test/2.0.20
|
|
411
411
|
funding_uri: https://github.com/sponsors/pboling
|
|
412
412
|
wiki_uri: https://github.com/kettle-dev/kettle-test/wiki
|
|
413
413
|
news_uri: https://www.railsbling.com/tags/kettle-test
|
metadata.gz.sig
CHANGED
|
Binary file
|