turbo_tests2 3.1.2 → 3.1.3
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 +14 -1
- data/README.md +1 -1
- data/lib/turbo_tests/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +12 -13
- metadata.gz.sig +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cfd673d6ae8cb509b581990ab4fc6290d4108c5e3af0cf8a6e9fffe90cd373dc
|
|
4
|
+
data.tar.gz: d145b26cd8c021afcb4a3bc7c9f4f94d6885ccdd4e8d8da500f7cb9855ba461a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a21f56a935b9189674f79fd83c6acb4426c96c44d9616090dc6b6ebac6d7e020745991e8ba7853e006b3e7005cde2469be0cefc784c6519e338bf9c433a06e08
|
|
7
|
+
data.tar.gz: c94630c64ff389d5e8f1b6ec8ecd2a1d86307581e4bd740d6847449719142dde4557ad601a381d6338ac30a1a6a9d8dd29c0da14cc556ab6814fb86b2246f5b5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,17 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.1.3] - 2026-06-14
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.1.3][3.1.3t]
|
|
36
|
+
- COVERAGE: 94.62% -- 651/688 lines in 16 files
|
|
37
|
+
- BRANCH COVERAGE: 79.33% -- 119/150 branches in 16 files
|
|
38
|
+
- 37.08% documented
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Restored `docs/CNAME` so the generated documentation site keeps its custom domain.
|
|
43
|
+
|
|
33
44
|
## [3.1.2] - 2026-06-08
|
|
34
45
|
|
|
35
46
|
- TAG: [v3.1.2][3.1.2t]
|
|
@@ -126,7 +137,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
126
137
|
|
|
127
138
|
- Initial release
|
|
128
139
|
|
|
129
|
-
[Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.1.
|
|
140
|
+
[Unreleased]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.1.3...HEAD
|
|
141
|
+
[3.1.3]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.1.2...v3.1.3
|
|
142
|
+
[3.1.3t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.1.3
|
|
130
143
|
[3.1.2]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.1.1...v3.1.2
|
|
131
144
|
[3.1.2t]: https://github.com/galtzo-floss/turbo_tests2/releases/tag/v3.1.2
|
|
132
145
|
[3.1.1]: https://github.com/galtzo-floss/turbo_tests2/compare/v3.1.0...v3.1.1
|
data/README.md
CHANGED
|
@@ -680,7 +680,7 @@ Thanks for RTFM. ☺️
|
|
|
680
680
|
| Package | turbo_tests2 |
|
|
681
681
|
| Description | 🚀 turbo_tests2` is a drop-in replacement for `serpapi/turbo_tests` and `grosser/parallel_tests` with incremental summarized output. Source code of `turbo_test2` gem is based on Discourse and Rubygems work in this area (see README.md). |
|
|
682
682
|
| Homepage | https://github.com/galtzo-floss/turbo_tests2 |
|
|
683
|
-
| Source | https://github.com/galtzo-floss/turbo_tests2/tree/v3.1.
|
|
683
|
+
| Source | https://github.com/galtzo-floss/turbo_tests2/tree/v3.1.3 |
|
|
684
684
|
| License | `MIT` |
|
|
685
685
|
| Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/galtzo-floss, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/turbo_tests2, https://www.buymeacoffee.com/pboling |
|
|
686
686
|
<!-- kettle-jem:metadata:end -->
|
data/lib/turbo_tests/version.rb
CHANGED
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.1.
|
|
4
|
+
version: 3.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Illia
|
|
@@ -10,7 +10,6 @@ authors:
|
|
|
10
10
|
- Serge Bedzhyk
|
|
11
11
|
- Bo Anderson
|
|
12
12
|
- Dmitiry Zub☀️
|
|
13
|
-
- Illia
|
|
14
13
|
- mrudzki
|
|
15
14
|
- Sebastien Savater
|
|
16
15
|
- David Rodriguez
|
|
@@ -109,20 +108,20 @@ dependencies:
|
|
|
109
108
|
requirements:
|
|
110
109
|
- - "~>"
|
|
111
110
|
- !ruby/object:Gem::Version
|
|
112
|
-
version: '2.
|
|
111
|
+
version: '2.2'
|
|
113
112
|
- - ">="
|
|
114
113
|
- !ruby/object:Gem::Version
|
|
115
|
-
version: 2.
|
|
114
|
+
version: 2.2.8
|
|
116
115
|
type: :development
|
|
117
116
|
prerelease: false
|
|
118
117
|
version_requirements: !ruby/object:Gem::Requirement
|
|
119
118
|
requirements:
|
|
120
119
|
- - "~>"
|
|
121
120
|
- !ruby/object:Gem::Version
|
|
122
|
-
version: '2.
|
|
121
|
+
version: '2.2'
|
|
123
122
|
- - ">="
|
|
124
123
|
- !ruby/object:Gem::Version
|
|
125
|
-
version: 2.
|
|
124
|
+
version: 2.2.8
|
|
126
125
|
- !ruby/object:Gem::Dependency
|
|
127
126
|
name: bundler-audit
|
|
128
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -180,7 +179,7 @@ dependencies:
|
|
|
180
179
|
version: '3.1'
|
|
181
180
|
- - ">="
|
|
182
181
|
- !ruby/object:Gem::Version
|
|
183
|
-
version: 3.1.
|
|
182
|
+
version: 3.1.2
|
|
184
183
|
type: :development
|
|
185
184
|
prerelease: false
|
|
186
185
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -190,7 +189,7 @@ dependencies:
|
|
|
190
189
|
version: '3.1'
|
|
191
190
|
- - ">="
|
|
192
191
|
- !ruby/object:Gem::Version
|
|
193
|
-
version: 3.1.
|
|
192
|
+
version: 3.1.2
|
|
194
193
|
- !ruby/object:Gem::Dependency
|
|
195
194
|
name: kettle-test
|
|
196
195
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -200,7 +199,7 @@ dependencies:
|
|
|
200
199
|
version: '2.0'
|
|
201
200
|
- - ">="
|
|
202
201
|
- !ruby/object:Gem::Version
|
|
203
|
-
version: 2.0.
|
|
202
|
+
version: 2.0.5
|
|
204
203
|
type: :development
|
|
205
204
|
prerelease: false
|
|
206
205
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -210,7 +209,7 @@ dependencies:
|
|
|
210
209
|
version: '2.0'
|
|
211
210
|
- - ">="
|
|
212
211
|
- !ruby/object:Gem::Version
|
|
213
|
-
version: 2.0.
|
|
212
|
+
version: 2.0.5
|
|
214
213
|
- !ruby/object:Gem::Dependency
|
|
215
214
|
name: ruby-progressbar
|
|
216
215
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -311,10 +310,10 @@ licenses:
|
|
|
311
310
|
- MIT
|
|
312
311
|
metadata:
|
|
313
312
|
homepage_uri: https://turbo-tests2.galtzo.com
|
|
314
|
-
source_code_uri: https://github.com/galtzo-floss/turbo_tests2/tree/v3.1.
|
|
315
|
-
changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.1.
|
|
313
|
+
source_code_uri: https://github.com/galtzo-floss/turbo_tests2/tree/v3.1.3
|
|
314
|
+
changelog_uri: https://github.com/galtzo-floss/turbo_tests2/blob/v3.1.3/CHANGELOG.md
|
|
316
315
|
bug_tracker_uri: https://github.com/galtzo-floss/turbo_tests2/issues
|
|
317
|
-
documentation_uri: https://www.rubydoc.info/gems/turbo_tests2/3.1.
|
|
316
|
+
documentation_uri: https://www.rubydoc.info/gems/turbo_tests2/3.1.3
|
|
318
317
|
funding_uri: https://github.com/sponsors/pboling
|
|
319
318
|
wiki_uri: https://github.com/galtzo-floss/turbo_tests2/wiki
|
|
320
319
|
news_uri: https://www.railsbling.com/tags/turbo_tests2
|
metadata.gz.sig
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
���
|
|
1
|
+
�\�����Dw�B�G�u�:y���ʾ)=��U�:@��a��vga�?����V9���u6����b���
|
|
2
|
+
?����E�ؕ�&�4��!�5#��]Q9�em����LKK�Tk��>�,we�>��|P>�6�� qR��mdc��ɳ���¾O������� �>��${g�F}�<��,��i�O��7���έ��-��� �¤�� �!��dT�j���E�>1���{D�Y�FB4e����!�:/��ռ��4u9����<��]A8��R,
|
|
3
|
+
�~��}��0d���oӔ�}����ƒmD5���(���ր�W�u�g`�=��M�����륧u]�gu�e�W��@�J;��ht^Ľ�����+�8v>�
|