appraisal2 3.0.3 → 3.0.4
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/README.md +124 -38
- data/lib/appraisal/gem_manager/ore_adapter.rb +1 -8
- data/lib/appraisal/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: 657fa1768676719d9a8441f09b221912257be8dccf42b3a118ec73ef6f875a58
|
|
4
|
+
data.tar.gz: 856abbb177d9eb34a844d7c73bc57e34a82724df7f2ff402637d2be9bd3600b1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 221e7aa5366ab1fdce598217adf2d5f4ff3e71f3c600fce0f35c632ae2974bd81b6b9d7a726ddc64b0e5d787d72a879e9e40248d444f88fd3aa45b1fd96f85db
|
|
7
|
+
data.tar.gz: c39aa79557bb57fc08769f3b0fd67967ba3c173e68d8783e61554ee2203da5c88174c9f7c39020ab850bafa23986980019d9c1fb437d4f202038628e70a0ef41
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -19,6 +19,18 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
19
19
|
|
|
20
20
|
### Security
|
|
21
21
|
|
|
22
|
+
## [3.0.4] - 2026-02-10
|
|
23
|
+
|
|
24
|
+
- TAG: [v3.0.4][3.0.4t]
|
|
25
|
+
- COVERAGE: 89.67% -- 703/784 lines in 27 files
|
|
26
|
+
- BRANCH COVERAGE: 83.45% -- 121/145 branches in 27 files
|
|
27
|
+
- 43.03% documented
|
|
28
|
+
|
|
29
|
+
### Changed
|
|
30
|
+
|
|
31
|
+
- Documentation cleanup
|
|
32
|
+
- Fixed typos in docs
|
|
33
|
+
|
|
22
34
|
## [3.0.3] - 2026-02-07
|
|
23
35
|
|
|
24
36
|
- TAG: [v3.0.3][3.0.3t]
|
|
@@ -42,6 +54,7 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
42
54
|
|
|
43
55
|
### Fixed
|
|
44
56
|
|
|
57
|
+
- Removed `Dir.chdir` into `gemfiles/` directory before running `ore` commands.
|
|
45
58
|
- Improved robustness of acceptance tests in isolated environments, especially on Ruby HEAD.
|
|
46
59
|
- Updated `setup_gem_path_for_local_install` to correctly include `TMP_GEM_ROOT` and more reliably detect the parent project's `vendor/bundle` gem directory.
|
|
47
60
|
- Added a fallback to remote installation in `build_default_gemfile` if `bundle install --local` fails, preventing test failures when dependencies are missing from the local cache.
|
|
@@ -142,7 +155,9 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
142
155
|
- code coverage tracked with Coveralls, QLTY.sh, and the kettle-soup-cover gem
|
|
143
156
|
- other minor fixes and improvements
|
|
144
157
|
|
|
145
|
-
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.
|
|
158
|
+
[Unreleased]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.4...HEAD
|
|
159
|
+
[3.0.4]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.3...v3.0.4
|
|
160
|
+
[3.0.4t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.4
|
|
146
161
|
[3.0.3]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.2...v3.0.3
|
|
147
162
|
[3.0.3t]: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.3
|
|
148
163
|
[3.0.2]: https://github.com/appraisal-rb/appraisal2/compare/v3.0.1...v3.0.2
|
data/README.md
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
- You, possibly
|
|
15
15
|
|
|
16
|
-
[![Version][👽versioni]][👽version] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![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] [![Deps Locked][🚎13-🔒️-wfi]][🚎13-🔒️-wf] [![Deps Unlocked][🚎14-🔓️-wfi]][🚎14-🔓️-wf] [![CI Legacy][🚎4-r3.4-wfi]][🚎4-r3.4-wf] [![CI Legacy][🚎4-r3.3-wfi]][🚎4-r3.3-wf] [![CI Legacy][🚎4-r3.2-wfi]][🚎4-r3.2-wf] [![CI Legacy][🚎4-r3.1-wfi]][🚎4-r3.1-wf] [![CI Legacy][🚎4-r3.0-wfi]][🚎4-r3.0-wf] [![CI Legacy][🚎4-r2.7-wfi]][🚎4-r2.7-wf] [![CI Legacy][🚎4-r2.6-wfi]][🚎4-r2.6-wf] [![CI Legacy][🚎4-r2.5-wfi]][🚎4-r2.5-wf] [![CI Legacy][🚎4-r2.4-wfi]][🚎4-r2.4-wf] [![CI Legacy][🚎4-r2.3-wfi]][🚎4-r2.3-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
|
16
|
+
[![Version][👽versioni]][👽version] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![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 Legacy][🚎4-r3.4-wfi]][🚎4-r3.4-wf] [![CI Legacy][🚎4-r3.3-wfi]][🚎4-r3.3-wf] [![CI Legacy][🚎4-r3.2-wfi]][🚎4-r3.2-wf] [![CI Legacy][🚎4-r3.1-wfi]][🚎4-r3.1-wf] [![CI Legacy][🚎4-r3.0-wfi]][🚎4-r3.0-wf] [![CI Legacy][🚎4-r2.7-wfi]][🚎4-r2.7-wf] [![CI Legacy][🚎4-r2.6-wfi]][🚎4-r2.6-wf] [![CI Legacy][🚎4-r2.5-wfi]][🚎4-r2.5-wf] [![CI Legacy][🚎4-r2.4-wfi]][🚎4-r2.4-wf] [![CI Legacy][🚎4-r2.3-wfi]][🚎4-r2.3-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -53,7 +53,7 @@ Appraisal2 adds:
|
|
|
53
53
|
|
|
54
54
|
| Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
|
|
55
55
|
|-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
56
|
-
| Works with JRuby | [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎10-
|
|
56
|
+
| Works with JRuby | [![JRuby 9.4 Compat][💎jruby-9.4i]][🚎10-j-wf] [![JRuby 10.0 Compat][💎jruby-c-i]][🚎11-c-wf] [![JRuby HEAD Compat][💎jruby-headi]][🚎3-hd-wf] |
|
|
57
57
|
| Works with Truffle Ruby | ![Truffle Ruby 22.3 Compat][💎truby-22.3i] ![Truffle Ruby 23.1 Compat][💎truby-23.1i] <br/> [![Truffle Ruby 24.2 Compat][💎truby-24.2i]][🚎9-t-wf] [![Truffle Ruby 25.0 Compat][💎truby-25.0i]][🚎9-t-wf] [![Truffle Ruby 33.0 Compat][💎truby-c-i]][🚎11-c-wf] |
|
|
58
58
|
| Works with MRI Ruby 4 | [![Ruby 4.0 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
|
|
59
59
|
| Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-r3.0-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎4-r3.1-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎4-r3.2-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎4-r3.3-wf] [![Ruby 3.4 Compat][💎ruby-3.4i]][🚎4-r3.4-wf] |
|
|
@@ -791,6 +791,63 @@ test:
|
|
|
791
791
|
Notice that we are running an rspec suite. You can customize your testing
|
|
792
792
|
command in the `override` section and use your favourite one.
|
|
793
793
|
|
|
794
|
+
## 🦷 FLOSS Funding
|
|
795
|
+
|
|
796
|
+
While appraisal-rb tools are free (libre) software, the project would benefit immensely from some funding.
|
|
797
|
+
Raising a monthly budget of... "dollars" would make the project more sustainable.
|
|
798
|
+
|
|
799
|
+
We welcome both individual and corporate sponsors\! We also offer a
|
|
800
|
+
wide array of funding channels to account for your preferences
|
|
801
|
+
(although currently [Open Collective][🖇osc] is our preferred funding platform).
|
|
802
|
+
|
|
803
|
+
**If you're working in a company that's making significant use of appraisal-rb tools we'd
|
|
804
|
+
appreciate it if you suggest to your company to become a appraisal-rb sponsor.**
|
|
805
|
+
|
|
806
|
+
You can support the development of appraisal-rb tools via
|
|
807
|
+
[GitHub Sponsors][🖇sponsor],
|
|
808
|
+
[Liberapay][⛳liberapay],
|
|
809
|
+
[PayPal][🖇paypal],
|
|
810
|
+
[Open Collective][🖇osc]
|
|
811
|
+
and [Tidelift][🏙️entsup-tidelift].
|
|
812
|
+
|
|
813
|
+
| 📍 NOTE |
|
|
814
|
+
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
815
|
+
| If doing a sponsorship in the form of donation is problematic for your company <br/> from an accounting standpoint, we'd recommend the use of Tidelift, <br/> where you can get a support-like subscription instead. |
|
|
816
|
+
|
|
817
|
+
### Open Collective for Individuals
|
|
818
|
+
|
|
819
|
+
Support us with a monthly donation and help us continue our activities. \[[Become a backer][🖇osc-backers]\]
|
|
820
|
+
|
|
821
|
+
NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
|
|
822
|
+
|
|
823
|
+
<!-- OPENCOLLECTIVE-INDIVIDUALS:START -->
|
|
824
|
+
No backers yet. Be the first!
|
|
825
|
+
<!-- OPENCOLLECTIVE-INDIVIDUALS:END -->
|
|
826
|
+
|
|
827
|
+
### Open Collective for Organizations
|
|
828
|
+
|
|
829
|
+
Become a sponsor and get your logo on our README on GitHub with a link to your site. \[[Become a sponsor][🖇osc-sponsors]\]
|
|
830
|
+
|
|
831
|
+
NOTE: [kettle-readme-backers][kettle-readme-backers] updates this list every day, automatically.
|
|
832
|
+
|
|
833
|
+
<!-- OPENCOLLECTIVE-ORGANIZATIONS:START -->
|
|
834
|
+
No sponsors yet. Be the first!
|
|
835
|
+
<!-- OPENCOLLECTIVE-ORGANIZATIONS:END -->
|
|
836
|
+
|
|
837
|
+
[kettle-readme-backers]: https://github.com/appraisal-rb/appraisal2/blob/main/exe/kettle-readme-backers
|
|
838
|
+
|
|
839
|
+
### Another way to support open-source
|
|
840
|
+
|
|
841
|
+
I’m driven by a passion to foster a thriving open-source community – a space where people can tackle complex problems, no matter how small. Revitalizing libraries that have fallen into disrepair, and building new libraries focused on solving real-world challenges, are my passions. I was recently affected by layoffs, and the tech jobs market is unwelcoming. I’m reaching out here because your support would significantly aid my efforts to provide for my family, and my farm (11 🐔 chickens, 2 🐶 dogs, 3 🐰 rabbits, 8 🐈 cats).
|
|
842
|
+
|
|
843
|
+
If you work at a company that uses my work, please encourage them to support me as a corporate sponsor. My work on gems you use might show up in `bundle fund`.
|
|
844
|
+
|
|
845
|
+
I’m developing a new library, [floss\_funding][🖇floss-funding-gem], designed to empower open-source developers like myself to get paid for the work we do, in a sustainable way. Please give it a look.
|
|
846
|
+
|
|
847
|
+
**[Floss-Funding.dev][🖇floss-funding.dev]: 👉️ No network calls. 👉️ No tracking. 👉️ No oversight. 👉️ Minimal crypto hashing. 💡 Easily disabled nags**
|
|
848
|
+
|
|
849
|
+
[![OpenCollective Backers][🖇osc-backers-i]][🖇osc-backers] [![OpenCollective Sponsors][🖇osc-sponsors-i]][🖇osc-sponsors] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Donate on PayPal][🖇paypal-img]][🖇paypal] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS efforts using Patreon][🖇patreon-img]][🖇patreon]
|
|
850
|
+
|
|
794
851
|
## 🔐 Security
|
|
795
852
|
|
|
796
853
|
See [SECURITY.md][🔐security].
|
|
@@ -828,7 +885,10 @@ chat rooms and mailing lists agrees to follow the [![Contributor Covenant 2.1][
|
|
|
828
885
|
|
|
829
886
|
Made with [contributors-img][🖐contrib-rocks].
|
|
830
887
|
|
|
831
|
-
|
|
888
|
+
Also see GitLab Contributors: <https://gitlab.com/appraisal-rb/appraisal2/-/graphs/main>
|
|
889
|
+
|
|
890
|
+
<details>
|
|
891
|
+
<summary>⭐️ Star History</summary>
|
|
832
892
|
|
|
833
893
|
<a href="https://star-history.com/#appraisal-rb/appraisal2&Date">
|
|
834
894
|
<picture>
|
|
@@ -838,6 +898,8 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
838
898
|
</picture>
|
|
839
899
|
</a>
|
|
840
900
|
|
|
901
|
+
</details>
|
|
902
|
+
|
|
841
903
|
## 📌 Versioning
|
|
842
904
|
|
|
843
905
|
This Library adheres to [![Semantic Versioning 2.0.0][📌semver-img]][📌semver].
|
|
@@ -846,32 +908,32 @@ Specifically, if a minor or patch version is released that breaks backward compa
|
|
|
846
908
|
a new version should be immediately released that restores compatibility.
|
|
847
909
|
Breaking changes to the public API will only be introduced with new major versions.
|
|
848
910
|
|
|
849
|
-
|
|
911
|
+
> dropping support for a platform is both obviously and objectively a breaking change <br/>
|
|
912
|
+
> —Jordan Harband ([@ljharb](https://github.com/ljharb), maintainer of SemVer) [in SemVer issue 716][📌semver-breaking]
|
|
850
913
|
|
|
851
|
-
|
|
914
|
+
I understand that policy doesn't work universally ("exceptions to every rule\!"),
|
|
915
|
+
but it is the policy here.
|
|
916
|
+
As such, in many cases it is good to specify a dependency on this library using
|
|
917
|
+
the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
|
|
852
918
|
|
|
853
|
-
|
|
854
|
-
is a *breaking change* to an API.
|
|
855
|
-
It is obvious to many, but not all, and since the spec is silent, the bike shedding is endless.
|
|
919
|
+
For example:
|
|
856
920
|
|
|
857
|
-
|
|
921
|
+
```ruby
|
|
922
|
+
spec.add_dependency("appraisal2", "~> 3.0")
|
|
923
|
+
```
|
|
858
924
|
|
|
859
|
-
|
|
925
|
+
<details markdown="1">
|
|
926
|
+
<summary>📌 Is "Platform Support" part of the public API? More details inside.</summary>
|
|
927
|
+
|
|
928
|
+
SemVer should, IMO, but doesn't explicitly, say that dropping support for specific Platforms
|
|
929
|
+
is a *breaking change* to an API, and for that reason the bike shedding is endless.
|
|
860
930
|
|
|
861
931
|
To get a better understanding of how SemVer is intended to work over a project's lifetime,
|
|
862
932
|
read this article from the creator of SemVer:
|
|
863
933
|
|
|
864
934
|
- ["Major Version Numbers are Not Sacred"][📌major-versions-not-sacred]
|
|
865
935
|
|
|
866
|
-
|
|
867
|
-
you can (and should) specify a dependency on these libraries using
|
|
868
|
-
the [Pessimistic Version Constraint][📌pvc] with two digits of precision.
|
|
869
|
-
|
|
870
|
-
For example:
|
|
871
|
-
|
|
872
|
-
```ruby
|
|
873
|
-
spec.add_dependency("appraisal2", "~> 3.0")
|
|
874
|
-
```
|
|
936
|
+
</details>
|
|
875
937
|
|
|
876
938
|
See [CHANGELOG.md][📌changelog] for a list of releases.
|
|
877
939
|
|
|
@@ -896,38 +958,62 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
|
|
|
896
958
|
<li>Copyright (c) 2010 - 2013 Joe Ferris and thoughtbot, inc.</li>
|
|
897
959
|
</ul>
|
|
898
960
|
|
|
899
|
-
## 🤑
|
|
961
|
+
## 🤑 A request for help
|
|
962
|
+
|
|
963
|
+
Maintainers have teeth and need to pay their dentists.
|
|
964
|
+
After getting laid off in an RIF in March, and encountering difficulty finding a new one,
|
|
965
|
+
I began spending most of my time building open source tools.
|
|
966
|
+
I'm hoping to be able to pay for my kids' health insurance this month,
|
|
967
|
+
so if you value the work I am doing, I need your support.
|
|
968
|
+
Please consider sponsoring me or the project.
|
|
900
969
|
|
|
901
|
-
|
|
902
|
-
The primary maintainer of this gem, Peter Boling, wants
|
|
903
|
-
Ruby to be a great place for people to solve problems, big and small.
|
|
904
|
-
Please consider supporting his efforts via the giant yellow link below,
|
|
905
|
-
or one of the smaller ones, depending on button size preference.
|
|
970
|
+
To join the community or get help 👇️ Join the Discord.
|
|
906
971
|
|
|
907
|
-
[![
|
|
972
|
+
[![Live Chat on Discord][✉️discord-invite-img-ftb]][🖼️galtzo-discord]
|
|
908
973
|
|
|
909
|
-
|
|
974
|
+
To say "thanks!" ☝️ Join the Discord or 👇️ send money.
|
|
910
975
|
|
|
911
|
-
|
|
976
|
+
[![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]
|
|
912
977
|
|
|
913
|
-
|
|
978
|
+
### Please give the project a star ⭐ ♥.
|
|
914
979
|
|
|
915
|
-
|
|
980
|
+
Thanks for RTFM. ☺️
|
|
981
|
+
|
|
982
|
+
[⛳liberapay-img]: https://img.shields.io/liberapay/goal/pboling.svg?logo=liberapay&color=a51611&style=flat
|
|
983
|
+
[⛳liberapay-bottom-img]: https://img.shields.io/liberapay/goal/pboling.svg?style=for-the-badge&logo=liberapay&color=a51611
|
|
916
984
|
[⛳liberapay]: https://liberapay.com/pboling/donate
|
|
985
|
+
[🖇osc-all-img]: https://img.shields.io/opencollective/all/appraisal-rb
|
|
986
|
+
[🖇osc-sponsors-img]: https://img.shields.io/opencollective/sponsors/appraisal-rb
|
|
987
|
+
[🖇osc-backers-img]: https://img.shields.io/opencollective/backers/appraisal-rb
|
|
988
|
+
[🖇osc-backers]: https://opencollective.com/appraisal-rb#backer
|
|
989
|
+
[🖇osc-backers-i]: https://opencollective.com/appraisal-rb/backers/badge.svg?style=flat
|
|
990
|
+
[🖇osc-sponsors]: https://opencollective.com/appraisal-rb#sponsor
|
|
991
|
+
[🖇osc-sponsors-i]: https://opencollective.com/appraisal-rb/sponsors/badge.svg?style=flat
|
|
992
|
+
[🖇osc-all-bottom-img]: https://img.shields.io/opencollective/all/appraisal-rb?style=for-the-badge
|
|
993
|
+
[🖇osc-sponsors-bottom-img]: https://img.shields.io/opencollective/sponsors/appraisal-rb?style=for-the-badge
|
|
994
|
+
[🖇osc-backers-bottom-img]: https://img.shields.io/opencollective/backers/appraisal-rb?style=for-the-badge
|
|
995
|
+
[🖇osc]: https://opencollective.com/appraisal-rb
|
|
917
996
|
[🖇sponsor-img]: https://img.shields.io/badge/Sponsor_Me!-pboling.svg?style=social&logo=github
|
|
997
|
+
[🖇sponsor-bottom-img]: https://img.shields.io/badge/Sponsor_Me!-pboling-blue?style=for-the-badge&logo=github
|
|
918
998
|
[🖇sponsor]: https://github.com/sponsors/pboling
|
|
919
|
-
[🖇polar-img]: https://img.shields.io/badge/polar-donate-
|
|
999
|
+
[🖇polar-img]: https://img.shields.io/badge/polar-donate-a51611.svg?style=flat
|
|
920
1000
|
[🖇polar]: https://polar.sh/pboling
|
|
921
|
-
[🖇kofi-img]: https://img.shields.io/badge/
|
|
1001
|
+
[🖇kofi-img]: https://img.shields.io/badge/ko--fi-%E2%9C%93-a51611.svg?style=flat
|
|
922
1002
|
[🖇kofi]: https://ko-fi.com/O5O86SNP4
|
|
923
|
-
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-
|
|
1003
|
+
[🖇patreon-img]: https://img.shields.io/badge/patreon-donate-a51611.svg?style=flat
|
|
924
1004
|
[🖇patreon]: https://patreon.com/galtzo
|
|
925
|
-
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee
|
|
1005
|
+
[🖇buyme-small-img]: https://img.shields.io/badge/buy_me_a_coffee-%E2%9C%93-a51611.svg?style=flat
|
|
926
1006
|
[🖇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
|
|
927
1007
|
[🖇buyme]: https://www.buymeacoffee.com/pboling
|
|
1008
|
+
[🖇paypal-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=flat&logo=paypal
|
|
1009
|
+
[🖇paypal-bottom-img]: https://img.shields.io/badge/donate-paypal-a51611.svg?style=for-the-badge&logo=paypal&color=0A0A0A
|
|
1010
|
+
[🖇paypal]: https://www.paypal.com/paypalme/peterboling
|
|
1011
|
+
[🖇floss-funding.dev]: https://floss-funding.dev
|
|
1012
|
+
[🖇floss-funding-gem]: https://github.com/galtzo-floss/floss_funding
|
|
928
1013
|
[✉️discord-invite]: https://discord.gg/3qme4XHNKN
|
|
929
|
-
[✉️discord-invite-img]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge
|
|
930
|
-
|
|
1014
|
+
[✉️discord-invite-img-ftb]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge&logo=discord
|
|
1015
|
+
[✉️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
|
|
1016
|
+
[✉️ruby-friends]: https://app.daily.dev/squads/rubyfriends
|
|
931
1017
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
932
1018
|
[⛳️gem-namespace]: https://github.com/appraisal-rb/appraisal2
|
|
933
1019
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-Appraisal-brightgreen.svg?style=flat&logo=ruby&logoColor=white
|
|
@@ -1030,8 +1116,8 @@ P.S. If you need help️ or want to say thanks, 👇 Join the Discord.
|
|
|
1030
1116
|
[🚎5-st-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/style.yml/badge.svg
|
|
1031
1117
|
[🚎9-t-wf]: https://github.com/galtzo-floss/simple_column-scopes/actions/workflows/truffle.yml
|
|
1032
1118
|
[🚎9-t-wfi]: https://github.com/galtzo-floss/simple_column-scopes/actions/workflows/truffle.yml/badge.svg
|
|
1033
|
-
[🚎10-
|
|
1034
|
-
[🚎10-
|
|
1119
|
+
[🚎10-j-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/jruby.yml
|
|
1120
|
+
[🚎10-j-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/jruby.yml/badge.svg
|
|
1035
1121
|
[🚎11-c-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/current.yml
|
|
1036
1122
|
[🚎11-c-wfi]: https://github.com/appraisal-rb/appraisal2/actions/workflows/current.yml/badge.svg
|
|
1037
1123
|
[🚎12-crh-wf]: https://github.com/appraisal-rb/appraisal2/actions/workflows/current-runtime-heads.yml
|
|
@@ -84,14 +84,7 @@ module Appraisal
|
|
|
84
84
|
end
|
|
85
85
|
|
|
86
86
|
def run_ore_command(command)
|
|
87
|
-
|
|
88
|
-
# not relative to the gemfile location. We need to cd to the gemfile's
|
|
89
|
-
# directory so that relative paths like "../appraisal2" resolve correctly.
|
|
90
|
-
gemfile_dir = File.dirname(gemfile_path)
|
|
91
|
-
|
|
92
|
-
Dir.chdir(gemfile_dir) do
|
|
93
|
-
Command.new(command, :gemfile => gemfile_path, :skip_bundle_exec => true).run
|
|
94
|
-
end
|
|
87
|
+
Command.new(command, :gemfile => gemfile_path, :skip_bundle_exec => true).run
|
|
95
88
|
end
|
|
96
89
|
end
|
|
97
90
|
end
|
data/lib/appraisal/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.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Peter Boling
|
|
@@ -400,10 +400,10 @@ licenses:
|
|
|
400
400
|
- MIT
|
|
401
401
|
metadata:
|
|
402
402
|
homepage_uri: https://appraisal2.galtzo.com/
|
|
403
|
-
source_code_uri: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.
|
|
404
|
-
changelog_uri: https://gitlab.com/appraisal-rb/appraisal2/-/blob/v3.0.
|
|
403
|
+
source_code_uri: https://github.com/appraisal-rb/appraisal2/releases/tag/v3.0.4
|
|
404
|
+
changelog_uri: https://gitlab.com/appraisal-rb/appraisal2/-/blob/v3.0.4/CHANGELOG.md
|
|
405
405
|
bug_tracker_uri: https://gitlab.com/appraisal-rb/appraisal2/-/issues
|
|
406
|
-
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.0.
|
|
406
|
+
documentation_uri: https://www.rubydoc.info/gems/appraisal2/3.0.4
|
|
407
407
|
wiki_uri: https://gitlab.com/appraisal-rb/appraisal2/-/wiki
|
|
408
408
|
funding_uri: https://github.com/sponsors/pboling
|
|
409
409
|
news_uri: https://www.railsbling.com/tags/appraisal2
|
metadata.gz.sig
CHANGED
|
Binary file
|