appraisal2 3.0.7 → 3.0.8
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 -3
- data/CITATION.cff +2 -2
- data/CONTRIBUTING.md +9 -9
- data/FUNDING.md +1 -1
- data/README.md +99 -99
- data/lib/appraisal/version.rb +1 -1
- data/lib/appraisal2/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +7 -7
- 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: 6277235656ba9d2485e73609389937d3bf513737e2eea1e960db4e389087294f
|
|
4
|
+
data.tar.gz: adf3c60ec4209291d9e317423ce902a9c5381ea2bd145a3b46281ab78d4534b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 71792880c8c2dd5e7add14dbdbb6b0bac29c58ff74b2f4b468a4856d1840d676a94b41c790f04fb72cc35a2e37d1c0789cbaaa86941ef6b4e671a3350b81a88a
|
|
7
|
+
data.tar.gz: fa649ea387e3fe3b367311f71918899466009f92732c231ebb0c717cf6fc5351b99c80827b877385c84430fbb79cd92515fb0be4c3d25861a92ad2368e11a1b5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -28,12 +28,23 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
28
28
|
|
|
29
29
|
### Fixed
|
|
30
30
|
|
|
31
|
+
### Security
|
|
32
|
+
|
|
33
|
+
## [3.0.8] - 2026-06-05
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.0.8][3.0.8t]
|
|
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
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Fixed generated project metadata and README links to use the `appraisal-rb`
|
|
43
|
+
organization derived from the gemspec homepage instead of `pboling`.
|
|
31
44
|
- Fixed acceptance test Bundler pinning so CI uses `BUNDLER_VERSION` instead of
|
|
32
45
|
RubyGems `_version_` selector arguments that staged `bin/bundle` binstubs do
|
|
33
46
|
not support.
|
|
34
47
|
|
|
35
|
-
### Security
|
|
36
|
-
|
|
37
48
|
## [3.0.7] - 2026-06-05
|
|
38
49
|
|
|
39
50
|
- TAG: [v3.0.7][3.0.7t]
|
|
@@ -292,7 +303,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
292
303
|
- code coverage tracked with Coveralls, QLTY.sh, and the kettle-soup-cover gem
|
|
293
304
|
- other minor fixes and improvements
|
|
294
305
|
|
|
295
|
-
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.
|
|
306
|
+
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.8...HEAD
|
|
307
|
+
[3.0.8]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.7...v3.0.8
|
|
308
|
+
[3.0.8t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.8
|
|
296
309
|
[3.0.7]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.6...v3.0.7
|
|
297
310
|
[3.0.7t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.7
|
|
298
311
|
[3.0.6]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.5...v3.0.6
|
data/CITATION.cff
CHANGED
|
@@ -12,9 +12,9 @@ authors:
|
|
|
12
12
|
orcid: 'https://orcid.org/0009-0008-8519-441X'
|
|
13
13
|
identifiers:
|
|
14
14
|
- type: url
|
|
15
|
-
value: 'https://github.com/
|
|
15
|
+
value: 'https://github.com/appraisal-rb/appraisal2'
|
|
16
16
|
description: "appraisal2"
|
|
17
|
-
repository-code: 'https://github.com/
|
|
17
|
+
repository-code: 'https://github.com/appraisal-rb/appraisal2'
|
|
18
18
|
abstract: >-
|
|
19
19
|
appraisal2
|
|
20
20
|
license: See license file
|
data/CONTRIBUTING.md
CHANGED
|
@@ -198,7 +198,7 @@ Your picture could be here!
|
|
|
198
198
|
|
|
199
199
|
Made with [contributors-img][🖐contrib-rocks].
|
|
200
200
|
|
|
201
|
-
Also see GitLab Contributors: [https://gitlab.com/
|
|
201
|
+
Also see GitLab Contributors: [https://gitlab.com/appraisal-rb/appraisal2/-/graphs/main][🚎contributors-gl]
|
|
202
202
|
|
|
203
203
|
## For Maintainers
|
|
204
204
|
|
|
@@ -249,15 +249,15 @@ NOTE: To build without signing the gem set `SKIP_GEM_SIGNING` to any value in th
|
|
|
249
249
|
14. Run `bundle exec rake release` which will create a git tag for the version,
|
|
250
250
|
push git commits and tags, and push the `.gem` file to the gem host configured in the gemspec.
|
|
251
251
|
|
|
252
|
-
[📜src-gl]: https://gitlab.com/
|
|
253
|
-
[📜src-cb]: https://codeberg.org/
|
|
254
|
-
[📜src-gh]: https://github.com/
|
|
255
|
-
[🧪build]: https://github.com/
|
|
256
|
-
[🤝conduct]: https://github.com/
|
|
252
|
+
[📜src-gl]: https://gitlab.com/appraisal-rb/appraisal2
|
|
253
|
+
[📜src-cb]: https://codeberg.org/appraisal-rb/appraisal2
|
|
254
|
+
[📜src-gh]: https://github.com/appraisal-rb/appraisal2
|
|
255
|
+
[🧪build]: https://github.com/appraisal-rb/appraisal2/actions
|
|
256
|
+
[🤝conduct]: https://github.com/appraisal-rb/appraisal2/blob/main/CODE_OF_CONDUCT.md
|
|
257
257
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
258
|
-
[🖐contributors]: https://github.com/
|
|
259
|
-
[🚎contributors-gl]: https://gitlab.com/
|
|
260
|
-
[🖐contributors-img]: https://contrib.rocks/image?repo=
|
|
258
|
+
[🖐contributors]: https://github.com/appraisal-rb/appraisal2/graphs/contributors
|
|
259
|
+
[🚎contributors-gl]: https://gitlab.com/appraisal-rb/appraisal2/-/graphs/main
|
|
260
|
+
[🖐contributors-img]: https://contrib.rocks/image?repo=appraisal-rb/appraisal2
|
|
261
261
|
[💎gem-coop]: https://gem.coop
|
|
262
262
|
[🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
|
|
263
263
|
[🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
|
data/FUNDING.md
CHANGED
|
@@ -46,7 +46,7 @@ To join the community or get help 👇️ Join the Discord.
|
|
|
46
46
|
|
|
47
47
|
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
48
48
|
|
|
49
|
-
[![Sponsor
|
|
49
|
+
[![Sponsor appraisal-rb/appraisal2 on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
|
|
50
50
|
|
|
51
51
|
# Another Way to Support Open Source Software
|
|
52
52
|
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<a href="https://github.com/
|
|
1
|
+
<a href="https://github.com/appraisal-rb"><img alt="appraisal-rb Logo by Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/appraisal-rb/avatar-128px.svg" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# 🔍️ Appraisal2
|
|
4
4
|
|
|
@@ -82,14 +82,14 @@ not practical for the current toolchain.
|
|
|
82
82
|
|
|
83
83
|
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
|
|
84
84
|
|-------------------------------------------------|-----------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
|
|
85
|
-
| 🧪 [
|
|
86
|
-
| 🧊 [
|
|
87
|
-
| 🐙 [
|
|
85
|
+
| 🧪 [appraisal-rb/appraisal2 on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix | ➖ |
|
|
86
|
+
| 🧊 [appraisal-rb/appraisal2 on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
|
|
87
|
+
| 🐙 [appraisal-rb/appraisal2 on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix | [💚][gh-discussions] |
|
|
88
88
|
| 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
|
|
89
89
|
|
|
90
90
|
</details>
|
|
91
91
|
|
|
92
|
-
[gh-discussions]: https://github.com/
|
|
92
|
+
[gh-discussions]: https://github.com/appraisal-rb/appraisal2/discussions
|
|
93
93
|
|
|
94
94
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-appraisal2?utm_source=rubygems-appraisal2&utm_medium=referral&utm_campaign=readme)
|
|
95
95
|
|
|
@@ -255,17 +255,17 @@ bundle exec appraisal rails-7 bundle install --gem-manager=ore # ❌ Wrong
|
|
|
255
255
|
|
|
256
256
|
## 🦷 FLOSS Funding
|
|
257
257
|
|
|
258
|
-
While
|
|
258
|
+
While appraisal-rb tools are free software and will always be, the project would benefit immensely from some funding.
|
|
259
259
|
Raising a monthly budget of... "dollars" would make the project more sustainable.
|
|
260
260
|
|
|
261
261
|
We welcome both individual and corporate sponsors! We also offer a
|
|
262
262
|
wide array of funding channels to account for your preferences.
|
|
263
263
|
Currently, [Open Collective][🖇osc] is our preferred funding platform.
|
|
264
264
|
|
|
265
|
-
**If you're working in a company that's making significant use of
|
|
266
|
-
appreciate it if you suggest to your company to become a
|
|
265
|
+
**If you're working in a company that's making significant use of appraisal-rb tools we'd
|
|
266
|
+
appreciate it if you suggest to your company to become a appraisal-rb sponsor.**
|
|
267
267
|
|
|
268
|
-
You can support the development of
|
|
268
|
+
You can support the development of appraisal-rb tools via
|
|
269
269
|
[GitHub Sponsors][🖇sponsor],
|
|
270
270
|
[Liberapay][⛳liberapay],
|
|
271
271
|
[PayPal][🖇paypal],
|
|
@@ -278,7 +278,7 @@ and [Tidelift][🏙️entsup-tidelift].
|
|
|
278
278
|
|
|
279
279
|
### Open Collective for Individuals
|
|
280
280
|
|
|
281
|
-
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/
|
|
281
|
+
Support us with a monthly donation and help us continue our activities. [[Become a backer](https://opencollective.com/appraisal-rb#backer)]
|
|
282
282
|
|
|
283
283
|
NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
|
|
284
284
|
|
|
@@ -288,7 +288,7 @@ No backers yet. Be the first!
|
|
|
288
288
|
|
|
289
289
|
### Open Collective for Organizations
|
|
290
290
|
|
|
291
|
-
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/
|
|
291
|
+
Become a sponsor and get your logo on our README on GitHub with a link to your site. [[Become a sponsor](https://opencollective.com/appraisal-rb#sponsor)]
|
|
292
292
|
|
|
293
293
|
NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
|
|
294
294
|
|
|
@@ -296,7 +296,7 @@ NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day
|
|
|
296
296
|
No sponsors yet. Be the first!
|
|
297
297
|
<!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
|
|
298
298
|
|
|
299
|
-
[kettle-readme-backers]: https://github.com/
|
|
299
|
+
[kettle-readme-backers]: https://github.com/appraisal-rb/appraisal2/blob/main/exe/kettle-readme-backers
|
|
300
300
|
|
|
301
301
|
### Another way to support open-source
|
|
302
302
|
|
|
@@ -352,16 +352,16 @@ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][
|
|
|
352
352
|
|
|
353
353
|
Made with [contributors-img][🖐contrib-rocks].
|
|
354
354
|
|
|
355
|
-
Also see GitLab Contributors: [https://gitlab.com/
|
|
355
|
+
Also see GitLab Contributors: [https://gitlab.com/appraisal-rb/appraisal2/-/graphs/main][🚎contributors-gl]
|
|
356
356
|
|
|
357
357
|
<details>
|
|
358
358
|
<summary>⭐️ Star History</summary>
|
|
359
359
|
|
|
360
|
-
<a href="https://star-history.com/
|
|
360
|
+
<a href="https://star-history.com/appraisal-rb/appraisal2&Date">
|
|
361
361
|
<picture>
|
|
362
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=
|
|
363
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=
|
|
364
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=
|
|
362
|
+
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=appraisal-rb/appraisal2&type=Date&theme=dark" />
|
|
363
|
+
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=appraisal-rb/appraisal2&type=Date" />
|
|
364
|
+
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=appraisal-rb/appraisal2&type=Date" />
|
|
365
365
|
</picture>
|
|
366
366
|
</a>
|
|
367
367
|
|
|
@@ -463,7 +463,7 @@ To join the community or get help 👇️ Join the Discord.
|
|
|
463
463
|
|
|
464
464
|
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
465
465
|
|
|
466
|
-
[![Sponsor
|
|
466
|
+
[![Sponsor appraisal-rb/appraisal2 on Open Source Collective][🖇osc-all-bottom-img]][🖇osc] 💌 [![Sponsor me on GitHub Sponsors][🖇sponsor-bottom-img]][🖇sponsor] 💌 [![Sponsor me on Liberapay][⛳liberapay-bottom-img]][⛳liberapay] 💌 [![Donate on PayPal][🖇paypal-bottom-img]][🖇paypal]
|
|
467
467
|
|
|
468
468
|
### Please give the project a star ⭐ ♥.
|
|
469
469
|
|
|
@@ -474,17 +474,17 @@ Thanks for RTFM. ☺️
|
|
|
474
474
|
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
475
475
|
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
476
476
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
477
|
-
[🖇osc-all-img]: https://img.shields.io/opencollective/all/
|
|
478
|
-
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/
|
|
479
|
-
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/
|
|
480
|
-
[🖇osc-backers]: https://opencollective.com/
|
|
481
|
-
[🖇osc-backers-i]: https://opencollective.com/
|
|
482
|
-
[🖇osc-sponsors]: https://opencollective.com/
|
|
483
|
-
[🖇osc-sponsors-i]: https://opencollective.com/
|
|
484
|
-
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/
|
|
485
|
-
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/
|
|
486
|
-
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/
|
|
487
|
-
[🖇osc]: https://opencollective.com/
|
|
477
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/appraisal-rb
|
|
478
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/appraisal-rb
|
|
479
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/appraisal-rb
|
|
480
|
+
[🖇osc-backers]: https://opencollective.com/appraisal-rb#backer
|
|
481
|
+
[🖇osc-backers-i]: https://opencollective.com/appraisal-rb/backers/badge.svg?style=flat
|
|
482
|
+
[🖇osc-sponsors]: https://opencollective.com/appraisal-rb#sponsor
|
|
483
|
+
[🖇osc-sponsors-i]: https://opencollective.com/appraisal-rb/sponsors/badge.svg?style=flat
|
|
484
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/appraisal-rb?style=for-the-badge
|
|
485
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/appraisal-rb?style=for-the-badge
|
|
486
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/appraisal-rb?style=for-the-badge
|
|
487
|
+
[🖇osc]: https://opencollective.com/appraisal-rb
|
|
488
488
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
489
489
|
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
490
490
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
@@ -508,12 +508,12 @@ Thanks for RTFM. ☺️
|
|
|
508
508
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
509
509
|
|
|
510
510
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
511
|
-
[⛳️gem-namespace]: https://github.com/
|
|
511
|
+
[⛳️gem-namespace]: https://github.com/appraisal-rb/appraisal2
|
|
512
512
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Appraisal2-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
513
513
|
[⛳️gem-name]: https://bestgems.org/gems/appraisal2
|
|
514
514
|
[⛳️name-img]: https://img.shields.io/badge/name-appraisal2-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
515
|
-
[⛳️tag-img]: https://img.shields.io/github/tag/
|
|
516
|
-
[⛳️tag]: https://github.com/
|
|
515
|
+
[⛳️tag-img]: https://img.shields.io/github/tag/appraisal-rb/appraisal2.svg
|
|
516
|
+
[⛳️tag]: https://github.com/appraisal-rb/appraisal2/releases
|
|
517
517
|
[🚂maint-blog]: http://www.railsbling.com/tags/appraisal2
|
|
518
518
|
[🚂maint-blog-img]: https://img.shields.io/badge/blog-railsbling-0093D0.svg?style=for-the-badge&logo=rubyonrails&logoColor=orange
|
|
519
519
|
[🚂maint-contact]: http://www.railsbling.com/contact
|
|
@@ -548,66 +548,66 @@ Thanks for RTFM. ☺️
|
|
|
548
548
|
[💁🏼♂️peterboling]: http://www.peterboling.com
|
|
549
549
|
[🚂railsbling]: http://www.railsbling.com
|
|
550
550
|
[📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
|
|
551
|
-
[📜src-gl]: https://gitlab.com/
|
|
551
|
+
[📜src-gl]: https://gitlab.com/appraisal-rb/appraisal2
|
|
552
552
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
553
|
-
[📜src-cb]: https://codeberg.org/
|
|
553
|
+
[📜src-cb]: https://codeberg.org/appraisal-rb/appraisal2
|
|
554
554
|
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
|
|
555
|
-
[📜src-gh]: https://github.com/
|
|
555
|
+
[📜src-gh]: https://github.com/appraisal-rb/appraisal2
|
|
556
556
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
557
557
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
558
|
-
[📜gl-wiki]: https://gitlab.com/
|
|
559
|
-
[📜gh-wiki]: https://github.com/
|
|
558
|
+
[📜gl-wiki]: https://gitlab.com/appraisal-rb/appraisal2/-/wikis/home
|
|
559
|
+
[📜gh-wiki]: https://github.com/appraisal-rb/appraisal2/wiki
|
|
560
560
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
561
561
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
562
562
|
[👽dl-rank]: https://bestgems.org/gems/appraisal2
|
|
563
563
|
[👽dl-ranki]: https://img.shields.io/gem/rd/appraisal2.svg
|
|
564
564
|
[👽version]: https://bestgems.org/gems/appraisal2
|
|
565
565
|
[👽versioni]: https://img.shields.io/gem/v/appraisal2.svg
|
|
566
|
-
[🏀qlty-mnt]: https://qlty.sh/gh/
|
|
567
|
-
[🏀qlty-mnti]: https://qlty.sh/gh/
|
|
568
|
-
[🏀qlty-cov]: https://qlty.sh/gh/
|
|
569
|
-
[🏀qlty-covi]: https://qlty.sh/gh/
|
|
570
|
-
[🏀codecov]: https://codecov.io/gh/
|
|
571
|
-
[🏀codecovi]: https://codecov.io/gh/
|
|
572
|
-
[🏀coveralls]: https://coveralls.io/github/
|
|
573
|
-
[🏀coveralls-img]: https://coveralls.io/repos/github/
|
|
574
|
-
[🚎ruby-2.4-wf]: https://github.com/
|
|
575
|
-
[🚎ruby-2.5-wf]: https://github.com/
|
|
576
|
-
[🚎ruby-2.6-wf]: https://github.com/
|
|
577
|
-
[🚎ruby-2.7-wf]: https://github.com/
|
|
578
|
-
[🚎ruby-3.0-wf]: https://github.com/
|
|
579
|
-
[🚎ruby-3.1-wf]: https://github.com/
|
|
580
|
-
[🚎ruby-3.2-wf]: https://github.com/
|
|
581
|
-
[🚎ruby-3.3-wf]: https://github.com/
|
|
582
|
-
[🚎ruby-3.4-wf]: https://github.com/
|
|
583
|
-
[🚎jruby-9.2-wf]: https://github.com/
|
|
584
|
-
[🚎jruby-9.3-wf]: https://github.com/
|
|
585
|
-
[🚎jruby-9.4-wf]: https://github.com/
|
|
586
|
-
[🚎truby-22.3-wf]: https://github.com/
|
|
587
|
-
[🚎truby-23.0-wf]: https://github.com/
|
|
588
|
-
[🚎truby-23.1-wf]: https://github.com/
|
|
589
|
-
[🚎truby-24.2-wf]: https://github.com/
|
|
590
|
-
[🚎truby-25.0-wf]: https://github.com/
|
|
591
|
-
[🚎2-cov-wf]: https://github.com/
|
|
592
|
-
[🚎2-cov-wfi]: https://github.com/
|
|
593
|
-
[🚎3-hd-wf]: https://github.com/
|
|
594
|
-
[🚎3-hd-wfi]: https://github.com/
|
|
595
|
-
[🚎5-st-wf]: https://github.com/
|
|
596
|
-
[🚎5-st-wfi]: https://github.com/
|
|
597
|
-
[🚎9-t-wf]: https://github.com/
|
|
598
|
-
[🚎9-t-wfi]: https://github.com/
|
|
599
|
-
[🚎10-j-wf]: https://github.com/
|
|
600
|
-
[🚎10-j-wfi]: https://github.com/
|
|
601
|
-
[🚎11-c-wf]: https://github.com/
|
|
602
|
-
[🚎11-c-wfi]: https://github.com/
|
|
603
|
-
[🚎12-crh-wf]: https://github.com/
|
|
604
|
-
[🚎12-crh-wfi]: https://github.com/
|
|
605
|
-
[🚎13-🔒️-wf]: https://github.com/
|
|
606
|
-
[🚎13-🔒️-wfi]: https://github.com/
|
|
607
|
-
[🚎14-🔓️-wf]: https://github.com/
|
|
608
|
-
[🚎14-🔓️-wfi]: https://github.com/
|
|
609
|
-
[🚎15-🪪-wf]: https://github.com/
|
|
610
|
-
[🚎15-🪪-wfi]: https://github.com/
|
|
566
|
+
[🏀qlty-mnt]: https://qlty.sh/gh/appraisal-rb/projects/appraisal2
|
|
567
|
+
[🏀qlty-mnti]: https://qlty.sh/gh/appraisal-rb/projects/appraisal2/maintainability.svg
|
|
568
|
+
[🏀qlty-cov]: https://qlty.sh/gh/appraisal-rb/projects/appraisal2/metrics/code?sort=coverageRating
|
|
569
|
+
[🏀qlty-covi]: https://qlty.sh/gh/appraisal-rb/projects/appraisal2/coverage.svg
|
|
570
|
+
[🏀codecov]: https://codecov.io/gh/appraisal-rb/appraisal2
|
|
571
|
+
[🏀codecovi]: https://codecov.io/gh/appraisal-rb/appraisal2/graph/badge.svg
|
|
572
|
+
[🏀coveralls]: https://coveralls.io/github/appraisal-rb/appraisal2?branch=main
|
|
573
|
+
[🏀coveralls-img]: https://coveralls.io/repos/github/appraisal-rb/appraisal2/badge.svg?branch=main
|
|
574
|
+
[🚎ruby-2.4-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/ruby-2.4.yml
|
|
575
|
+
[🚎ruby-2.5-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/ruby-2.5.yml
|
|
576
|
+
[🚎ruby-2.6-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/ruby-2.6.yml
|
|
577
|
+
[🚎ruby-2.7-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/ruby-2.7.yml
|
|
578
|
+
[🚎ruby-3.0-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/ruby-3.0.yml
|
|
579
|
+
[🚎ruby-3.1-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/ruby-3.1.yml
|
|
580
|
+
[🚎ruby-3.2-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/ruby-3.2.yml
|
|
581
|
+
[🚎ruby-3.3-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/ruby-3.3.yml
|
|
582
|
+
[🚎ruby-3.4-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/ruby-3.4.yml
|
|
583
|
+
[🚎jruby-9.2-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/jruby-9.2.yml
|
|
584
|
+
[🚎jruby-9.3-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/jruby-9.3.yml
|
|
585
|
+
[🚎jruby-9.4-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/jruby-9.4.yml
|
|
586
|
+
[🚎truby-22.3-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/truffleruby-22.3.yml
|
|
587
|
+
[🚎truby-23.0-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/truffleruby-23.0.yml
|
|
588
|
+
[🚎truby-23.1-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/truffleruby-23.1.yml
|
|
589
|
+
[🚎truby-24.2-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/truffleruby-24.2.yml
|
|
590
|
+
[🚎truby-25.0-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/truffleruby-25.0.yml
|
|
591
|
+
[🚎2-cov-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/coverage.yml
|
|
592
|
+
[🚎2-cov-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/coverage.yml/badge.svg
|
|
593
|
+
[🚎3-hd-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/heads.yml
|
|
594
|
+
[🚎3-hd-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/heads.yml/badge.svg
|
|
595
|
+
[🚎5-st-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/style.yml
|
|
596
|
+
[🚎5-st-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/style.yml/badge.svg
|
|
597
|
+
[🚎9-t-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/truffle.yml
|
|
598
|
+
[🚎9-t-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/truffle.yml/badge.svg
|
|
599
|
+
[🚎10-j-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/jruby.yml
|
|
600
|
+
[🚎10-j-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/jruby.yml/badge.svg
|
|
601
|
+
[🚎11-c-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/current.yml
|
|
602
|
+
[🚎11-c-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/current.yml/badge.svg
|
|
603
|
+
[🚎12-crh-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/dep-heads.yml
|
|
604
|
+
[🚎12-crh-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/dep-heads.yml/badge.svg
|
|
605
|
+
[🚎13-🔒️-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/locked_deps.yml
|
|
606
|
+
[🚎13-🔒️-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/locked_deps.yml/badge.svg
|
|
607
|
+
[🚎14-🔓️-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/unlocked_deps.yml
|
|
608
|
+
[🚎14-🔓️-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/unlocked_deps.yml/badge.svg
|
|
609
|
+
[🚎15-🪪-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/license-eye.yml
|
|
610
|
+
[🚎15-🪪-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/license-eye.yml/badge.svg
|
|
611
611
|
[💎ruby-1.9i]: https://img.shields.io/badge/Ruby-1.9_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
612
612
|
[💎ruby-2.0i]: https://img.shields.io/badge/Ruby-2.0_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
613
613
|
[💎ruby-2.1i]: https://img.shields.io/badge/Ruby-2.1_(%F0%9F%9A%ABCI)-AABBCC?style=for-the-badge&logo=ruby&logoColor=white
|
|
@@ -635,34 +635,34 @@ Thanks for RTFM. ☺️
|
|
|
635
635
|
[💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
|
|
636
636
|
[💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
|
|
637
637
|
[💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
|
|
638
|
-
[🤝gh-issues]: https://github.com/
|
|
639
|
-
[🤝gh-pulls]: https://github.com/
|
|
640
|
-
[🤝gl-issues]: https://gitlab.com/
|
|
641
|
-
[🤝gl-pulls]: https://gitlab.com/
|
|
642
|
-
[🤝cb-issues]: https://codeberg.org/
|
|
643
|
-
[🤝cb-pulls]: https://codeberg.org/
|
|
638
|
+
[🤝gh-issues]: https://github.com/appraisal-rb/appraisal2/issues
|
|
639
|
+
[🤝gh-pulls]: https://github.com/appraisal-rb/appraisal2/pulls
|
|
640
|
+
[🤝gl-issues]: https://gitlab.com/appraisal-rb/appraisal2/-/issues
|
|
641
|
+
[🤝gl-pulls]: https://gitlab.com/appraisal-rb/appraisal2/-/merge_requests
|
|
642
|
+
[🤝cb-issues]: https://codeberg.org/appraisal-rb/appraisal2/issues
|
|
643
|
+
[🤝cb-pulls]: https://codeberg.org/appraisal-rb/appraisal2/pulls
|
|
644
644
|
[🤝cb-donate]: https://donate.codeberg.org/
|
|
645
|
-
[🤝contributing]: https://github.com/
|
|
646
|
-
[🏀codecov-g]: https://codecov.io/gh/
|
|
645
|
+
[🤝contributing]: https://github.com/appraisal-rb/appraisal2/blob/main/CONTRIBUTING.md
|
|
646
|
+
[🏀codecov-g]: https://codecov.io/gh/appraisal-rb/appraisal2/graph/badge.svg
|
|
647
647
|
[🖐contrib-rocks]: https://contrib.rocks
|
|
648
|
-
[🖐contributors]: https://github.com/
|
|
649
|
-
[🖐contributors-img]: https://contrib.rocks/image?repo=
|
|
650
|
-
[🚎contributors-gl]: https://gitlab.com/
|
|
651
|
-
[🪇conduct]: https://github.com/
|
|
648
|
+
[🖐contributors]: https://github.com/appraisal-rb/appraisal2/graphs/contributors
|
|
649
|
+
[🖐contributors-img]: https://contrib.rocks/image?repo=appraisal-rb/appraisal2
|
|
650
|
+
[🚎contributors-gl]: https://gitlab.com/appraisal-rb/appraisal2/-/graphs/main
|
|
651
|
+
[🪇conduct]: https://github.com/appraisal-rb/appraisal2/blob/main/CODE_OF_CONDUCT.md
|
|
652
652
|
[🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
|
|
653
653
|
[📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
|
|
654
654
|
[📌semver]: https://semver.org/spec/v2.0.0.html
|
|
655
655
|
[📌semver-img]: https://img.shields.io/badge/semver-2.0.0-259D6C.svg?style=flat
|
|
656
656
|
[📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
|
|
657
657
|
[📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
|
|
658
|
-
[📌changelog]: https://github.com/
|
|
658
|
+
[📌changelog]: https://github.com/appraisal-rb/appraisal2/blob/main/CHANGELOG.md
|
|
659
659
|
[📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
|
|
660
660
|
[📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-34495e.svg?style=flat
|
|
661
661
|
[📌gitmoji]: https://gitmoji.dev
|
|
662
662
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
663
663
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
664
664
|
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.834-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
665
|
-
[🔐security]: https://github.com/
|
|
665
|
+
[🔐security]: https://github.com/appraisal-rb/appraisal2/blob/main/SECURITY.md
|
|
666
666
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
667
667
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
668
668
|
[📄license]: LICENSE.md
|
|
@@ -676,7 +676,7 @@ Thanks for RTFM. ☺️
|
|
|
676
676
|
[🚎yard-current]: http://rubydoc.info/gems/appraisal2
|
|
677
677
|
[🚎yard-head]: https://appraisal2.galtzo.com
|
|
678
678
|
[💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
|
|
679
|
-
[💎SHA_checksums]: https://gitlab.com/
|
|
679
|
+
[💎SHA_checksums]: https://gitlab.com/appraisal-rb/appraisal2/-/tree/main/checksums
|
|
680
680
|
[💎rlts]: https://github.com/rubocop-lts/rubocop-lts
|
|
681
681
|
[💎rlts-img]: https://img.shields.io/badge/code_style_&_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
|
|
682
682
|
[💎appraisal2]: https://github.com/appraisal-rb/appraisal2
|
|
@@ -688,8 +688,8 @@ Thanks for RTFM. ☺️
|
|
|
688
688
|
|---|---|
|
|
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
|
-
| Homepage | https://github.com/
|
|
692
|
-
| Source | https://github.com/
|
|
691
|
+
| Homepage | https://github.com/appraisal-rb/appraisal2 |
|
|
692
|
+
| Source | https://github.com/appraisal-rb/appraisal2/tree/v3.0.7 |
|
|
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.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -431,17 +431,17 @@ files:
|
|
|
431
431
|
- lib/appraisal2.rb
|
|
432
432
|
- lib/appraisal2/version.rb
|
|
433
433
|
- sig/appraisal2/version.rbs
|
|
434
|
-
homepage: https://github.com/
|
|
434
|
+
homepage: https://github.com/appraisal-rb/appraisal2
|
|
435
435
|
licenses:
|
|
436
436
|
- MIT
|
|
437
437
|
metadata:
|
|
438
438
|
homepage_uri: https://appraisal2.galtzo.com
|
|
439
|
-
source_code_uri: https://github.com/
|
|
440
|
-
changelog_uri: https://github.com/
|
|
441
|
-
bug_tracker_uri: https://github.com/
|
|
442
|
-
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.0.
|
|
439
|
+
source_code_uri: https://github.com/appraisal-rb/appraisal2/tree/v3.0.8
|
|
440
|
+
changelog_uri: https://github.com/appraisal-rb/appraisal2/blob/v3.0.8/CHANGELOG.md
|
|
441
|
+
bug_tracker_uri: https://github.com/appraisal-rb/appraisal2/issues
|
|
442
|
+
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.0.8
|
|
443
443
|
funding_uri: https://github.com/sponsors/pboling
|
|
444
|
-
wiki_uri: https://github.com/
|
|
444
|
+
wiki_uri: https://github.com/appraisal-rb/appraisal2/wiki
|
|
445
445
|
news_uri: https://www.railsbling.com/tags/appraisal2
|
|
446
446
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
447
447
|
rubygems_mfa_required: 'true'
|
metadata.gz.sig
CHANGED
|
Binary file
|