appraisal2 3.0.8 → 3.0.9
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 +16 -1
- data/FUNDING.md +11 -11
- data/README.md +1 -1
- data/lib/appraisal/version.rb +1 -1
- data/lib/appraisal2/version.rb +1 -1
- data.tar.gz.sig +0 -0
- 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: a27b04028f7284aace3c5b46e35cbbdd3279d7d493c1e6b95a8839931a98ae24
|
|
4
|
+
data.tar.gz: 1a3f7d92cb6c41c9112cd037add5806bdfa7b4bab2576a95847b0e3c5395db2c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 78978be68901ed5a57ebbfbafeece3752834caedb337cb5e30a5d60eed5a8d89ea23ab5b1930746b5e0d59fd93487878ae5f0bee312fb30c6247bcf65f5e37e8
|
|
7
|
+
data.tar.gz: 9828a29976bf915e45e23c5a13275efe1b2124ed4556bcff50e90922cde411ce85f3d46f7a3739c5433fe1387b40e028debd1a3918e1dd2944c2b90c63fc2180
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,19 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.0.9] - 2026-06-05
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.0.9][3.0.9t]
|
|
36
|
+
- COVERAGE: 89.69% -- 748/834 lines in 28 files
|
|
37
|
+
- BRANCH COVERAGE: 80.61% -- 133/165 branches in 28 files
|
|
38
|
+
- 42.69% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- Raised the `version_gem` runtime dependency floor to `version_gem` >= 1.1.10.
|
|
43
|
+
- Updated local generated funding environment metadata to use the
|
|
44
|
+
`appraisal-rb` OpenCollective handle.
|
|
45
|
+
|
|
33
46
|
## [3.0.8] - 2026-06-05
|
|
34
47
|
|
|
35
48
|
- TAG: [v3.0.8][3.0.8t]
|
|
@@ -303,7 +316,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
303
316
|
- code coverage tracked with Coveralls, QLTY.sh, and the kettle-soup-cover gem
|
|
304
317
|
- other minor fixes and improvements
|
|
305
318
|
|
|
306
|
-
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.
|
|
319
|
+
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.9...HEAD
|
|
320
|
+
[3.0.9]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.8...v3.0.9
|
|
321
|
+
[3.0.9t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.9
|
|
307
322
|
[3.0.8]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.7...v3.0.8
|
|
308
323
|
[3.0.8t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.8
|
|
309
324
|
[3.0.7]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.6...v3.0.7
|
data/FUNDING.md
CHANGED
|
@@ -10,10 +10,10 @@ Many paths lead to being a sponsor or a backer of this project. Are you on such
|
|
|
10
10
|
|
|
11
11
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
12
12
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
13
|
-
[🖇osc-backers]: https://opencollective.com
|
|
14
|
-
[🖇osc-backers-i]: https://opencollective.com
|
|
15
|
-
[🖇osc-sponsors]: https://opencollective.com
|
|
16
|
-
[🖇osc-sponsors-i]: https://opencollective.com
|
|
13
|
+
[🖇osc-backers]: https://opencollective.com/appraisal-rb#backer
|
|
14
|
+
[🖇osc-backers-i]: https://opencollective.com/appraisal-rb/backers/badge.svg?style=flat
|
|
15
|
+
[🖇osc-sponsors]: https://opencollective.com/appraisal-rb#sponsor
|
|
16
|
+
[🖇osc-sponsors-i]: https://opencollective.com/appraisal-rb/sponsors/badge.svg?style=flat
|
|
17
17
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
18
18
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
19
19
|
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
@@ -59,13 +59,13 @@ I’m developing a new library, [floss_funding][🖇floss-funding-gem], designed
|
|
|
59
59
|
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
60
60
|
|
|
61
61
|
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
62
|
-
[🖇osc-all-img]: https://img.shields.io/opencollective/all/
|
|
63
|
-
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/
|
|
64
|
-
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/
|
|
65
|
-
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all
|
|
66
|
-
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors
|
|
67
|
-
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers
|
|
68
|
-
[🖇osc]: https://opencollective.com/
|
|
62
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/appraisal-rb
|
|
63
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/appraisal-rb
|
|
64
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/appraisal-rb
|
|
65
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/appraisal-rb?style=for-the-badge
|
|
66
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/appraisal-rb?style=for-the-badge
|
|
67
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/appraisal-rb?style=for-the-badge
|
|
68
|
+
[🖇osc]: https://opencollective.com/appraisal-rb
|
|
69
69
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
70
70
|
[🖇buyme-img]: https://img.buymeacoffee.com/button-api/?text=Buy%20me%20a%20latte&emoji=&slug=pboling&button_colour=FFDD00&font_colour=000000&font_family=Cookie&outline_colour=000000&coffee_colour=ffffff
|
|
71
71
|
[🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
|
data/README.md
CHANGED
|
@@ -689,7 +689,7 @@ Thanks for RTFM. ☺️
|
|
|
689
689
|
| Package | appraisal2 |
|
|
690
690
|
| Description | 🔍️ Appraisal2 integrates with bundler and rake to test your library against different versions of dependencies in repeatable scenarios called "appraisals." |
|
|
691
691
|
| Homepage | https://github.com/appraisal-rb/appraisal2 |
|
|
692
|
-
| Source | https://github.com/appraisal-rb/appraisal2/tree/v3.0.
|
|
692
|
+
| Source | https://github.com/appraisal-rb/appraisal2/tree/v3.0.8 |
|
|
693
693
|
| License | `MIT` |
|
|
694
694
|
| Funding | https://github.com/sponsors/pboling, https://issuehunt.io/u/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/appraisal-rb, https://patreon.com/galtzo, https://polar.sh/pboling, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/appraisal2, https://www.buymeacoffee.com/pboling |
|
|
695
695
|
<!-- kettle-jem:metadata:end -->
|
data/lib/appraisal/version.rb
CHANGED
data/lib/appraisal2/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: appraisal2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -87,20 +87,20 @@ dependencies:
|
|
|
87
87
|
requirements:
|
|
88
88
|
- - "~>"
|
|
89
89
|
- !ruby/object:Gem::Version
|
|
90
|
-
version: '1.
|
|
90
|
+
version: '1.1'
|
|
91
91
|
- - ">="
|
|
92
92
|
- !ruby/object:Gem::Version
|
|
93
|
-
version: 1.
|
|
93
|
+
version: 1.1.10
|
|
94
94
|
type: :runtime
|
|
95
95
|
prerelease: false
|
|
96
96
|
version_requirements: !ruby/object:Gem::Requirement
|
|
97
97
|
requirements:
|
|
98
98
|
- - "~>"
|
|
99
99
|
- !ruby/object:Gem::Version
|
|
100
|
-
version: '1.
|
|
100
|
+
version: '1.1'
|
|
101
101
|
- - ">="
|
|
102
102
|
- !ruby/object:Gem::Version
|
|
103
|
-
version: 1.
|
|
103
|
+
version: 1.1.10
|
|
104
104
|
- !ruby/object:Gem::Dependency
|
|
105
105
|
name: kettle-dev
|
|
106
106
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -436,10 +436,10 @@ licenses:
|
|
|
436
436
|
- MIT
|
|
437
437
|
metadata:
|
|
438
438
|
homepage_uri: https://appraisal2.galtzo.com
|
|
439
|
-
source_code_uri: https://github.com/appraisal-rb/appraisal2/tree/v3.0.
|
|
440
|
-
changelog_uri: https://github.com/appraisal-rb/appraisal2/blob/v3.0.
|
|
439
|
+
source_code_uri: https://github.com/appraisal-rb/appraisal2/tree/v3.0.9
|
|
440
|
+
changelog_uri: https://github.com/appraisal-rb/appraisal2/blob/v3.0.9/CHANGELOG.md
|
|
441
441
|
bug_tracker_uri: https://github.com/appraisal-rb/appraisal2/issues
|
|
442
|
-
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.0.
|
|
442
|
+
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.0.9
|
|
443
443
|
funding_uri: https://github.com/sponsors/pboling
|
|
444
444
|
wiki_uri: https://github.com/appraisal-rb/appraisal2/wiki
|
|
445
445
|
news_uri: https://www.railsbling.com/tags/appraisal2
|
metadata.gz.sig
CHANGED
|
Binary file
|