turbo_tests2 3.2.5 → 3.2.6
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 +22 -1
- data/README.md +2 -16
- data/lib/turbo_tests/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +12 -12
- 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: 845d3f1bfca237a4f69e92344534dac2dc046098ab5e37eee5b7f37546503b27
|
|
4
|
+
data.tar.gz: 60a90bd453462fd4cfc42e0c6f7764e8a8caf6226275663de1d9f331342bbb5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5497b5766dfa59eded82f999068c3a2c0ffe63b5e43a4256586e3b16b1396637faea9b617cc10e0fb4dc6e1bf964e421b19efbe973bbd0d0fe793d2d03e32f43
|
|
7
|
+
data.tar.gz: 157315d9cfdb740907c91f326419313bb8c94cac58580430e6c8c6c6f61318861bce2ad10c021661be4a23b35bee54dd244e1045c8068122095795aa440e271d
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,25 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.2.6] - 2026-08-13
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.2.6][3.2.6t]
|
|
36
|
+
- COVERAGE: 96.81% -- 880/909 lines in 10 files
|
|
37
|
+
- BRANCH COVERAGE: 85.17% -- 224/263 branches in 10 files
|
|
38
|
+
- 36.73% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- [kc] kettle-jem/prepare: updated 11 project files:
|
|
43
|
+
- dependencies (11)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 7 project files:
|
|
46
|
+
- code and tests (1)
|
|
47
|
+
- configuration (1)
|
|
48
|
+
- dependencies (1)
|
|
49
|
+
- documentation (1)
|
|
50
|
+
- other (3)
|
|
51
|
+
|
|
33
52
|
## [3.2.5] - 2026-08-08
|
|
34
53
|
|
|
35
54
|
- TAG: [v3.2.5][3.2.5t]
|
|
@@ -516,7 +535,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
516
535
|
|
|
517
536
|
- Initial release
|
|
518
537
|
|
|
519
|
-
[Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.
|
|
538
|
+
[Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.6...HEAD
|
|
539
|
+
[3.2.6]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.5...v3.2.6
|
|
540
|
+
[3.2.6t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.6
|
|
520
541
|
[3.2.5]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.4...v3.2.5
|
|
521
542
|
[3.2.5t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.2.5
|
|
522
543
|
[3.2.4]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.2.3...v3.2.4
|
data/README.md
CHANGED
|
@@ -82,7 +82,7 @@ Finished in 2 minute 25.15 seconds (files took 0 seconds to load)
|
|
|
82
82
|
|
|
83
83
|
### Compatibility
|
|
84
84
|
|
|
85
|
-
Compatible with MRI Ruby 2.4.0+,
|
|
85
|
+
Compatible with MRI Ruby 2.4.0+, JRuby, and TruffleRuby.
|
|
86
86
|
CI workflows and Appraisals are generated for MRI Ruby 2.4+.
|
|
87
87
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
88
88
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -454,8 +454,7 @@ See [SECURITY.md][🔐security].
|
|
|
454
454
|
## 🤝 Contributing
|
|
455
455
|
|
|
456
456
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
457
|
-
|
|
458
|
-
or use the gem and think about how it could be better.
|
|
457
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
459
458
|
|
|
460
459
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
461
460
|
|
|
@@ -491,19 +490,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
491
490
|
|
|
492
491
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/turbo_tests2/-/graphs/main][🚎contributors-gl]
|
|
493
492
|
|
|
494
|
-
<details markdown="1">
|
|
495
|
-
<summary>⭐️ Star History</summary>
|
|
496
|
-
|
|
497
|
-
<a href="https://star-history.com/galtzo-floss/turbo_tests2&Date">
|
|
498
|
-
<picture>
|
|
499
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/turbo_tests2&type=Date&theme=dark" />
|
|
500
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/turbo_tests2&type=Date" />
|
|
501
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/turbo_tests2&type=Date" />
|
|
502
|
-
</picture>
|
|
503
|
-
</a>
|
|
504
|
-
|
|
505
|
-
</details>
|
|
506
|
-
|
|
507
493
|
## 📌 Versioning
|
|
508
494
|
|
|
509
495
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
data/lib/turbo_tests/version.rb
CHANGED
|
@@ -4,7 +4,7 @@ module TurboTests
|
|
|
4
4
|
# Version namespace for this gem.
|
|
5
5
|
module Version
|
|
6
6
|
# Current gem version.
|
|
7
|
-
VERSION = "3.2.
|
|
7
|
+
VERSION = "3.2.6"
|
|
8
8
|
end
|
|
9
9
|
# Current gem version exposed at the traditional constant location.
|
|
10
10
|
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: turbo_tests2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Illia
|
|
@@ -107,20 +107,20 @@ dependencies:
|
|
|
107
107
|
requirements:
|
|
108
108
|
- - "~>"
|
|
109
109
|
- !ruby/object:Gem::Version
|
|
110
|
-
version: '
|
|
110
|
+
version: '3.0'
|
|
111
111
|
- - ">="
|
|
112
112
|
- !ruby/object:Gem::Version
|
|
113
|
-
version:
|
|
113
|
+
version: 3.0.6
|
|
114
114
|
type: :development
|
|
115
115
|
prerelease: false
|
|
116
116
|
version_requirements: !ruby/object:Gem::Requirement
|
|
117
117
|
requirements:
|
|
118
118
|
- - "~>"
|
|
119
119
|
- !ruby/object:Gem::Version
|
|
120
|
-
version: '
|
|
120
|
+
version: '3.0'
|
|
121
121
|
- - ">="
|
|
122
122
|
- !ruby/object:Gem::Version
|
|
123
|
-
version:
|
|
123
|
+
version: 3.0.6
|
|
124
124
|
- !ruby/object:Gem::Dependency
|
|
125
125
|
name: bundler-audit
|
|
126
126
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -198,7 +198,7 @@ dependencies:
|
|
|
198
198
|
version: '3.2'
|
|
199
199
|
- - ">="
|
|
200
200
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 3.2.
|
|
201
|
+
version: 3.2.2
|
|
202
202
|
type: :development
|
|
203
203
|
prerelease: false
|
|
204
204
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +208,7 @@ dependencies:
|
|
|
208
208
|
version: '3.2'
|
|
209
209
|
- - ">="
|
|
210
210
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 3.2.
|
|
211
|
+
version: 3.2.2
|
|
212
212
|
- !ruby/object:Gem::Dependency
|
|
213
213
|
name: kettle-test
|
|
214
214
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -272,7 +272,7 @@ dependencies:
|
|
|
272
272
|
version: '2.0'
|
|
273
273
|
- - ">="
|
|
274
274
|
- !ruby/object:Gem::Version
|
|
275
|
-
version: 2.0.
|
|
275
|
+
version: 2.0.12
|
|
276
276
|
type: :development
|
|
277
277
|
prerelease: false
|
|
278
278
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -282,7 +282,7 @@ dependencies:
|
|
|
282
282
|
version: '2.0'
|
|
283
283
|
- - ">="
|
|
284
284
|
- !ruby/object:Gem::Version
|
|
285
|
-
version: 2.0.
|
|
285
|
+
version: 2.0.12
|
|
286
286
|
description: "\U0001F680 turbo_tests2` is an RSpec parallel test runner built on `parallel_tests`.
|
|
287
287
|
It uses `parallel_tests` for process counts, file grouping, and runtime balancing,
|
|
288
288
|
then replaces interleaved worker output with incremental summarized RSpec reporting.
|
|
@@ -314,10 +314,10 @@ licenses:
|
|
|
314
314
|
- MIT
|
|
315
315
|
metadata:
|
|
316
316
|
homepage_uri: https://turbo-tests2.galtzo.com
|
|
317
|
-
source_code_uri: https://github.com/galtzo-floss/turbo_tests2/tree/v3.2.
|
|
318
|
-
changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.2.
|
|
317
|
+
source_code_uri: https://github.com/galtzo-floss/turbo_tests2/tree/v3.2.6
|
|
318
|
+
changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.2.6/CHANGELOG.md
|
|
319
319
|
bug_tracker_uri: https://github.com/galtzo-floss/turbo_tests2/issues
|
|
320
|
-
documentation_uri: https://www.rubydoc.info/gems/turbo_tests2/3.2.
|
|
320
|
+
documentation_uri: https://www.rubydoc.info/gems/turbo_tests2/3.2.6
|
|
321
321
|
funding_uri: https://github.com/sponsors/pboling
|
|
322
322
|
wiki_uri: https://github.com/galtzo-floss/turbo_tests2/wiki
|
|
323
323
|
news_uri: https://www.railsbling.com/tags/turbo_tests2
|
metadata.gz.sig
CHANGED
|
Binary file
|