appraisal2 3.2.2 → 3.2.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 +34 -1
- data/LICENSE.md +3 -7
- data/README.md +8 -24
- data/lib/appraisal/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +15 -14
- 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: 1700bac38dc299989b8fd38942cc2e6898d532e75c9d136c8958aa6ebae7d70b
|
|
4
|
+
data.tar.gz: 6bd97a87b58614c86e5e7d7a70a13dbc6f02c8c1eac8f78c965a405291af3b15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b34a7ad760378b5c013d95768f30d8fd62112a525625f81b2f4d91bc90c02bb69c66e7cf4f594199eaf5043f6d653e2b20b2f0aace30a304dd8f40813551e3f
|
|
7
|
+
data.tar.gz: '065121910d1657ed32aa1c454d41e635086f3e6a891c0241817e786df128a13337a4a2ce43af448583ba4dca0a56d572fe088a8623e9f4f5204b00e9a518bffa'
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,37 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.2.3] - 2026-08-29
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.2.3][3.2.3t]
|
|
36
|
+
- COVERAGE: 90.86% -- 915/1007 lines in 29 files
|
|
37
|
+
- BRANCH COVERAGE: 77.73% -- 185/238 branches in 29 files
|
|
38
|
+
- 43.78% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- [kc] kettle-jem/prepare: updated 81 project files:
|
|
43
|
+
- configuration (1)
|
|
44
|
+
- dependencies (77)
|
|
45
|
+
- other (3)
|
|
46
|
+
|
|
47
|
+
- [kc] kettle-jem/template: updated 20 project files:
|
|
48
|
+
- code and tests (10)
|
|
49
|
+
- dependencies (3)
|
|
50
|
+
- documentation (3)
|
|
51
|
+
- other (3)
|
|
52
|
+
- workflows (1)
|
|
53
|
+
|
|
54
|
+
- [kc] acceptance-shared-bundler-cache: Acceptance fixtures now reuse Bundler's shared user cache while keeping project-specific Bundler state isolated, avoiding redundant compact-index downloads in parallel runs.
|
|
55
|
+
|
|
56
|
+
### Fixed
|
|
57
|
+
|
|
58
|
+
- [kc] fixture-gem-home-isolation: Restore GEM_HOME after fixture gem builds so later tests and generated Gemfile transforms retain the selected Bundler environment.
|
|
59
|
+
|
|
60
|
+
- Prevent GEM_HOME restoration tests from leaking their sentinel path into later parallel examples.
|
|
61
|
+
|
|
62
|
+
- Isolate every RSpec example's environment so fixture and Bundler setup cannot leak between parallel examples.
|
|
63
|
+
|
|
33
64
|
## [3.2.2] - 2026-08-06
|
|
34
65
|
|
|
35
66
|
- TAG: [v3.2.2][3.2.2t]
|
|
@@ -583,7 +614,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
583
614
|
- code coverage tracked with Coveralls, QLTY.sh, and the kettle-soup-cover gem
|
|
584
615
|
- other minor fixes and improvements
|
|
585
616
|
|
|
586
|
-
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.
|
|
617
|
+
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.3...HEAD
|
|
618
|
+
[3.2.3]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.2...v3.2.3
|
|
619
|
+
[3.2.3t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.2.3
|
|
587
620
|
[3.2.2]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.1...v3.2.2
|
|
588
621
|
[3.2.2t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.2.2
|
|
589
622
|
[3.2.1]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.0...v3.2.1
|
data/LICENSE.md
CHANGED
|
@@ -7,22 +7,19 @@ Choose the option that best fits your use case:
|
|
|
7
7
|
|
|
8
8
|
## Copyright Notice
|
|
9
9
|
|
|
10
|
-
- Copyright (c) 2010 Joe Ferris
|
|
10
|
+
- Copyright (c) 2010-2011 Joe Ferris
|
|
11
11
|
- Copyright (c) 2011 Dan Croak
|
|
12
12
|
- Copyright (c) 2011-2012 Gabe Berke-Williams
|
|
13
|
-
- Copyright (c) 2011 Joe Ferris
|
|
14
13
|
- Copyright (c) 2011 Joseph Anthony Pasquale Holsten
|
|
15
14
|
- Copyright (c) 2011 Nick Quaranto
|
|
16
|
-
- Copyright (c) 2011 Prem Sichanugrist
|
|
15
|
+
- Copyright (c) 2011, 2013-2016 Prem Sichanugrist
|
|
17
16
|
- Copyright (c) 2012 Gregory Ostermayr
|
|
18
17
|
- Copyright (c) 2012 osheroff
|
|
19
18
|
- Copyright (c) 2013 Jason Waldrip
|
|
20
19
|
- Copyright (c) 2013 Marc Ignacio
|
|
21
20
|
- Copyright (c) 2013 Phill Baker
|
|
22
|
-
- Copyright (c) 2013-2016 Prem Sichanugrist
|
|
23
21
|
- Copyright (c) 2013 sanemat
|
|
24
22
|
- Copyright (c) 2014 Juan González
|
|
25
|
-
- Copyright (c) 2014-2015 Prem Sichanugrist
|
|
26
23
|
- Copyright (c) 2015 akihiro17
|
|
27
24
|
- Copyright (c) 2015 Elliot Winkler
|
|
28
25
|
- Copyright (c) 2015 M.Shibuya
|
|
@@ -41,10 +38,9 @@ Choose the option that best fits your use case:
|
|
|
41
38
|
- Copyright (c) 2020 James Ebentier
|
|
42
39
|
- Copyright (c) 2021, 2024 Nicolas Rodriguez
|
|
43
40
|
- Copyright (c) 2022 André Arko
|
|
44
|
-
- Copyright (c) 2022 Joe Sharp
|
|
41
|
+
- Copyright (c) 2022, 2024 Joe Sharp
|
|
45
42
|
- Copyright (c) 2023 aymeric-ledorze
|
|
46
43
|
- Copyright (c) 2023 Kyle Fazzari
|
|
47
|
-
- Copyright (c) 2024 Joe Sharp
|
|
48
44
|
- Copyright (c) 2024 Sebastian Cohnen
|
|
49
45
|
- Copyright (c) 2024 Yevhenii Ponomarenko
|
|
50
46
|
- Copyright (c) 2026 Bob McKinven
|
data/README.md
CHANGED
|
@@ -63,7 +63,7 @@ Appraisal2 adds:
|
|
|
63
63
|
|
|
64
64
|
### Compatibility
|
|
65
65
|
|
|
66
|
-
Compatible with MRI Ruby 1.8.7+,
|
|
66
|
+
Compatible with MRI Ruby 1.8.7+, JRuby, and TruffleRuby.
|
|
67
67
|
CI workflows and Appraisals are generated for MRI Ruby 2.4+.
|
|
68
68
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
69
69
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -101,7 +101,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
101
101
|
|
|
102
102
|
</details>
|
|
103
103
|
|
|
104
|
-
### Enterprise Support
|
|
104
|
+
### Enterprise Support
|
|
105
|
+
|
|
106
|
+
[](https://tidelift.com/subscription/pkg/rubygems-appraisal2?utm_source=rubygems-appraisal2&utm_medium=referral&utm_campaign=readme)
|
|
105
107
|
|
|
106
108
|
Available as part of the Tidelift Subscription.
|
|
107
109
|
|
|
@@ -443,8 +445,7 @@ See [SECURITY.md][🔐security].
|
|
|
443
445
|
## 🤝 Contributing
|
|
444
446
|
|
|
445
447
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
446
|
-
|
|
447
|
-
or use the gem and think about how it could be better.
|
|
448
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
448
449
|
|
|
449
450
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
450
451
|
|
|
@@ -480,19 +481,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
480
481
|
|
|
481
482
|
Also see GitLab Contributors: [https://gitlab.com/appraisal-rb/appraisal2/-/graphs/main][🚎contributors-gl]
|
|
482
483
|
|
|
483
|
-
<details markdown="1">
|
|
484
|
-
<summary>⭐️ Star History</summary>
|
|
485
|
-
|
|
486
|
-
<a href="https://star-history.com/appraisal-rb/appraisal2&Date">
|
|
487
|
-
<picture>
|
|
488
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=appraisal-rb/appraisal2&type=Date&theme=dark" />
|
|
489
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=appraisal-rb/appraisal2&type=Date" />
|
|
490
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=appraisal-rb/appraisal2&type=Date" />
|
|
491
|
-
</picture>
|
|
492
|
-
</a>
|
|
493
|
-
|
|
494
|
-
</details>
|
|
495
|
-
|
|
496
484
|
## 📌 Versioning
|
|
497
485
|
|
|
498
486
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -531,22 +519,19 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
531
519
|
<details markdown="1">
|
|
532
520
|
<summary>Copyright holders</summary>
|
|
533
521
|
|
|
534
|
-
- Copyright (c) 2010 Joe Ferris
|
|
522
|
+
- Copyright (c) 2010-2011 Joe Ferris
|
|
535
523
|
- Copyright (c) 2011 Dan Croak
|
|
536
524
|
- Copyright (c) 2011-2012 Gabe Berke-Williams
|
|
537
|
-
- Copyright (c) 2011 Joe Ferris
|
|
538
525
|
- Copyright (c) 2011 Joseph Anthony Pasquale Holsten
|
|
539
526
|
- Copyright (c) 2011 Nick Quaranto
|
|
540
|
-
- Copyright (c) 2011 Prem Sichanugrist
|
|
527
|
+
- Copyright (c) 2011, 2013-2016 Prem Sichanugrist
|
|
541
528
|
- Copyright (c) 2012 Gregory Ostermayr
|
|
542
529
|
- Copyright (c) 2012 osheroff
|
|
543
530
|
- Copyright (c) 2013 Jason Waldrip
|
|
544
531
|
- Copyright (c) 2013 Marc Ignacio
|
|
545
532
|
- Copyright (c) 2013 Phill Baker
|
|
546
|
-
- Copyright (c) 2013-2016 Prem Sichanugrist
|
|
547
533
|
- Copyright (c) 2013 sanemat
|
|
548
534
|
- Copyright (c) 2014 Juan González
|
|
549
|
-
- Copyright (c) 2014-2015 Prem Sichanugrist
|
|
550
535
|
- Copyright (c) 2015 akihiro17
|
|
551
536
|
- Copyright (c) 2015 Elliot Winkler
|
|
552
537
|
- Copyright (c) 2015 M.Shibuya
|
|
@@ -565,10 +550,9 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
565
550
|
- Copyright (c) 2020 James Ebentier
|
|
566
551
|
- Copyright (c) 2021, 2024 Nicolas Rodriguez
|
|
567
552
|
- Copyright (c) 2022 André Arko
|
|
568
|
-
- Copyright (c) 2022 Joe Sharp
|
|
553
|
+
- Copyright (c) 2022, 2024 Joe Sharp
|
|
569
554
|
- Copyright (c) 2023 aymeric-ledorze
|
|
570
555
|
- Copyright (c) 2023 Kyle Fazzari
|
|
571
|
-
- Copyright (c) 2024 Joe Sharp
|
|
572
556
|
- Copyright (c) 2024 Sebastian Cohnen
|
|
573
557
|
- Copyright (c) 2024 Yevhenii Ponomarenko
|
|
574
558
|
- Copyright (c) 2026 Bob McKinven
|
data/lib/appraisal/version.rb
CHANGED
|
@@ -4,7 +4,7 @@ module Appraisal
|
|
|
4
4
|
# Version namespace for this gem.
|
|
5
5
|
module Version
|
|
6
6
|
# Current gem version.
|
|
7
|
-
VERSION = "3.2.
|
|
7
|
+
VERSION = "3.2.3"
|
|
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: appraisal2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.2.
|
|
4
|
+
version: 3.2.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Ferris
|
|
@@ -41,6 +41,7 @@ authors:
|
|
|
41
41
|
- Sebastian Cohnen
|
|
42
42
|
- Yevhenii Ponomarenko
|
|
43
43
|
- Richard Kramer
|
|
44
|
+
- Bob McKinven
|
|
44
45
|
bindir: exe
|
|
45
46
|
cert_chain:
|
|
46
47
|
- |
|
|
@@ -121,20 +122,20 @@ dependencies:
|
|
|
121
122
|
requirements:
|
|
122
123
|
- - "~>"
|
|
123
124
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: '
|
|
125
|
+
version: '3.0'
|
|
125
126
|
- - ">="
|
|
126
127
|
- !ruby/object:Gem::Version
|
|
127
|
-
version:
|
|
128
|
+
version: 3.0.17
|
|
128
129
|
type: :development
|
|
129
130
|
prerelease: false
|
|
130
131
|
version_requirements: !ruby/object:Gem::Requirement
|
|
131
132
|
requirements:
|
|
132
133
|
- - "~>"
|
|
133
134
|
- !ruby/object:Gem::Version
|
|
134
|
-
version: '
|
|
135
|
+
version: '3.0'
|
|
135
136
|
- - ">="
|
|
136
137
|
- !ruby/object:Gem::Version
|
|
137
|
-
version:
|
|
138
|
+
version: 3.0.17
|
|
138
139
|
- !ruby/object:Gem::Dependency
|
|
139
140
|
name: bundler-audit
|
|
140
141
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -198,7 +199,7 @@ dependencies:
|
|
|
198
199
|
version: '2.0'
|
|
199
200
|
- - ">="
|
|
200
201
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 2.0.
|
|
202
|
+
version: 2.0.21
|
|
202
203
|
type: :development
|
|
203
204
|
prerelease: false
|
|
204
205
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -208,7 +209,7 @@ dependencies:
|
|
|
208
209
|
version: '2.0'
|
|
209
210
|
- - ">="
|
|
210
211
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 2.0.
|
|
212
|
+
version: 2.0.21
|
|
212
213
|
- !ruby/object:Gem::Dependency
|
|
213
214
|
name: turbo_tests2
|
|
214
215
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -218,7 +219,7 @@ dependencies:
|
|
|
218
219
|
version: '3.2'
|
|
219
220
|
- - ">="
|
|
220
221
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: 3.2.
|
|
222
|
+
version: 3.2.7
|
|
222
223
|
type: :development
|
|
223
224
|
prerelease: false
|
|
224
225
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -228,7 +229,7 @@ dependencies:
|
|
|
228
229
|
version: '3.2'
|
|
229
230
|
- - ">="
|
|
230
231
|
- !ruby/object:Gem::Version
|
|
231
|
-
version: 3.2.
|
|
232
|
+
version: 3.2.7
|
|
232
233
|
- !ruby/object:Gem::Dependency
|
|
233
234
|
name: ruby-progressbar
|
|
234
235
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -272,7 +273,7 @@ dependencies:
|
|
|
272
273
|
version: '2.0'
|
|
273
274
|
- - ">="
|
|
274
275
|
- !ruby/object:Gem::Version
|
|
275
|
-
version: 2.0.
|
|
276
|
+
version: 2.0.12
|
|
276
277
|
type: :development
|
|
277
278
|
prerelease: false
|
|
278
279
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -282,7 +283,7 @@ dependencies:
|
|
|
282
283
|
version: '2.0'
|
|
283
284
|
- - ">="
|
|
284
285
|
- !ruby/object:Gem::Version
|
|
285
|
-
version: 2.0.
|
|
286
|
+
version: 2.0.12
|
|
286
287
|
- !ruby/object:Gem::Dependency
|
|
287
288
|
name: activesupport
|
|
288
289
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -453,10 +454,10 @@ licenses:
|
|
|
453
454
|
- MIT
|
|
454
455
|
metadata:
|
|
455
456
|
homepage_uri: https://appraisal2.galtzo.com
|
|
456
|
-
source_code_uri: https://github.com/appraisal-rb/appraisal2/tree/v3.2.
|
|
457
|
-
changelog_uri: https://github.com/appraisal-rb/appraisal2/blob/v3.2.
|
|
457
|
+
source_code_uri: https://github.com/appraisal-rb/appraisal2/tree/v3.2.3
|
|
458
|
+
changelog_uri: https://github.com/appraisal-rb/appraisal2/blob/v3.2.3/CHANGELOG.md
|
|
458
459
|
bug_tracker_uri: https://github.com/appraisal-rb/appraisal2/issues
|
|
459
|
-
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.2.
|
|
460
|
+
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.2.3
|
|
460
461
|
funding_uri: https://github.com/sponsors/pboling
|
|
461
462
|
wiki_uri: https://github.com/appraisal-rb/appraisal2/wiki
|
|
462
463
|
news_uri: https://www.railsbling.com/tags/appraisal2
|
metadata.gz.sig
CHANGED
|
Binary file
|