appraisal2 3.2.0 → 3.2.1
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 +101 -3
- data/LICENSE.md +2 -1
- data/README.md +46 -33
- data/lib/appraisal/appraisal.rb +2 -1
- data/lib/appraisal/appraisal_file.rb +1 -1
- data/lib/appraisal/cli.rb +2 -1
- data/lib/appraisal/command.rb +21 -9
- data/lib/appraisal/version.rb +5 -2
- data/lib/appraisal.rb +2 -0
- data/lib/appraisal2.rb +0 -2
- data.tar.gz.sig +2 -1
- metadata +40 -21
- metadata.gz.sig +0 -0
- data/lib/appraisal2/version.rb +0 -8
- data/sig/appraisal2.rbs +0 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fc5fd8b8ee5e56506c39047160e4a1e4abb4a23062b155a422f65edbc4f2a50e
|
|
4
|
+
data.tar.gz: 05aaff18c45cf9d18712c61c78fd75b28d56690194a41a9a3846991853e789e7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cb587e92052e1f539d372e5555abd4be2ae3033c2915df60e4eb02937d89504e28a8fb06574ccf90f23c030620f7bb7f570862b17d4e706c8b28b1f221fda73d
|
|
7
|
+
data.tar.gz: c0abff7c89b9c3eb14b6ea851de15151a72737dd005742568afd70f00fbcefbd76994e4ebbc7cd4a5f46e714e76b97e3b1eb0c4db22ee7ff43ca6c398e486ce5
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,104 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [3.2.1] - 2026-08-06
|
|
34
|
+
|
|
35
|
+
- TAG: [v3.2.1][3.2.1t]
|
|
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
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- kettle-jem-template-20260720-005 - README Support & Community links now
|
|
43
|
+
include RubyForum.
|
|
44
|
+
- kettle-jem-template-20260726-001 - Projects now include YARD lint
|
|
45
|
+
configuration and documentation dependencies so documentation issues fail
|
|
46
|
+
before generated docs are refreshed.
|
|
47
|
+
- kettle-jem-template-20260727-001 - Spec harness documentation now lists the
|
|
48
|
+
RSpec helpers provided by `kettle-test`.
|
|
49
|
+
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
50
|
+
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
51
|
+
tagged RubyForum community alongside Discord.
|
|
52
|
+
|
|
53
|
+
### Changed
|
|
54
|
+
|
|
55
|
+
- The `appraisal` executable now supports `-v` / `--version` and prints a
|
|
56
|
+
standard startup header on normal runs.
|
|
57
|
+
|
|
58
|
+
- kettle-jem-template-20260720-002 - Development Gemfiles now use the released
|
|
59
|
+
`tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
60
|
+
- kettle-jem-template-20260725-002 - Version specs now use `anonymous_loader` to
|
|
61
|
+
cover `version.rb` without redefining constants, or are removed when version
|
|
62
|
+
specs are not managed for the project.
|
|
63
|
+
- kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
|
|
64
|
+
setup-ruby-flash planning and can prepare appraisal-only jobs without
|
|
65
|
+
installing the main Gemfile bundle.
|
|
66
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
67
|
+
use ClickGems instead of BestGems.
|
|
68
|
+
|
|
69
|
+
### Fixed
|
|
70
|
+
|
|
71
|
+
- kettle-jem-template-20260720-003 - StructuredMerge Git diff driver config now
|
|
72
|
+
uses the installed `smorg-rb` driver command.
|
|
73
|
+
- kettle-jem-template-20260725-001 - Release pull request branches beginning
|
|
74
|
+
with `feature/release` now run JRuby and TruffleRuby workflows.
|
|
75
|
+
- kettle-jem-template-20260726-002 - Generated version files now document their
|
|
76
|
+
version namespace and constants, reducing warning-only YARD lint output.
|
|
77
|
+
- kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
|
|
78
|
+
QLTY, and Codecov as optional, so provider outages do not fail CI when local
|
|
79
|
+
coverage thresholds still pass.
|
|
80
|
+
- kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
|
|
81
|
+
same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
|
|
82
|
+
installs are not reported as project lint debt.
|
|
83
|
+
- kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
|
|
84
|
+
TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
|
|
85
|
+
before the test suite starts.
|
|
86
|
+
- kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
|
|
87
|
+
setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
|
|
88
|
+
lockfile parser failures on Git and path dependencies.
|
|
89
|
+
- kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
|
|
90
|
+
missing canonical version spec when a project only has shim namespace version
|
|
91
|
+
specs.
|
|
92
|
+
- kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
|
|
93
|
+
legacy manual bundle install path, avoiding setup-time Bundler full-index
|
|
94
|
+
failures against `gem.coop`.
|
|
95
|
+
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
96
|
+
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
97
|
+
specs without adding `version_gem`.
|
|
98
|
+
- kettle-jem-template-20260730-001 - Gemspec package file enumeration now runs
|
|
99
|
+
relative to the gemspec directory, so release package contents stay correct
|
|
100
|
+
even when the gemspec is loaded from another working directory.
|
|
101
|
+
|
|
102
|
+
- Restore the package version loader to the implementation namespace after incorrect template-generated version artifacts.
|
|
103
|
+
|
|
104
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
105
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
106
|
+
parameter names from producing invalid configuration after a merge.
|
|
107
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
108
|
+
documentation now normalize configured underscore hostnames to valid
|
|
109
|
+
hyphenated hostnames.
|
|
110
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
111
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
112
|
+
matching Galtzo-hosted asset exists.
|
|
113
|
+
|
|
114
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
115
|
+
preserving comments and trailing commas during template updates.
|
|
116
|
+
|
|
117
|
+
- Ruby compatibility workflows now pin the setup-ruby-flash revision that supports the configured compatibility bundle input.
|
|
118
|
+
|
|
119
|
+
- Pin Appraisal subprocess Bundler commands to the version recorded in each appraisal lockfile.
|
|
120
|
+
|
|
121
|
+
- Clear Bundler load paths before switching appraisal subprocesses to a locked Bundler version.
|
|
122
|
+
|
|
123
|
+
- Skip unsupported-engine bundler setup before acceptance-test fixtures are created.
|
|
124
|
+
|
|
125
|
+
- Acceptance fixture Bundler commands now invoke the selected Bundler executable on alternate Ruby engines.
|
|
126
|
+
|
|
127
|
+
- Acceptance fixture Bundler command rewriting now supports Ruby 2.4.
|
|
128
|
+
|
|
129
|
+
- Acceptance test fixture setup now preserves RubyGems default Gem.dir in GEM_PATH for Bundler resolution.
|
|
130
|
+
|
|
33
131
|
## [3.2.0] - 2026-07-18
|
|
34
132
|
|
|
35
133
|
- TAG: [v3.2.0][3.2.0t]
|
|
@@ -57,8 +155,6 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
57
155
|
- `generate-install` and `generate-update` now reuse the parsed Appraisals set
|
|
58
156
|
for their generate and install/update phases.
|
|
59
157
|
|
|
60
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
61
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
62
158
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
63
159
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
64
160
|
|
|
@@ -476,7 +572,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
476
572
|
- code coverage tracked with Coveralls, QLTY.sh, and the kettle-soup-cover gem
|
|
477
573
|
- other minor fixes and improvements
|
|
478
574
|
|
|
479
|
-
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.
|
|
575
|
+
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.1...HEAD
|
|
576
|
+
[3.2.1]: https://github.com/appraisal-rb/appraisal2/compare/v3.2.0...v3.2.1
|
|
577
|
+
[3.2.1t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.2.1
|
|
480
578
|
[3.2.0]: https://github.com/appraisal-rb/appraisal2/compare/v3.1.4...v3.2.0
|
|
481
579
|
[3.2.0t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.2.0
|
|
482
580
|
[3.1.4]: https://github.com/appraisal-rb/appraisal2/compare/v3.1.3...v3.1.4
|
data/LICENSE.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
This project is made available under the following license.
|
|
4
4
|
Choose the option that best fits your use case:
|
|
5
5
|
|
|
6
|
-
- [MIT](MIT.md)
|
|
6
|
+
- [MIT](https://github.com/appraisal-rb/appraisal2/blob/main/MIT.md)
|
|
7
7
|
|
|
8
8
|
## Copyright Notice
|
|
9
9
|
|
|
@@ -47,4 +47,5 @@ Choose the option that best fits your use case:
|
|
|
47
47
|
- Copyright (c) 2024 Joe Sharp
|
|
48
48
|
- Copyright (c) 2024 Sebastian Cohnen
|
|
49
49
|
- Copyright (c) 2024 Yevhenii Ponomarenko
|
|
50
|
+
- Copyright (c) 2026 Bob McKinven
|
|
50
51
|
- Copyright (c) 2026 Richard Kramer
|
data/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
<a href="https://github.com/appraisal-rb"><img alt="appraisal-rb Logo by
|
|
1
|
+
<a href="https://github.com/appraisal-rb"><img alt="appraisal-rb Logo by GitHub" src="https://github.com/appraisal-rb.png?size=192" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
|
-
# 🔍️
|
|
3
|
+
# 🔍️ appraisal2 / Appraisal
|
|
4
4
|
|
|
5
|
-
[![Version][👽versioni]][👽version] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![
|
|
5
|
+
[![Version][👽versioni]][👽version] [![Ruby Users Forum][✉️ruby-forum-top-img]][✉️ruby-forum] [![GitHub tag (latest SemVer)][⛳️tag-img]][⛳️tag] [![License: MIT][📄license-img]][📄license] [![Total downloads][👽dl-ranki]][👽dl-rank] [![CodeCov Test Coverage][🏀codecovi]][🏀codecov] [![Coveralls Test Coverage][🏀coveralls-img]][🏀coveralls] [![QLTY Test Coverage][🏀qlty-covi]][🏀qlty-cov] [![QLTY Maintainability][🏀qlty-mnti]][🏀qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-wf] [![CI Runtime Dependencies @ HEAD][🚎12-crh-wfi]][🚎12-crh-wf] [![CI Current][🚎11-c-wfi]][🚎11-c-wf] [![CI Truffle Ruby][🚎9-t-wfi]][🚎9-t-wf] [![CI JRuby][🚎10-j-wfi]][🚎10-j-wf] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf] [![Apache SkyWalking Eyes License Compatibility Check][🚎15-🪪-wfi]][🚎15-🪪-wf]
|
|
6
6
|
|
|
7
|
-
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know][✉️discord-invite], as I may have missed the
|
|
7
|
+
`if ci_badges.map(&:color).detect { it != "green"}` ☝️ [let me know on Discord][✉️discord-invite] or [RubyForum][✉️ruby-forum], as I may have missed the notification.
|
|
8
8
|
|
|
9
9
|
---
|
|
10
10
|
|
|
@@ -53,8 +53,8 @@ Appraisal2 adds:
|
|
|
53
53
|
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎ruby-3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎ruby-3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎ruby-3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎ruby-3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎ruby-3.4-wf]|
|
|
54
54
|
| Works with MRI Ruby 2 | ![Ruby 2.0 Compat][💎ruby-2.0i] ![Ruby 2.1 Compat][💎ruby-2.1i] ![Ruby 2.2 Compat][💎ruby-2.2i] ![Ruby 2.3 Compat][💎ruby-2.3i] <br/> [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎ruby-2.4-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎ruby-2.5-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎ruby-2.6-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎ruby-2.7-wf]|
|
|
55
55
|
| Works with MRI Ruby 1 | ![Ruby 1.8 Compat][💎ruby-1.8i] ![Ruby 1.9 Compat][💎ruby-1.9i]|
|
|
56
|
-
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
57
|
-
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on
|
|
56
|
+
| Support & Community | [![Join Me on Daily.dev's RubyFriends][✉️ruby-friends-img]][✉️ruby-friends] [![Get help from RubyForum][✉️ruby-forum-img]][✉️ruby-forum] [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite] [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork] [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor] |
|
|
57
|
+
| Source | [![Source on GitLab.com][📜src-gl-img]][📜src-gl] [![Source on CodeBerg.org][📜src-cb-img]][📜src-cb] [![Source on GitHub.com][📜src-gh-img]][📜src-gh] [![The best SHA: dQw4w9WgXcQ!][🧮kloc-img]][🧮kloc] |
|
|
58
58
|
| Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![Maintainer Blog][🚂maint-blog-img]][🚂maint-blog] [![GitLab Wiki][📜gl-wiki-img]][📜gl-wiki] [![GitHub Wiki][📜gh-wiki-img]][📜gh-wiki] |
|
|
59
59
|
| Compliance | [![License: MIT][📄license-img]][📄license] [![Apache license compatibility: Category A][📄license-compat-img]][📄license-compat] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
|
|
60
60
|
| Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] [![Compatibility appraised by: appraisal2][💎appraisal2-img]][💎appraisal2] |
|
|
@@ -76,15 +76,15 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
76
76
|
<details markdown="1">
|
|
77
77
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
78
78
|
|
|
79
|
-
| Gem | Source | Role |
|
|
79
|
+
| Gem | Source | Role | Total downloads |
|
|
80
80
|
|-----|--------|------|---------------------|
|
|
81
|
-
| [appraisal2-rubocop](https://
|
|
82
|
-
| [kettle-dev](https://
|
|
83
|
-
| [kettle-jem](https://
|
|
84
|
-
| [kettle-soup-cover](https://
|
|
85
|
-
| [kettle-test](https://
|
|
86
|
-
| [rubocop-lts](https://
|
|
87
|
-
| [turbo_tests2](https://
|
|
81
|
+
| [appraisal2-rubocop](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [](https://clickgems.clickhouse.com/dashboard/appraisal2-rubocop) |
|
|
82
|
+
| [kettle-dev](https://clickgems.clickhouse.com/dashboard/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [](https://clickgems.clickhouse.com/dashboard/kettle-dev) |
|
|
83
|
+
| [kettle-jem](https://clickgems.clickhouse.com/dashboard/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [](https://clickgems.clickhouse.com/dashboard/kettle-jem) |
|
|
84
|
+
| [kettle-soup-cover](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [](https://clickgems.clickhouse.com/dashboard/kettle-soup-cover) |
|
|
85
|
+
| [kettle-test](https://clickgems.clickhouse.com/dashboard/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [](https://clickgems.clickhouse.com/dashboard/kettle-test) |
|
|
86
|
+
| [rubocop-lts](https://clickgems.clickhouse.com/dashboard/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [](https://clickgems.clickhouse.com/dashboard/rubocop-lts) |
|
|
87
|
+
| [turbo_tests2](https://clickgems.clickhouse.com/dashboard/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
|
|
88
88
|
|
|
89
89
|
</details>
|
|
90
90
|
|
|
@@ -93,17 +93,14 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
93
93
|
<details markdown="1">
|
|
94
94
|
<summary>Find this repo on federated forges (Coming soon!)</summary>
|
|
95
95
|
|
|
96
|
-
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
97
|
-
|
|
98
|
-
| 🧪 [appraisal-rb/appraisal2 on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
99
|
-
| 🧊 [appraisal-rb/appraisal2 on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
100
|
-
| 🐙 [appraisal-rb/appraisal2 on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
101
|
-
| 🎮️ [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] |
|
|
96
|
+
| Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI |
|
|
97
|
+
|-------------------------------------------------|-------------------------------------------|-------------------|------------------|-----------------|----------------|
|
|
98
|
+
| 🧪 [appraisal-rb/appraisal2 on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜gl-wiki] | 🐭 Tiny Matrix |
|
|
99
|
+
| 🧊 [appraisal-rb/appraisal2 on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix |
|
|
100
|
+
| 🐙 [appraisal-rb/appraisal2 on GitHub][📜src-gh] | Another Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | [💚][📜gh-wiki] | 💯 Full Matrix |
|
|
102
101
|
|
|
103
102
|
</details>
|
|
104
103
|
|
|
105
|
-
[gh-discussions]: https://github.com/appraisal-rb/appraisal2/discussions
|
|
106
|
-
|
|
107
104
|
### Enterprise Support [](https://tidelift.com/subscription/pkg/rubygems-appraisal2?utm_source=rubygems-appraisal2&utm_medium=referral&utm_campaign=readme)
|
|
108
105
|
|
|
109
106
|
Available as part of the Tidelift Subscription.
|
|
@@ -121,6 +118,7 @@ The maintainers of this and thousands of other packages are working with Tidelif
|
|
|
121
118
|
|
|
122
119
|
Alternatively:
|
|
123
120
|
|
|
121
|
+
- [![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
124
122
|
- [![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
125
123
|
- [![Get help from me on Upwork][👨🏼🏫expsup-upwork-img]][👨🏼🏫expsup-upwork]
|
|
126
124
|
- [![Get help from me on Codementor][👨🏼🏫expsup-codementor-img]][👨🏼🏫expsup-codementor]
|
|
@@ -233,6 +231,16 @@ In the case that you want to run all the appraisals by default when you run `rak
|
|
|
233
231
|
|
|
234
232
|
Note that this may conflict with your CI setup if you decide to split the test into multiple processes by Appraisal2 and you are using `rake` to run tests by default.
|
|
235
233
|
|
|
234
|
+
#### Using Multiple Appraisals Files
|
|
235
|
+
It's possible to have multiple Appraisals files, each with their own 'gemfiles' folder. Selecting which 'Appraisals' file to use with `ENV["APPRAISALS_FILE"]` and the 'gemfiles' folder with `ENV["APPRAISAL_GEMFILES_ROOT"]`.
|
|
236
|
+
|
|
237
|
+
For example, if you have a different Appraisals set for each version of ruby you test with:
|
|
238
|
+
```ruby
|
|
239
|
+
APPRAISALS_FILE=appraisals_4_0 APPRAISAL_GEMFILES_ROOT=gemfiles_4_0 bundle exec appraisal rake test
|
|
240
|
+
APPRAISALS_FILE=appraisals_3_4 APPRAISAL_GEMFILES_ROOT=gemfiles_3_4 bundle exec appraisal rake test
|
|
241
|
+
APPRAISALS_FILE=appraisals_3_3 APPRAISAL_GEMFILES_ROOT=gemfiles_3_3 bundle exec appraisal rake test
|
|
242
|
+
```
|
|
243
|
+
|
|
236
244
|
### Commands
|
|
237
245
|
|
|
238
246
|
```bash
|
|
@@ -514,7 +522,7 @@ See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
|
514
522
|
## 📄 License
|
|
515
523
|
|
|
516
524
|
The gem is available as open source under the terms of
|
|
517
|
-
the [MIT](MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
525
|
+
the [MIT](https://github.com/appraisal-rb/appraisal2/blob/main/MIT.md) [![License: MIT][📄license-img]][📄license-ref].
|
|
518
526
|
|
|
519
527
|
### © Copyright
|
|
520
528
|
|
|
@@ -563,6 +571,7 @@ See [LICENSE.md][📄license] for the official copyright notice.
|
|
|
563
571
|
- Copyright (c) 2024 Joe Sharp
|
|
564
572
|
- Copyright (c) 2024 Sebastian Cohnen
|
|
565
573
|
- Copyright (c) 2024 Yevhenii Ponomarenko
|
|
574
|
+
- Copyright (c) 2026 Bob McKinven
|
|
566
575
|
- Copyright (c) 2026 Richard Kramer
|
|
567
576
|
|
|
568
577
|
</details>
|
|
@@ -576,11 +585,12 @@ I'm hoping to be able to pay for my kids' health insurance this month,
|
|
|
576
585
|
so if you value the work I am doing, I need your support.
|
|
577
586
|
Please consider sponsoring me or the project.
|
|
578
587
|
|
|
579
|
-
To join the community or get help
|
|
588
|
+
To join the community or get help, use the RubyForum or Discord.
|
|
580
589
|
|
|
590
|
+
[![Ruby Users Forum][✉️ruby-forum-img]][✉️ruby-forum]
|
|
581
591
|
[![Live Chat on Discord][✉️discord-invite-img-ftb]][✉️discord-invite]
|
|
582
592
|
|
|
583
|
-
To say "thanks!" ☝️ Join the
|
|
593
|
+
To say "thanks!" ☝️ Join the community or 👇️ send money.
|
|
584
594
|
|
|
585
595
|
[![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]
|
|
586
596
|
|
|
@@ -621,11 +631,14 @@ Thanks for RTFM. ☺️
|
|
|
621
631
|
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
622
632
|
[✉️ruby-friends-img]: https://img.shields.io/badge/daily.dev-%F0%9F%92%8E_Ruby_Friends-0A0A0A?style=for-the-badge&logo=dailydotdev&logoColor=white
|
|
623
633
|
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
634
|
+
[✉️ruby-forum-top-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=flat&logo=discourse&label=Ruby%20Users%20Forum
|
|
635
|
+
[✉️ruby-forum-img]: https://img.shields.io/discourse/topics?server=https%3A%2F%2Fwww.rubyforum.org&style=for-the-badge&logo=discourse&label=Ruby%20Users%20Forum
|
|
636
|
+
[✉️ruby-forum]: https://www.rubyforum.org/tag/appraisal2
|
|
624
637
|
|
|
625
638
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
626
639
|
[⛳️gem-namespace]: https://github.com/appraisal-rb/appraisal2
|
|
627
|
-
[⛳️namespace-img]: https://img.shields.io/badge/namespace-
|
|
628
|
-
[⛳️gem-name]: https://
|
|
640
|
+
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Appraisal-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
641
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/appraisal2
|
|
629
642
|
[⛳️name-img]: https://img.shields.io/badge/name-appraisal2-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
630
643
|
[⛳️tag-img]: https://img.shields.io/github/tag/appraisal-rb/appraisal2.svg
|
|
631
644
|
[⛳️tag]: https://github.com/appraisal-rb/appraisal2/releases
|
|
@@ -666,7 +679,7 @@ Thanks for RTFM. ☺️
|
|
|
666
679
|
[📜src-gl]: https://gitlab.com/appraisal-rb/appraisal2
|
|
667
680
|
[📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
|
|
668
681
|
[📜src-cb]: https://codeberg.org/appraisal-rb/appraisal2
|
|
669
|
-
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=
|
|
682
|
+
[📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=GitHub&logoColor=green
|
|
670
683
|
[📜src-gh]: https://github.com/appraisal-rb/appraisal2
|
|
671
684
|
[📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
672
685
|
[📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
|
|
@@ -674,9 +687,9 @@ Thanks for RTFM. ☺️
|
|
|
674
687
|
[📜gh-wiki]: https://github.com/appraisal-rb/appraisal2/wiki
|
|
675
688
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
676
689
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
677
|
-
[👽dl-rank]: https://
|
|
678
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
679
|
-
[👽version]: https://
|
|
690
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/appraisal2
|
|
691
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/appraisal2.svg
|
|
692
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/appraisal2
|
|
680
693
|
[👽versioni]: https://img.shields.io/gem/v/appraisal2.svg
|
|
681
694
|
[🏀qlty-mnt]: https://qlty.sh/gh/appraisal-rb/projects/appraisal2
|
|
682
695
|
[🏀qlty-mnti]: https://qlty.sh/gh/appraisal-rb/projects/appraisal2/maintainability.svg
|
|
@@ -782,12 +795,12 @@ Thanks for RTFM. ☺️
|
|
|
782
795
|
[📌gitmoji]: https://gitmoji.dev
|
|
783
796
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
784
797
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
785
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-1.
|
|
798
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-1.007-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
786
799
|
[🔐security]: https://github.com/appraisal-rb/appraisal2/blob/main/SECURITY.md
|
|
787
800
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
788
801
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
789
802
|
[📄license]: LICENSE.md
|
|
790
|
-
[📄license-ref]: MIT.md
|
|
803
|
+
[📄license-ref]: https://github.com/appraisal-rb/appraisal2/blob/main/MIT.md
|
|
791
804
|
[📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
|
|
792
805
|
[📄license-compat]: https://www.apache.org/legal/resolved.html#category-a
|
|
793
806
|
[📄license-compat-img]: https://img.shields.io/badge/Apache_Compatible:_Category_A-%E2%9C%93-259D6C.svg?style=flat&logo=Apache
|
data/lib/appraisal/appraisal.rb
CHANGED
data/lib/appraisal/cli.rb
CHANGED
|
@@ -37,7 +37,8 @@ module Appraisal
|
|
|
37
37
|
appraisal, otherwise it runs the EXTERNAL_COMMAND against all appraisals.
|
|
38
38
|
HELP
|
|
39
39
|
|
|
40
|
-
|
|
40
|
+
appraisals_file = ENV["APPRAISAL_FILE"] || "Appraisals"
|
|
41
|
+
if File.exist?(appraisals_file)
|
|
41
42
|
shell.say
|
|
42
43
|
shell.say("Available Appraisal(s):")
|
|
43
44
|
|
data/lib/appraisal/command.rb
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
|
+
require "rbconfig"
|
|
3
4
|
require "shellwords"
|
|
4
5
|
|
|
5
6
|
module Appraisal
|
|
@@ -120,21 +121,24 @@ module Appraisal
|
|
|
120
121
|
clean_env[key] = value
|
|
121
122
|
end
|
|
122
123
|
|
|
124
|
+
clean_env["RUBYLIB"] = nil
|
|
125
|
+
|
|
123
126
|
clean_env
|
|
124
127
|
end
|
|
125
128
|
|
|
126
129
|
def execute(base_env, run_env)
|
|
127
|
-
announce
|
|
128
|
-
|
|
129
130
|
process_env = base_env.merge(run_env)
|
|
130
131
|
process_env["BUNDLE_GEMFILE"] = gemfile if gemfile
|
|
131
|
-
|
|
132
|
+
bundler_version = subprocess_bundler_version(process_env)
|
|
133
|
+
announce
|
|
134
|
+
command_text = command_as_string(:bundler_version => bundler_version)
|
|
135
|
+
if bundler_version
|
|
132
136
|
process_env["BUNDLE_VERSION"] = bundler_version
|
|
133
137
|
process_env["BUNDLER_VERSION"] = bundler_version
|
|
134
138
|
end
|
|
135
139
|
process_env["APPRAISAL_INITIALIZED"] = "1"
|
|
136
140
|
|
|
137
|
-
exit(1) unless Kernel.system(process_env,
|
|
141
|
+
exit(1) unless Kernel.system(process_env, command_text)
|
|
138
142
|
end
|
|
139
143
|
|
|
140
144
|
def ensure_bundler_is_available(process_env)
|
|
@@ -227,11 +231,11 @@ manually.
|
|
|
227
231
|
"ruby --disable=gems -e #{Shellwords.escape(code)}"
|
|
228
232
|
end
|
|
229
233
|
|
|
230
|
-
def announce
|
|
234
|
+
def announce(command_text = command_as_string)
|
|
231
235
|
if gemfile
|
|
232
|
-
puts ">> BUNDLE_GEMFILE=#{gemfile} #{
|
|
236
|
+
puts ">> BUNDLE_GEMFILE=#{gemfile} #{command_text}"
|
|
233
237
|
else
|
|
234
|
-
puts ">> #{
|
|
238
|
+
puts ">> #{command_text}"
|
|
235
239
|
end
|
|
236
240
|
end
|
|
237
241
|
|
|
@@ -253,12 +257,20 @@ manually.
|
|
|
253
257
|
end
|
|
254
258
|
end
|
|
255
259
|
|
|
256
|
-
def command_as_string
|
|
257
|
-
if command.is_a?(Array)
|
|
260
|
+
def command_as_string(bundler_version: nil)
|
|
261
|
+
command_text = if command.is_a?(Array)
|
|
258
262
|
Shellwords.join(command)
|
|
259
263
|
else
|
|
260
264
|
command
|
|
261
265
|
end
|
|
266
|
+
return command_text unless bundler_version
|
|
267
|
+
|
|
268
|
+
command_text.gsub(/\bbundle(?=\s)/) { versioned_bundler_command(bundler_version) }
|
|
269
|
+
end
|
|
270
|
+
|
|
271
|
+
def versioned_bundler_command(version)
|
|
272
|
+
script = %(gem "bundler", #{version.inspect}; load Gem.bin_path("bundler", "bundle"))
|
|
273
|
+
Shellwords.join([RbConfig.ruby, "-e", script])
|
|
262
274
|
end
|
|
263
275
|
|
|
264
276
|
def test_environment
|
data/lib/appraisal/version.rb
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
module Appraisal
|
|
4
|
+
# Version namespace for this gem.
|
|
4
5
|
module Version
|
|
5
|
-
|
|
6
|
+
# Current gem version.
|
|
7
|
+
VERSION = "3.2.1"
|
|
6
8
|
end
|
|
7
|
-
|
|
9
|
+
# Current gem version exposed at the traditional constant location.
|
|
10
|
+
VERSION = Version::VERSION # Traditional Constant Location
|
|
8
11
|
end
|
data/lib/appraisal.rb
CHANGED
data/lib/appraisal2.rb
CHANGED
data.tar.gz.sig
CHANGED
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
>�?@��1/��?@�ԄD��1���H4>SeǕ\�Q �q�YZ��&v��
|
|
2
|
+
�B�%:���ν��dsq��D/��F ��R�U/�}��V�k��rE�f��tT��#w�?�-8��R|�ﳃ7��K�XV^����2��<�Yb��ȭص_Zа�k<~���^k�%��0u(�=��}��5 ߏF?,H�ڄ�d�����#��~;�s�p����Տ��������'�U!��/ҵ�rw��M��C�����=�6�̞����.�������LMOj꧵J��S?��:��qs�+#��h�d�ڤJ���G�wg"X����ѓ��Q�2��V�������8}_2#7��t?�l┧:a�_�M�����7���S�
|
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.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joe Ferris
|
|
@@ -121,20 +121,20 @@ dependencies:
|
|
|
121
121
|
requirements:
|
|
122
122
|
- - "~>"
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: '2.
|
|
124
|
+
version: '2.5'
|
|
125
125
|
- - ">="
|
|
126
126
|
- !ruby/object:Gem::Version
|
|
127
|
-
version: 2.
|
|
127
|
+
version: 2.5.17
|
|
128
128
|
type: :development
|
|
129
129
|
prerelease: false
|
|
130
130
|
version_requirements: !ruby/object:Gem::Requirement
|
|
131
131
|
requirements:
|
|
132
132
|
- - "~>"
|
|
133
133
|
- !ruby/object:Gem::Version
|
|
134
|
-
version: '2.
|
|
134
|
+
version: '2.5'
|
|
135
135
|
- - ">="
|
|
136
136
|
- !ruby/object:Gem::Version
|
|
137
|
-
version: 2.
|
|
137
|
+
version: 2.5.17
|
|
138
138
|
- !ruby/object:Gem::Dependency
|
|
139
139
|
name: bundler-audit
|
|
140
140
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -169,6 +169,26 @@ dependencies:
|
|
|
169
169
|
- - ">="
|
|
170
170
|
- !ruby/object:Gem::Version
|
|
171
171
|
version: 1.0.4
|
|
172
|
+
- !ruby/object:Gem::Dependency
|
|
173
|
+
name: anonymous_loader
|
|
174
|
+
requirement: !ruby/object:Gem::Requirement
|
|
175
|
+
requirements:
|
|
176
|
+
- - "~>"
|
|
177
|
+
- !ruby/object:Gem::Version
|
|
178
|
+
version: '0.1'
|
|
179
|
+
- - ">="
|
|
180
|
+
- !ruby/object:Gem::Version
|
|
181
|
+
version: 0.1.3
|
|
182
|
+
type: :development
|
|
183
|
+
prerelease: false
|
|
184
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
185
|
+
requirements:
|
|
186
|
+
- - "~>"
|
|
187
|
+
- !ruby/object:Gem::Version
|
|
188
|
+
version: '0.1'
|
|
189
|
+
- - ">="
|
|
190
|
+
- !ruby/object:Gem::Version
|
|
191
|
+
version: 0.1.3
|
|
172
192
|
- !ruby/object:Gem::Dependency
|
|
173
193
|
name: kettle-test
|
|
174
194
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -178,7 +198,7 @@ dependencies:
|
|
|
178
198
|
version: '2.0'
|
|
179
199
|
- - ">="
|
|
180
200
|
- !ruby/object:Gem::Version
|
|
181
|
-
version: 2.0.
|
|
201
|
+
version: 2.0.19
|
|
182
202
|
type: :development
|
|
183
203
|
prerelease: false
|
|
184
204
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -188,27 +208,27 @@ dependencies:
|
|
|
188
208
|
version: '2.0'
|
|
189
209
|
- - ">="
|
|
190
210
|
- !ruby/object:Gem::Version
|
|
191
|
-
version: 2.0.
|
|
211
|
+
version: 2.0.19
|
|
192
212
|
- !ruby/object:Gem::Dependency
|
|
193
213
|
name: turbo_tests2
|
|
194
214
|
requirement: !ruby/object:Gem::Requirement
|
|
195
215
|
requirements:
|
|
196
216
|
- - "~>"
|
|
197
217
|
- !ruby/object:Gem::Version
|
|
198
|
-
version: '3.
|
|
218
|
+
version: '3.2'
|
|
199
219
|
- - ">="
|
|
200
220
|
- !ruby/object:Gem::Version
|
|
201
|
-
version: 3.
|
|
221
|
+
version: 3.2.4
|
|
202
222
|
type: :development
|
|
203
223
|
prerelease: false
|
|
204
224
|
version_requirements: !ruby/object:Gem::Requirement
|
|
205
225
|
requirements:
|
|
206
226
|
- - "~>"
|
|
207
227
|
- !ruby/object:Gem::Version
|
|
208
|
-
version: '3.
|
|
228
|
+
version: '3.2'
|
|
209
229
|
- - ">="
|
|
210
230
|
- !ruby/object:Gem::Version
|
|
211
|
-
version: 3.
|
|
231
|
+
version: 3.2.4
|
|
212
232
|
- !ruby/object:Gem::Dependency
|
|
213
233
|
name: ruby-progressbar
|
|
214
234
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -232,7 +252,7 @@ dependencies:
|
|
|
232
252
|
version: '1.0'
|
|
233
253
|
- - ">="
|
|
234
254
|
- !ruby/object:Gem::Version
|
|
235
|
-
version: 1.0.
|
|
255
|
+
version: 1.0.8
|
|
236
256
|
type: :development
|
|
237
257
|
prerelease: false
|
|
238
258
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -242,7 +262,7 @@ dependencies:
|
|
|
242
262
|
version: '1.0'
|
|
243
263
|
- - ">="
|
|
244
264
|
- !ruby/object:Gem::Version
|
|
245
|
-
version: 1.0.
|
|
265
|
+
version: 1.0.8
|
|
246
266
|
- !ruby/object:Gem::Dependency
|
|
247
267
|
name: gitmoji-regex
|
|
248
268
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -252,7 +272,7 @@ dependencies:
|
|
|
252
272
|
version: '2.0'
|
|
253
273
|
- - ">="
|
|
254
274
|
- !ruby/object:Gem::Version
|
|
255
|
-
version: 2.0.
|
|
275
|
+
version: 2.0.11
|
|
256
276
|
type: :development
|
|
257
277
|
prerelease: false
|
|
258
278
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -262,7 +282,7 @@ dependencies:
|
|
|
262
282
|
version: '2.0'
|
|
263
283
|
- - ">="
|
|
264
284
|
- !ruby/object:Gem::Version
|
|
265
|
-
version: 2.0.
|
|
285
|
+
version: 2.0.11
|
|
266
286
|
- !ruby/object:Gem::Dependency
|
|
267
287
|
name: activesupport
|
|
268
288
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -428,21 +448,20 @@ files:
|
|
|
428
448
|
- lib/appraisal/utils.rb
|
|
429
449
|
- lib/appraisal/version.rb
|
|
430
450
|
- lib/appraisal2.rb
|
|
431
|
-
- lib/appraisal2/version.rb
|
|
432
|
-
- sig/appraisal2.rbs
|
|
433
451
|
homepage: https://github.com/appraisal-rb/appraisal2
|
|
434
452
|
licenses:
|
|
435
453
|
- MIT
|
|
436
454
|
metadata:
|
|
437
455
|
homepage_uri: https://appraisal2.galtzo.com
|
|
438
|
-
source_code_uri: https://github.com/appraisal-rb/appraisal2/tree/v3.2.
|
|
439
|
-
changelog_uri: https://github.com/appraisal-rb/appraisal2/blob/v3.2.
|
|
456
|
+
source_code_uri: https://github.com/appraisal-rb/appraisal2/tree/v3.2.1
|
|
457
|
+
changelog_uri: https://github.com/appraisal-rb/appraisal2/blob/v3.2.1/CHANGELOG.md
|
|
440
458
|
bug_tracker_uri: https://github.com/appraisal-rb/appraisal2/issues
|
|
441
|
-
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.2.
|
|
459
|
+
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.2.1
|
|
442
460
|
funding_uri: https://github.com/sponsors/pboling
|
|
443
461
|
wiki_uri: https://github.com/appraisal-rb/appraisal2/wiki
|
|
444
462
|
news_uri: https://www.railsbling.com/tags/appraisal2
|
|
445
463
|
discord_uri: https://discord.gg/3qme4XHNKN
|
|
464
|
+
mailing_list_uri: https://www.rubyforum.org/tag/appraisal2
|
|
446
465
|
rubygems_mfa_required: 'true'
|
|
447
466
|
rdoc_options:
|
|
448
467
|
- "--title"
|
|
@@ -467,7 +486,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
467
486
|
- !ruby/object:Gem::Version
|
|
468
487
|
version: '0'
|
|
469
488
|
requirements: []
|
|
470
|
-
rubygems_version: 4.0.
|
|
489
|
+
rubygems_version: 4.0.17
|
|
471
490
|
specification_version: 4
|
|
472
491
|
summary: "\U0001F50D️ Find out what your Ruby gems are worth"
|
|
473
492
|
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|
data/lib/appraisal2/version.rb
DELETED