kettle-test 2.0.19 → 2.0.21
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 +41 -1
- data/README.md +6 -18
- data/lib/kettle/test/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +10 -10
- 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: e284ed1064eb8dada64bba5c3378bb28dd40474399cc7e986803dee6df0e9ea0
|
|
4
|
+
data.tar.gz: fefc4e7244eccc3ccb2fb5e3d094c757a2cb1e30477554347462a7cfb264ffbd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1dd0a9dfba3688d09fb48ac7279a2279e06f5adf2223b2f870bef2951c9f812f38cda78f2e268ec317ee117b2692d31040a0ae993559a857dca5c0e229a25985
|
|
7
|
+
data.tar.gz: ebfbc78ef42cdd295d45069dcf569925af26d1fdbc8267cd35c4a8b1cd90f30ebf3ae97b9653111b1df5d3dbe654725281f18cf971ad1ef58bbf107b5d338a9d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,42 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [2.0.21] - 2026-08-28
|
|
34
|
+
|
|
35
|
+
- TAG: [v2.0.21][2.0.21t]
|
|
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
|
+
- [kc] kettle-jem/prepare: updated 8 project files:
|
|
43
|
+
- configuration (1)
|
|
44
|
+
- dependencies (7)
|
|
45
|
+
|
|
46
|
+
- [kc] kettle-jem/template: updated 5 project files:
|
|
47
|
+
- code and tests (1)
|
|
48
|
+
- dependencies (1)
|
|
49
|
+
- documentation (2)
|
|
50
|
+
- other (1)
|
|
51
|
+
|
|
52
|
+
## [2.0.20] - 2026-08-12
|
|
53
|
+
|
|
54
|
+
- TAG: [v2.0.20][2.0.20t]
|
|
55
|
+
- COVERAGE: 96.84% -- 92/95 lines in 17 files
|
|
56
|
+
- BRANCH COVERAGE: 100.00% -- 2/2 branches in 17 files
|
|
57
|
+
- 100.00% documented
|
|
58
|
+
|
|
59
|
+
### Changed
|
|
60
|
+
|
|
61
|
+
- Prepare project for kettle-jem templates: updated 11 project files across dependencies (11).
|
|
62
|
+
|
|
63
|
+
- Apply kettle-jem templates: updated 7 project files across code and tests (1), configuration (1), dependencies (1), documentation (1), other (3).
|
|
64
|
+
|
|
65
|
+
### Fixed
|
|
66
|
+
|
|
67
|
+
- Fix the README Configuration link so release Markdown reference validation resolves its heading anchor.
|
|
68
|
+
|
|
33
69
|
## [2.0.19] - 2026-08-02
|
|
34
70
|
|
|
35
71
|
- TAG: [v2.0.19][2.0.19t]
|
|
@@ -590,7 +626,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
590
626
|
- silent_stream
|
|
591
627
|
- timecop-rspec
|
|
592
628
|
|
|
593
|
-
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.
|
|
629
|
+
[Unreleased]: https://github.com/kettle-dev/kettle-test/compare/v2.0.21...HEAD
|
|
630
|
+
[2.0.21]: https://github.com/kettle-dev/kettle-test/compare/v2.0.20...v2.0.21
|
|
631
|
+
[2.0.21t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.21
|
|
632
|
+
[2.0.20]: https://github.com/kettle-dev/kettle-test/compare/v2.0.19...v2.0.20
|
|
633
|
+
[2.0.20t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.20
|
|
594
634
|
[2.0.19]: https://github.com/kettle-dev/kettle-test/compare/v2.0.18...v2.0.19
|
|
595
635
|
[2.0.19t]: https://github.com/kettle-dev/kettle-test/releases/tag/v2.0.19
|
|
596
636
|
[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
|
|
@@ -108,7 +108,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
108
108
|
|
|
109
109
|
</details>
|
|
110
110
|
|
|
111
|
-
### Enterprise Support
|
|
111
|
+
### Enterprise Support
|
|
112
|
+
|
|
113
|
+
[](https://tidelift.com/subscription/pkg/rubygems-kettle-test?utm_source=rubygems-kettle-test&utm_medium=referral&utm_campaign=readme)
|
|
112
114
|
|
|
113
115
|
Available as part of the Tidelift Subscription.
|
|
114
116
|
|
|
@@ -504,8 +506,7 @@ See [SECURITY.md][🔐security].
|
|
|
504
506
|
## 🤝 Contributing
|
|
505
507
|
|
|
506
508
|
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.
|
|
509
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
509
510
|
|
|
510
511
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
511
512
|
|
|
@@ -541,19 +542,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
541
542
|
|
|
542
543
|
Also see GitLab Contributors: [https://gitlab.com/kettle-dev/kettle-test/-/graphs/main][🚎contributors-gl]
|
|
543
544
|
|
|
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
545
|
## 📌 Versioning
|
|
558
546
|
|
|
559
547
|
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.21"
|
|
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
|
Binary file
|
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.21
|
|
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.14
|
|
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.14
|
|
242
242
|
- !ruby/object:Gem::Dependency
|
|
243
243
|
name: bundler-audit
|
|
244
244
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -350,7 +350,7 @@ dependencies:
|
|
|
350
350
|
version: '2.0'
|
|
351
351
|
- - ">="
|
|
352
352
|
- !ruby/object:Gem::Version
|
|
353
|
-
version: 2.0.
|
|
353
|
+
version: 2.0.12
|
|
354
354
|
type: :development
|
|
355
355
|
prerelease: false
|
|
356
356
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -360,7 +360,7 @@ dependencies:
|
|
|
360
360
|
version: '2.0'
|
|
361
361
|
- - ">="
|
|
362
362
|
- !ruby/object:Gem::Version
|
|
363
|
-
version: 2.0.
|
|
363
|
+
version: 2.0.12
|
|
364
364
|
description: "\U0001F372 Kettle::Test is a meta tool from kettle-dev to streamline
|
|
365
365
|
testing. Acts as a shim dependency, pulling in many other dependencies, to give
|
|
366
366
|
you OOTB productivity with a RubyGem, or Ruby app project. Configures RSpec w/ syntactic
|
|
@@ -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.21
|
|
408
|
+
changelog_uri: https://github.com/kettle-dev/kettle-test/blob/v2.0.21/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.21
|
|
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
|