rspec-stubbed_env 1.0.3 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 36081772c8bd8d534cc57bc89a2b36155025d52abae3272bf1380cce535eb57a
4
- data.tar.gz: c40a86df31ff7699c5b25d7cf1b9cc1af7a35e628c3a32add7b46cb1a530fc9f
3
+ metadata.gz: 152880a118a34c47d52e9bbe29a92b0667a29b23172e12d16f69a2c3e0d6dbb9
4
+ data.tar.gz: d18620969e9f328d7b771f4d8e6481c4b113ee88d2244f1e93f2dda42d79dee1
5
5
  SHA512:
6
- metadata.gz: b10c1215e2b9df1e269149e5f4f79ef05d9b5c05b91aac863fdb12e234c76d0443273539c2336130c1e29b2bf48b306c2078577abf50fdd0abc9ed3f19ea4f94
7
- data.tar.gz: ce260912dcec7003d2c4bce48af60aaf57f8fc7031814ceba4966d46765aa27a244af4e16d8f92dac3c2d484bb84b9bb049647196f303e93642bf267aef5d7bf
6
+ metadata.gz: c5886fc86d963a5037ebcf8d54c0f01e9a570763c52b767eae02746e81ac00e0cd78c5cddf052462c75f7ac76164699477384ea460c0a2926da816611a3dcb79
7
+ data.tar.gz: 3ad54968abbd42a4d626dfeca1eb497d5e46a5f268fbe93454e141b4c021b05281748ffde628af438d85545981e688bceaef6c5f4b7658bbea783f301cb33cff
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -12,9 +12,21 @@ and this project adheres to [Semantic Versioning v2](https://semver.org/spec/v2.
12
12
  ### Fixed
13
13
  ### Security
14
14
 
15
- ## [1.0.3] - 2025-07-28 ([tag][1.0.3t])
16
- COVERAGE: 100.00% -- 73/73 lines in 5 files
17
- BRANCH COVERAGE: 100.00% -- 10/10 branches in 5 files
15
+ ## [1.0.4] - 2025-08-04
16
+ - TAG: [v1.0.4][1.0.4t]
17
+ - COVERAGE: 100.00% -- 73/73 lines in 5 files
18
+ - BRANCH COVERAGE: 100.00% -- 10/10 branches in 5 files
19
+ - 85.71% documented
20
+ ### Added
21
+ - Discord notifications for CI, issues, pulls, etc
22
+ ### Changed
23
+ - Ownership transfer from pboling to galtzo-floss
24
+ - gemspec metadata (homepage, funding, etc)
25
+
26
+ ## [1.0.3] - 2025-07-28
27
+ - TAG: [v1.0.3][1.0.3t]
28
+ - COVERAGE: 100.00% -- 73/73 lines in 5 files
29
+ - BRANCH COVERAGE: 100.00% -- 10/10 branches in 5 files
18
30
  - 85.71% documented
19
31
  ### Added
20
32
  - More documentation
@@ -24,7 +36,8 @@ BRANCH COVERAGE: 100.00% -- 10/10 branches in 5 files
24
36
  ### Changed
25
37
  - gemspec metadata
26
38
 
27
- ## [1.0.2] - 2025-05-06 ([tag][1.0.2t])
39
+ ## [1.0.2] - 2025-05-06
40
+ - TAG: [v1.0.2][1.0.2t]
28
41
  - COVERAGE: 100.00% -- 73/73 lines in 5 files
29
42
  - BRANCH COVERAGE: 100.00% -- 10/10 branches in 5 files
30
43
  - 85.71% documented
@@ -45,7 +58,8 @@ BRANCH COVERAGE: 100.00% -- 10/10 branches in 5 files
45
58
  - Upgraded Code of Conduct based on Contributor Covenant v2.1
46
59
  - New pattern for loading version.rb in gemspec allows (real) 100% code coverage
47
60
 
48
- ## [1.0.1] - 2023-04-01 ([tag][1.0.1t])
61
+ ## [1.0.1] - 2023-04-01
62
+ - TAG: [v1.0.1][1.0.1t]
49
63
  ### Added
50
64
  - support for values_at (@darhazer)
51
65
  - support for symbol keys (@hosamaly)
@@ -62,7 +76,8 @@ BRANCH COVERAGE: 100.00% -- 10/10 branches in 5 files
62
76
  ### Fixed
63
77
  - README Badges (CI status)
64
78
 
65
- ## [1.0.0] - 2018-10-06 ([tag][1.0.0t])
79
+ ## [1.0.0] - 2018-10-06
80
+ - TAG: [v1.0.0][1.0.0t]
66
81
  ### Added
67
82
  - negated matchers
68
83
  - rubocop config
@@ -71,12 +86,14 @@ BRANCH COVERAGE: 100.00% -- 10/10 branches in 5 files
71
86
  [@darhazer]: https://github.com/darhazer
72
87
  [@hosamaly]: https://github.com/hosamaly
73
88
 
74
- [Unreleased]: https://gitlab.com/pboling/rspec-stubbed_env/-/compare/v1.0.3...main
75
- [1.0.3]: https://gitlab.com/pboling/rspec-stubbed_env/-/compare/v1.0.2...v1.0.3
76
- [1.0.3t]: https://gitlab.com/pboling/rspec-stubbed_env/-/tags/v1.0.3
77
- [1.0.2]: https://gitlab.com/pboling/rspec-stubbed_env/-/compare/v1.0.1...v1.0.2
78
- [1.0.2t]: https://gitlab.com/pboling/rspec-stubbed_env/-/tags/v1.0.2
79
- [1.0.1]: https://gitlab.com/pboling/rspec-stubbed_env/-/compare/v1.0.0...v1.0.1
80
- [1.0.1t]: https://gitlab.com/pboling/rspec-stubbed_env/-/tags/v1.0.1
81
- [1.0.0]: https://gitlab.com/pboling/rspec-stubbed_env/-/compare/a3055964517c159bf214712940982034b75264be...v1.0.0
82
- [1.0.0t]: https://gitlab.com/pboling/rspec-stubbed_env/-/tags/v1.0.0
89
+ [Unreleased]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/compare/v1.0.4...main
90
+ [1.0.4]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/compare/v1.0.3...v1.0.4
91
+ [1.0.4t]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/tags/v1.0.4
92
+ [1.0.3]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/compare/v1.0.2...v1.0.3
93
+ [1.0.3t]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/tags/v1.0.3
94
+ [1.0.2]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/compare/v1.0.1...v1.0.2
95
+ [1.0.2t]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/tags/v1.0.2
96
+ [1.0.1]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/compare/v1.0.0...v1.0.1
97
+ [1.0.1t]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/tags/v1.0.1
98
+ [1.0.0]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/compare/a3055964517c159bf214712940982034b75264be...v1.0.0
99
+ [1.0.0t]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/tags/v1.0.0
data/CONTRIBUTING.md CHANGED
@@ -1,24 +1,23 @@
1
1
  # Contributing
2
2
 
3
- Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/pboling/rspec-stubbed_env][🚎src-main]
4
- . This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
3
+ Bug reports and pull requests are welcome on GitHub, CodeBerg, or [GitLab][🚎src-main].
4
+ This project should be a safe, welcoming space for collaboration, so contributors agree to adhere to
5
5
  the [code of conduct][🤝conduct].
6
6
 
7
- To submit a patch, please fork the project and create a patch with tests.
8
- Once you're happy with it send a pull request.
7
+ To submit a patch, please fork the project, create a patch with tests, and send a pull request.
9
8
 
10
- We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
9
+ Remember to [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog].
11
10
 
12
- ## You can help!
11
+ ## Help out!
13
12
 
14
13
  Take a look at the `reek` list which is the file called `REEK` and find something to improve.
15
14
 
16
- Simply follow these instructions:
15
+ Follow these instructions:
17
16
 
18
17
  1. Fork the repository
19
- 2. Create your feature branch (`git checkout -b my-new-feature`)
18
+ 2. Create a feature branch (`git checkout -b my-new-feature`)
20
19
  3. Make some fixes.
21
- 4. Commit your changes (`git commit -am 'Added some feature'`)
20
+ 4. Commit changes (`git commit -am 'Added some feature'`)
22
21
  5. Push to the branch (`git push origin my-new-feature`)
23
22
  6. Make sure to add tests for it. This is important, so it doesn't break in a future release.
24
23
  7. Create new Pull Request.
@@ -28,7 +27,7 @@ Simply follow these instructions:
28
27
  From time to time the Appraisal2 gemfiles in `gemfiles/` will need to be updated.
29
28
  They are created and updated with the commands:
30
29
 
31
- ```shell
30
+ ```console
32
31
  BUNDLE_GEMFILE=Appraisal.root.gemfile bundle
33
32
  BUNDLE_GEMFILE=Appraisal.root.gemfile bundle exec appraisal update
34
33
  bundle exec rake rubocop_gradual:autocorrect
@@ -42,7 +41,7 @@ Take a look at the `reek` list which is the file called `REEK` and find somethin
42
41
 
43
42
  To refresh the `reek` list:
44
43
 
45
- ```bash
44
+ ```console
46
45
  bundle exec reek > REEK
47
46
  ```
48
47
 
@@ -50,7 +49,7 @@ bundle exec reek > REEK
50
49
 
51
50
  To run all tests
52
51
 
53
- ```bash
52
+ ```console
54
53
  bundle exec rake test
55
54
  ```
56
55
 
@@ -58,13 +57,13 @@ bundle exec rake test
58
57
 
59
58
  Run all the default tasks, which includes running the gradually autocorrecting linter, `rubocop-gradual`.
60
59
 
61
- ```bash
60
+ ```console
62
61
  bundle exec rake
63
62
  ```
64
63
 
65
64
  Or just run the linter.
66
65
 
67
- ```bash
66
+ ```console
68
67
  bundle exec rake rubocop_gradual:autocorrect
69
68
  ```
70
69
 
@@ -76,7 +75,7 @@ Your picture could be here!
76
75
 
77
76
  Made with [contributors-img][🖐contrib-rocks].
78
77
 
79
- Also see GitLab Contributors: [https://gitlab.com/pboling/rspec-stubbed_env/-/graphs/main][🚎contributors-gl]
78
+ Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/graphs/main][🚎contributors-gl]
80
79
 
81
80
  ## For Maintainers
82
81
 
@@ -92,44 +91,42 @@ NOTE: To build without signing the gem you must set `SKIP_GEM_SIGNING` to some v
92
91
 
93
92
  ### To release a new version:
94
93
 
95
- 1. Run `bin/setup && bin/rake` as a tests, coverage, & linting sanity check
94
+ 1. Run `bin/setup && bin/rake` as a "test, coverage, & linting" sanity check
96
95
  2. Update the version number in `version.rb`, and ensure `CHANGELOG.md` reflects changes
97
96
  3. Run `bin/setup && bin/rake` again as a secondary check, and to update `Gemfile.lock`
98
97
  4. Run `git commit -am "🔖 Prepare release v<VERSION>"` to commit the changes
99
- 5. Run `git push` to trigger the final CI pipeline before release, & merge PRs
100
- - NOTE: Remember to [check the build][🧪build]!
98
+ 5. Run `git push` to trigger the final CI pipeline before release, and merge PRs
99
+ - NOTE: Remember to [check the build][🧪build].
101
100
  6. Run `export GIT_TRUNK_BRANCH_NAME="$(git remote show origin | grep 'HEAD branch' | cut -d ' ' -f5)" && echo $GIT_TRUNK_BRANCH_NAME`
102
101
  7. Run `git checkout $GIT_TRUNK_BRANCH_NAME`
103
- 8. Run `git pull origin $GIT_TRUNK_BRANCH_NAME` to ensure you will release the latest trunk code
102
+ 8. Run `git pull origin $GIT_TRUNK_BRANCH_NAME` to ensure latest trunk code
104
103
  9. Set `SOURCE_DATE_EPOCH` so `rake build` and `rake release` use same timestamp, and generate same checksums
105
104
  - Run `export SOURCE_DATE_EPOCH=$EPOCHSECONDS && echo $SOURCE_DATE_EPOCH`
106
105
  - If the echo above has no output, then it didn't work.
107
- - Note that you'll need the `zsh/datetime` module, if running `zsh`.
106
+ - Note: `zsh/datetime` module is needed, if running `zsh`.
108
107
  - In older versions of `bash` you can use `date +%s` instead, i.e. `export SOURCE_DATE_EPOCH=$(date +%s) && echo $SOURCE_DATE_EPOCH`
109
108
  10. Run `bundle exec rake build`
110
109
  11. Run `bin/gem_checksums` (more context [1][🔒️rubygems-checksums-pr], [2][🔒️rubygems-guides-pr])
111
110
  to create SHA-256 and SHA-512 checksums. This functionality is provided by the `stone_checksums`
112
111
  [gem][💎stone_checksums].
113
- - Checksums will be committed automatically by the script, but not pushed
112
+ - The script automatically commits but does not push the checksums
114
113
  12. Run `bundle exec rake release` which will create a git tag for the version,
115
114
  push git commits and tags, and push the `.gem` file to [rubygems.org][💎rubygems]
116
115
 
117
- [🚎src-main]: https://gitlab.com/pboling/rspec-stubbed_env
118
- [🧪build]: https://github.com/pboling/rspec-stubbed_env/actions
119
- [🤝conduct]: https://gitlab.com/pboling/rspec-stubbed_env/-/blob/main/CODE_OF_CONDUCT.md
116
+ [🚎src-main]: https://gitlab.com/galtzo-floss/rspec-stubbed_env
117
+ [🧪build]: https://github.com/galtzo-floss/rspec-stubbed_env/actions
118
+ [🤝conduct]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/blob/main/CODE_OF_CONDUCT.md
120
119
  [🖐contrib-rocks]: https://contrib.rocks
121
- [🖐contributors]: https://github.com/pboling/rspec-stubbed_env/graphs/contributors
122
- [🚎contributors-gl]: https://gitlab.com/pboling/rspec-stubbed_env/-/graphs/main
123
- [🖐contributors-img]: https://contrib.rocks/image?repo=pboling/rspec-stubbed_env
120
+ [🖐contributors]: https://github.com/galtzo-floss/rspec-stubbed_env/graphs/contributors
121
+ [🚎contributors-gl]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/graphs/main
122
+ [🖐contributors-img]: https://contrib.rocks/image?repo=galtzo-floss/rspec-stubbed_env
124
123
  [💎rubygems]: https://rubygems.org
125
124
  [🔒️rubygems-security-guide]: https://guides.rubygems.org/security/#building-gems
126
125
  [🔒️rubygems-checksums-pr]: https://github.com/rubygems/rubygems/pull/6022
127
126
  [🔒️rubygems-guides-pr]: https://github.com/rubygems/guides/pull/325
128
- [💎stone_checksums]: https://github.com/pboling/stone_checksums
127
+ [💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
129
128
  [📗keep-changelog]: https://keepachangelog.com/en/1.0.0/
130
129
  [📗keep-changelog-img]: https://img.shields.io/badge/keep--a--changelog-1.0.0-FFDD67.svg?style=flat
131
130
  [📌semver-breaking]: https://github.com/semver/semver/issues/716#issuecomment-869336139
132
131
  [📌major-versions-not-sacred]: https://tom.preston-werner.com/2022/05/23/major-version-numbers-are-not-sacred.html
133
- [🚎appraisal-eval-gemfile-pr]: https://github.com/thoughtbot/appraisal/pull/248
134
- [🚎appraisal-fork]: https://github.com/pboling/appraisal/tree/galtzo
135
132
  [🏃‍♂️runner-tool-cache]: https://github.com/ruby/ruby-builder/releases/tag/toolcache
data/README.md CHANGED
@@ -1,30 +1,25 @@
1
- <p align="center">
2
- <a href="https://discord.gg/3qme4XHNKN" target="_blank" rel="noopener">
3
- <img width="120px" src="https://github.com/galtzo-floss/shields-badge/raw/main/docs/images/logo/galtzo-floss-logos-original.svg?raw=true" alt="Galtzo.com Logo by Aboling0, CC BY-SA 4.0">
4
- </a>
5
- <a href="https://www.ruby-lang.org/" target="_blank" rel="noopener">
6
- <img width="120px" src="https://github.com/galtzo-floss/shields-badge/raw/main/docs/images/logo/ruby-logo-198px.svg?raw=true" alt="Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5">
7
- </a>
8
- </p>
1
+ [![Galtzo FLOSS Logo by Aboling0, CC BY-SA 4.0][🖼️galtzo-i]][🖼️logos] [![rspec Logo by Ninefold, a Macquarie Telecom company, CC BY-NC-SA 4.0][🖼️rspec-i]][🖼️rspec] [![ruby-lang Logo, Yukihiro Matsumoto, Ruby Visual Identity Team, CC BY-SA 2.5][🖼️ruby-lang-i]][🖼️ruby-lang] [![rspec-stubbed_env Logo by Aboling0, CC BY-SA 4.0][🖼️rspec-stubbed_env-i]][🖼️rspec-stubbed_env]
2
+
3
+ [🖼️galtzo-i]: https://logos.galtzo.com/assets/images/galtzo-floss/avatar-192px.svg
4
+ [🖼️logos]: https://github.com/galtzo-floss
5
+ [🖼️rspec-i]: https://logos.galtzo.com/assets/images/rspec/avatar-192px.svg
6
+ [🖼️rspec]: https://github.com/rspec
7
+ [🖼️ruby-lang-i]: https://logos.galtzo.com/assets/images/ruby-lang/avatar-192px.svg
8
+ [🖼️ruby-lang]: https://github.com/ruby-lang
9
+ [🖼️rspec-stubbed_env-i]: https://logos.galtzo.com/assets/images/galtzo-floss/rspec-stubbed_env/avatar-192px.svg
10
+ [🖼️rspec-stubbed_env]: https://github.com/galtzo-floss/rspec-stubbed_env
9
11
 
10
12
  # 🫥 RSpec::StubbedEnv
11
13
 
12
- [![Version][👽versioni]][👽version] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![Depfu][🔑depfui♻️]][🔑depfu] [![CodeCov Test Coverage][🔑codecovi♻️]][🔑codecov] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![CodeCov Test Coverage][🔑codecovi♻️]][🔑codecov] [![QLTY Test Coverage][🔑qlty-covi]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti]][🔑qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-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 Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
14
+ [![Version][👽versioni]][👽version] [![License: MIT][📄license-img]][📄license-ref] [![Downloads Rank][👽dl-ranki]][👽dl-rank] [![Open Source Helpers][👽oss-helpi]][👽oss-help] [![Depfu][🔑depfui♻️]][🔑depfu] [![Coveralls Test Coverage][🔑coveralls-img]][🔑coveralls] [![CodeCov Test Coverage][🔑codecovi♻️]][🔑codecov] [![QLTY Test Coverage][🔑qlty-covi]][🔑qlty-cov] [![QLTY Maintainability][🔑qlty-mnti]][🔑qlty-mnt] [![CI Heads][🚎3-hd-wfi]][🚎3-hd-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 Supported][🚎6-s-wfi]][🚎6-s-wf] [![CI Legacy][🚎4-lg-wfi]][🚎4-lg-wf] [![CI Unsupported][🚎7-us-wfi]][🚎7-us-wf] [![CI Ancient][🚎1-an-wfi]][🚎1-an-wf] [![CI Test Coverage][🚎2-cov-wfi]][🚎2-cov-wf] [![CI Style][🚎5-st-wfi]][🚎5-st-wf]
13
15
 
14
16
  ---
15
17
 
16
18
  [![Liberapay Goal Progress][⛳liberapay-img]][⛳liberapay] [![Sponsor Me on Github][🖇sponsor-img]][🖇sponsor] [![Buy me a coffee][🖇buyme-small-img]][🖇buyme] [![Donate on Polar][🖇polar-img]][🖇polar] [![Donate to my FLOSS or refugee efforts at ko-fi.com][🖇kofi-img]][🖇kofi] [![Donate to my FLOSS or refugee efforts using Patreon][🖇patreon-img]][🖇patreon]
17
19
 
18
- An `ENV` stubbing / hiding library for sophisticated RSpec test suites.
19
-
20
- | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
21
- |--------------------------------------------------------|-------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
22
- | 🧪 [pboling/rspec-stubbed_env on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜wiki] | 🏀 Tiny Matrix | ➖ |
23
- | 🧊 [pboling/rspec-stubbed_env on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | ➖ | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | ➖ |
24
- | 🐙 [pboling/rspec-stubbed_env on GitHub][📜src-gh] | A Dirty Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | ➖ | 💯 Full Matrix | [💚][gh-discussions] |
25
- | 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
20
+ ## 🌻 Synopsis
26
21
 
27
- [gh-discussions]: https://github.com/pboling/rspec-stubbed_env/discussions
22
+ An `ENV` stubbing / hiding library for sophisticated RSpec test suites.
28
23
 
29
24
  * ENV stubbing and hiding via shared contexts for more powerful tests
30
25
  * ENV hiding via `hide_env("FOO")` was added in v1.0.2
@@ -63,20 +58,54 @@ This gem has no runtime dependencies.
63
58
 
64
59
  ## 💡 Info you can shake a stick at
65
60
 
66
- | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
67
- |-------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
68
- | Works with JRuby | [![JRuby 9.1 Compat][💎jruby-9.1i]][🚎10-j-wf] [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎10-j-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎10-j-wf] [![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] |
69
- | Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎9-t-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎9-t-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎9-t-wf] [![Truffle Ruby 24.1 Compat][💎truby-c-i]][🚎11-c-wf] [![Truffle Ruby HEAD Compat][💎truby-headi]][🚎3-hd-wf] |
70
- | Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
71
- | Works with MRI Ruby 2 | [![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf] [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
72
- | 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] |
73
- | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![BDFL Blog][🚂bdfl-blog-img]][🚂bdfl-blog] [![Wiki][📜wiki-img]][📜wiki] |
74
- | Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
75
- | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] |
76
- | Support | [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
77
- | Enterprise Support | [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]<br/>💡Subscribe for support guarantees covering _all_ FLOSS dependencies!<br/>💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]!<br/>💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers! |
78
- | Comrade BDFL 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
79
- | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
61
+ ### Federated DVCS
62
+
63
+ <details>
64
+ <summary>Find this repo on other forges</summary>
65
+
66
+ | Federated [DVCS][💎d-in-dvcs] Repository | Status | Issues | PRs | Wiki | CI | Discussions |
67
+ |--------------------------------------------------------|-------------------------------------------------------------------|---------------------------|--------------------------|---------------------------|--------------------------|------------------------------|
68
+ | 🧪 [galtzo-floss/rspec-stubbed_env on GitLab][📜src-gl] | The Truth | [💚][🤝gl-issues] | [💚][🤝gl-pulls] | [💚][📜wiki] | 🏀 Tiny Matrix | ➖ |
69
+ | 🧊 [galtzo-floss/rspec-stubbed_env on CodeBerg][📜src-cb] | An Ethical Mirror ([Donate][🤝cb-donate]) | [💚][🤝cb-issues] | [💚][🤝cb-pulls] | ➖ | ⭕️ No Matrix | |
70
+ | 🐙 [galtzo-floss/rspec-stubbed_env on GitHub][📜src-gh] | A Dirty Mirror | [💚][🤝gh-issues] | [💚][🤝gh-pulls] | ➖ | 💯 Full Matrix | [💚][gh-discussions] |
71
+ | 🎮️ [Discord Server][✉️discord-invite] | [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite] | [Let's][✉️discord-invite] | [talk][✉️discord-invite] | [about][✉️discord-invite] | [this][✉️discord-invite] | [library!][✉️discord-invite] |
72
+
73
+ </details>
74
+
75
+ [gh-discussions]: https://github.com/galtzo-floss/rspec-stubbed_env/discussions
76
+
77
+ ### Enterprise Support
78
+
79
+ <details>
80
+ <summary>Need enterprise-level guarantees?</summary>
81
+
82
+ [![Get help from me on Tidelift][🏙️entsup-tidelift-img]][🏙️entsup-tidelift]
83
+
84
+ - 💡Subscribe for support guarantees covering _all_ FLOSS dependencies
85
+ - 💡Tidelift is part of [Sonar][🏙️entsup-tidelift-sonar]
86
+ - 💡Tidelift pays maintainers to maintain the software you depend on!<br/>📊`@`Pointy Haired Boss: An [enterprise support][🏙️entsup-tidelift] subscription is "[never gonna let you down][🧮kloc]", and *supports* open source maintainers
87
+
88
+ Alternatively:
89
+
90
+ - [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite]
91
+ - [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork]
92
+ - [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor]
93
+
94
+ </details>
95
+
96
+ | Tokens to Remember | [![Gem name][⛳️name-img]][⛳️gem-name] [![Gem namespace][⛳️namespace-img]][⛳️gem-namespace] |
97
+ |-------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
98
+ | Works with JRuby | [![JRuby 9.1 Compat][💎jruby-9.1i]][🚎10-j-wf] [![JRuby 9.2 Compat][💎jruby-9.2i]][🚎10-j-wf] [![JRuby 9.3 Compat][💎jruby-9.3i]][🚎10-j-wf] [![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] |
99
+ | Works with Truffle Ruby | [![Truffle Ruby 22.3 Compat][💎truby-22.3i]][🚎9-t-wf] [![Truffle Ruby 23.0 Compat][💎truby-23.0i]][🚎9-t-wf] [![Truffle Ruby 23.1 Compat][💎truby-23.1i]][🚎9-t-wf] [![Truffle Ruby 24.1 Compat][💎truby-c-i]][🚎11-c-wf] |
100
+ | Works with MRI Ruby 3 | [![Ruby 3.0 Compat][💎ruby-3.0i]][🚎4-lg-wf] [![Ruby 3.1 Compat][💎ruby-3.1i]][🚎6-s-wf] [![Ruby 3.2 Compat][💎ruby-3.2i]][🚎6-s-wf] [![Ruby 3.3 Compat][💎ruby-3.3i]][🚎6-s-wf] [![Ruby 3.4 Compat][💎ruby-c-i]][🚎11-c-wf] [![Ruby HEAD Compat][💎ruby-headi]][🚎3-hd-wf] |
101
+ | Works with MRI Ruby 2 | [![Ruby 2.3 Compat][💎ruby-2.3i]][🚎1-an-wf] [![Ruby 2.4 Compat][💎ruby-2.4i]][🚎1-an-wf] [![Ruby 2.5 Compat][💎ruby-2.5i]][🚎1-an-wf] [![Ruby 2.6 Compat][💎ruby-2.6i]][🚎7-us-wf] [![Ruby 2.7 Compat][💎ruby-2.7i]][🚎7-us-wf] |
102
+ | 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] |
103
+ | Documentation | [![Current release on RubyDoc.info][📜docs-cr-rd-img]][🚎yard-current] [![YARD on Galtzo.com][📜docs-head-rd-img]][🚎yard-head] [![BDFL Blog][🚂bdfl-blog-img]][🚂bdfl-blog] [![Wiki][📜wiki-img]][📜wiki] |
104
+ | Compliance | [![License: MIT][📄license-img]][📄license-ref] [![📄ilo-declaration-img]][📄ilo-declaration] [![Security Policy][🔐security-img]][🔐security] [![Contributor Covenant 2.1][🪇conduct-img]][🪇conduct] [![SemVer 2.0.0][📌semver-img]][📌semver] |
105
+ | Style | [![Enforced Code Style Linter][💎rlts-img]][💎rlts] [![Keep-A-Changelog 1.0.0][📗keep-changelog-img]][📗keep-changelog] [![Gitmoji Commits][📌gitmoji-img]][📌gitmoji] |
106
+ | Support | [![Live Chat on Discord][✉️discord-invite-img]][✉️discord-invite] [![Get help from me on Upwork][👨🏼‍🏫expsup-upwork-img]][👨🏼‍🏫expsup-upwork] [![Get help from me on Codementor][👨🏼‍🏫expsup-codementor-img]][👨🏼‍🏫expsup-codementor] |
107
+ | Comrade BDFL 🎖️ | [![Follow Me on LinkedIn][💖🖇linkedin-img]][💖🖇linkedin] [![Follow Me on Ruby.Social][💖🐘ruby-mast-img]][💖🐘ruby-mast] [![Follow Me on Bluesky][💖🦋bluesky-img]][💖🦋bluesky] [![Contact BDFL][🚂bdfl-contact-img]][🚂bdfl-contact] [![My technical writing][💖💁🏼‍♂️devto-img]][💖💁🏼‍♂️devto] |
108
+ | `...` 💖 | [![Find Me on WellFound:][💖✌️wellfound-img]][💖✌️wellfound] [![Find Me on CrunchBase][💖💲crunchbase-img]][💖💲crunchbase] [![My LinkTree][💖🌳linktree-img]][💖🌳linktree] [![More About Me][💖💁🏼‍♂️aboutme-img]][💖💁🏼‍♂️aboutme] [🧊][💖🧊berg] [🐙][💖🐙hub] [🛖][💖🛖hut] [🧪][💖🧪lab] |
80
109
 
81
110
  ## ✨ Installation
82
111
 
@@ -90,19 +119,22 @@ If bundler is not being used to manage dependencies, install the gem by executin
90
119
 
91
120
  ### 🔒 Secure Installation
92
121
 
122
+ <details>
123
+ <summary>For Medium or High Security Installations</summary>
124
+
93
125
  `rspec-stubbed_env` is cryptographically signed, and has verifiable [SHA-256 and SHA-512][💎SHA_checksums] checksums by
94
126
  [stone_checksums][💎stone_checksums]. Be sure the gem you install hasn’t been tampered with
95
127
  by following the instructions below.
96
128
 
97
129
  Add my public key (if you haven’t already, expires 2045-04-29) as a trusted certificate:
98
130
 
99
- ```shell
100
- gem cert --add <(curl -Ls https://raw.github.com/oauth-xx/rspec-stubbed_env/main/certs/pboling.pem)
131
+ ```console
132
+ gem cert --add <(curl -Ls https://raw.github.com/galtzo-floss/certs/main/pboling.pem)
101
133
  ```
102
134
 
103
135
  You only need to do that once. Then proceed to install with:
104
136
 
105
- ```shell
137
+ ```console
106
138
  gem install rspec-stubbed_env -P HighSecurity
107
139
  ```
108
140
 
@@ -110,7 +142,7 @@ The `HighSecurity` trust profile will verify signed gems, and not allow the inst
110
142
 
111
143
  If you want to up your security game full-time:
112
144
 
113
- ```shell
145
+ ```console
114
146
  bundle config set --global trust-policy MediumSecurity
115
147
  ```
116
148
 
@@ -118,6 +150,8 @@ bundle config set --global trust-policy MediumSecurity
118
150
 
119
151
  NOTE: Be prepared to track down certs for signed gems and add them the same way you added mine.
120
152
 
153
+ </details>
154
+
121
155
  ## 🔧 Basic Usage
122
156
 
123
157
  You must configure RSpec to use the `:expect` syntax, or some compatible alternative.
@@ -256,7 +290,7 @@ end
256
290
 
257
291
  We migrated from `master` to `main` as the default branch. If this affected your local checkout:
258
292
 
259
- ```shell
293
+ ```console
260
294
  git branch -m master main
261
295
  git fetch origin
262
296
  git branch -u origin/main main
@@ -274,8 +308,7 @@ See [SECURITY.md][🔐security].
274
308
  ## 🤝 Contributing
275
309
 
276
310
  If you need some ideas of where to help, you could work on adding more code coverage,
277
- or if it is already 💯 (see [below](#code-coverage)) check TODOs (see [below](#todos)),
278
- or check [issues][🤝issues], or [PRs][🤝pulls],
311
+ or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues], or [PRs][🤝gh-pulls],
279
312
  or use the gem and think about how it could be better.
280
313
 
281
314
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
@@ -299,15 +332,15 @@ chat rooms and mailing lists is expected to follow the [![Contributor Covenant 2
299
332
 
300
333
  Made with [contributors-img][🖐contrib-rocks].
301
334
 
302
- Also see GitLab Contributors: [https://gitlab.com/pboling/rspec-stubbed_env/-/graphs/main][🚎contributors-gl]
335
+ Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/graphs/main][🚎contributors-gl]
303
336
 
304
337
  ## ⭐️ Star History
305
338
 
306
- <a href="https://star-history.com/#pboling/rspec-stubbed_env&Date">
339
+ <a href="https://star-history.com/#galtzo-floss/rspec-stubbed_env&Date">
307
340
  <picture>
308
- <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=pboling/rspec-stubbed_env&type=Date&theme=dark" />
309
- <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=pboling/rspec-stubbed_env&type=Date" />
310
- <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=pboling/rspec-stubbed_env&type=Date" />
341
+ <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/rspec-stubbed_env&type=Date&theme=dark" />
342
+ <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/rspec-stubbed_env&type=Date" />
343
+ <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/rspec-stubbed_env&type=Date" />
311
344
  </picture>
312
345
  </a>
313
346
 
@@ -362,7 +395,7 @@ See [LICENSE.txt][📄license] for the official [Copyright Notice][📄copyright
362
395
  <a href="https://discord.gg/3qme4XHNKN">
363
396
  Galtzo.com
364
397
  <picture>
365
- <img src="https://github.com/galtzo-floss/shields-badge/raw/main/docs/images/logo/galtzo-floss-logos-wordless.svg?raw=true" alt="Galtzo.com Logo by Aboling0, CC BY-SA 4.0" width="24">
398
+ <img src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px-blank.svg" alt="Galtzo.com Logo (Wordless) by Aboling0, CC BY-SA 4.0" width="24">
366
399
  </picture>
367
400
  </a>, and rspec-stubbed_env contributors
368
401
  </li>
@@ -401,7 +434,7 @@ P.S. If you need help️, or want to say thanks, 👇 Join the Discord.
401
434
  [✉️discord-invite-img]: https://img.shields.io/discord/1373797679469170758?style=for-the-badge
402
435
 
403
436
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
404
- [⛳️gem-namespace]: https://github.com/pboling/rspec-stubbed_env
437
+ [⛳️gem-namespace]: https://github.com/galtzo-floss/rspec-stubbed_env
405
438
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-RSpec%3A%3AStubbedEnv-brightgreen.svg?style=flat&logo=ruby&logoColor=white
406
439
  [⛳️gem-name]: https://rubygems.org/gems/rspec-stubbed_env
407
440
  [⛳️name-img]: https://img.shields.io/badge/name-rspec--stubbed__env-brightgreen.svg?style=flat&logo=rubygems&logoColor=red
@@ -439,59 +472,59 @@ P.S. If you need help️, or want to say thanks, 👇 Join the Discord.
439
472
  [💁🏼‍♂️peterboling]: http://www.peterboling.com
440
473
  [🚂railsbling]: http://www.railsbling.com
441
474
  [📜src-gl-img]: https://img.shields.io/badge/GitLab-FBA326?style=for-the-badge&logo=Gitlab&logoColor=orange
442
- [📜src-gl]: https://gitlab.com/pboling/rspec-stubbed_env/
475
+ [📜src-gl]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/
443
476
  [📜src-cb-img]: https://img.shields.io/badge/CodeBerg-4893CC?style=for-the-badge&logo=CodeBerg&logoColor=blue
444
- [📜src-cb]: https://codeberg.org/pboling/rspec-stubbed_env
477
+ [📜src-cb]: https://codeberg.org/galtzo-floss/rspec-stubbed_env
445
478
  [📜src-gh-img]: https://img.shields.io/badge/GitHub-238636?style=for-the-badge&logo=Github&logoColor=green
446
- [📜src-gh]: https://github.com/pboling/rspec-stubbed_env
479
+ [📜src-gh]: https://github.com/galtzo-floss/rspec-stubbed_env
447
480
  [📜docs-cr-rd-img]: https://img.shields.io/badge/RubyDoc-Current_Release-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
448
481
  [📜docs-head-rd-img]: https://img.shields.io/badge/YARD_on_Galtzo.com-HEAD-943CD2?style=for-the-badge&logo=readthedocs&logoColor=white
449
- [📜wiki]: https://gitlab.com/pboling/rspec-stubbed_env/-/wikis/home
482
+ [📜wiki]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/wikis/home
450
483
  [📜wiki-img]: https://img.shields.io/badge/wiki-examples-943CD2.svg?style=for-the-badge&logo=Wiki&logoColor=white
451
484
  [👽dl-rank]: https://rubygems.org/gems/rspec-stubbed_env
452
485
  [👽dl-ranki]: https://img.shields.io/gem/rd/rspec-stubbed_env.svg
453
- [👽oss-help]: https://www.codetriage.com/pboling/rspec-stubbed_env
454
- [👽oss-helpi]: https://www.codetriage.com/pboling/rspec-stubbed_env/badges/users.svg
486
+ [👽oss-help]: https://www.codetriage.com/galtzo-floss/rspec-stubbed_env
487
+ [👽oss-helpi]: https://www.codetriage.com/galtzo-floss/rspec-stubbed_env/badges/users.svg
455
488
  [👽version]: https://rubygems.org/gems/rspec-stubbed_env
456
489
  [👽versioni]: https://img.shields.io/gem/v/rspec-stubbed_env.svg
457
- [🔑qlty-mnt]: https://qlty.sh/gh/pboling/projects/rspec-stubbed_env
458
- [🔑qlty-mnti]: https://qlty.sh/gh/pboling/projects/rspec-stubbed_env/maintainability.svg
459
- [🔑qlty-cov]: https://qlty.sh/gh/pboling/projects/rspec-stubbed_env/metrics/code?sort=coverageRating
460
- [🔑qlty-covi]: https://qlty.sh/gh/pboling/projects/rspec-stubbed_env/coverage.svg
461
- [🔑codecov]: https://codecov.io/gh/pboling/rspec-stubbed_env
462
- [🔑codecovi♻️]: https://codecov.io/gh/pboling/rspec-stubbed_env/branch/main/graph/badge.svg?token=Ad3ets1psE
463
- [🔑coveralls]: https://coveralls.io/github/pboling/rspec-stubbed_env?branch=main
464
- [🔑coveralls-img]: https://coveralls.io/repos/github/pboling/rspec-stubbed_env/badge.svg?branch=main
465
- [🔑depfu]: https://depfu.com/github/pboling/rspec-stubbed_env?project_id=5884
490
+ [🔑qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/rspec-stubbed_env
491
+ [🔑qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/rspec-stubbed_env/maintainability.svg
492
+ [🔑qlty-cov]: https://qlty.sh/gh/galtzo-floss/projects/rspec-stubbed_env/metrics/code?sort=coverageRating
493
+ [🔑qlty-covi]: https://qlty.sh/gh/galtzo-floss/projects/rspec-stubbed_env/coverage.svg
494
+ [🔑codecov]: https://codecov.io/gh/galtzo-floss/rspec-stubbed_env
495
+ [🔑codecovi♻️]: https://codecov.io/gh/galtzo-floss/rspec-stubbed_env/graph/badge.svg?token=hRnUCPqxMu
496
+ [🔑coveralls]: https://coveralls.io/github/galtzo-floss/rspec-stubbed_env?branch=main
497
+ [🔑coveralls-img]: https://coveralls.io/repos/github/galtzo-floss/rspec-stubbed_env/badge.svg?branch=main
498
+ [🔑depfu]: https://depfu.com/github/galtzo-floss/rspec-stubbed_env?project_id=5884
466
499
  [🔑depfui♻️]: https://badges.depfu.com/badges/a48948dd503f23a440f2c17910563f43/count.svg
467
- [🖐codeQL]: https://github.com/pboling/rspec-stubbed_env/security/code-scanning
468
- [🖐codeQL-img]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/codeql-analysis.yml/badge.svg
469
- [🚎1-an-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/ancient.yml
470
- [🚎1-an-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/ancient.yml/badge.svg
471
- [🚎2-cov-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/coverage.yml
472
- [🚎2-cov-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/coverage.yml/badge.svg
473
- [🚎3-hd-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/heads.yml
474
- [🚎3-hd-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/heads.yml/badge.svg
475
- [🚎4-lg-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/legacy.yml
476
- [🚎4-lg-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/legacy.yml/badge.svg
477
- [🚎5-st-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/style.yml
478
- [🚎5-st-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/style.yml/badge.svg
479
- [🚎6-s-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/supported.yml
480
- [🚎6-s-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/supported.yml/badge.svg
481
- [🚎7-us-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/unsupported.yml
482
- [🚎7-us-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/unsupported.yml/badge.svg
483
- [🚎8-ho-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/hoary.yml
484
- [🚎8-ho-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/hoary.yml/badge.svg
485
- [🚎9-t-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/truffle.yml
486
- [🚎9-t-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/truffle.yml/badge.svg
487
- [🚎10-j-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/jruby.yml
488
- [🚎10-j-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/jruby.yml/badge.svg
489
- [🚎11-c-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/current.yml
490
- [🚎11-c-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/current.yml/badge.svg
491
- [🚎13-🔒️-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/deps_locked.yml
492
- [🚎13-🔒️-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/deps_locked.yml/badge.svg
493
- [🚎14-🔓️-wf]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/deps_unlocked.yml
494
- [🚎14-🔓️-wfi]: https://github.com/pboling/rspec-stubbed_env/actions/workflows/deps_unlocked.yml/badge.svg
500
+ [🖐codeQL]: https://github.com/galtzo-floss/rspec-stubbed_env/security/code-scanning
501
+ [🖐codeQL-img]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/codeql-analysis.yml/badge.svg
502
+ [🚎1-an-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/ancient.yml
503
+ [🚎1-an-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/ancient.yml/badge.svg
504
+ [🚎2-cov-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/coverage.yml
505
+ [🚎2-cov-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/coverage.yml/badge.svg
506
+ [🚎3-hd-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/heads.yml
507
+ [🚎3-hd-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/heads.yml/badge.svg
508
+ [🚎4-lg-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/legacy.yml
509
+ [🚎4-lg-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/legacy.yml/badge.svg
510
+ [🚎5-st-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/style.yml
511
+ [🚎5-st-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/style.yml/badge.svg
512
+ [🚎6-s-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/supported.yml
513
+ [🚎6-s-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/supported.yml/badge.svg
514
+ [🚎7-us-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/unsupported.yml
515
+ [🚎7-us-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/unsupported.yml/badge.svg
516
+ [🚎8-ho-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/hoary.yml
517
+ [🚎8-ho-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/hoary.yml/badge.svg
518
+ [🚎9-t-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/truffle.yml
519
+ [🚎9-t-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/truffle.yml/badge.svg
520
+ [🚎10-j-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/jruby.yml
521
+ [🚎10-j-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/jruby.yml/badge.svg
522
+ [🚎11-c-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/current.yml
523
+ [🚎11-c-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/current.yml/badge.svg
524
+ [🚎13-🔒️-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/deps_locked.yml
525
+ [🚎13-🔒️-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/deps_locked.yml/badge.svg
526
+ [🚎14-🔓️-wf]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/deps_unlocked.yml
527
+ [🚎14-🔓️-wfi]: https://github.com/galtzo-floss/rspec-stubbed_env/actions/workflows/deps_unlocked.yml/badge.svg
495
528
  [💎ruby-2.3i]: https://img.shields.io/badge/Ruby-2.3-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
496
529
  [💎ruby-2.4i]: https://img.shields.io/badge/Ruby-2.4-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
497
530
  [💎ruby-2.5i]: https://img.shields.io/badge/Ruby-2.5-DF00CA?style=for-the-badge&logo=ruby&logoColor=white
@@ -514,21 +547,21 @@ P.S. If you need help️, or want to say thanks, 👇 Join the Discord.
514
547
  [💎jruby-9.4i]: https://img.shields.io/badge/JRuby-9.4-FBE742?style=for-the-badge&logo=ruby&logoColor=red
515
548
  [💎jruby-c-i]: https://img.shields.io/badge/JRuby-current-FBE742?style=for-the-badge&logo=ruby&logoColor=green
516
549
  [💎jruby-headi]: https://img.shields.io/badge/JRuby-HEAD-FBE742?style=for-the-badge&logo=ruby&logoColor=blue
517
- [🤝gh-issues]: https://github.com/pboling/rspec-stubbed_env/issues
518
- [🤝gh-pulls]: https://github.com/pboling/rspec-stubbed_env/pulls
519
- [🤝gh-issues]: https://github.com/pboling/rspec-stubbed_env/issues
520
- [🤝gh-pulls]: https://github.com/pboling/rspec-stubbed_env/pulls
521
- [🤝gl-issues]: https://gitlab.com/pboling/rspec-stubbed_env/-/issues
522
- [🤝gl-pulls]: https://gitlab.com/pboling/rspec-stubbed_env/-/merge_requests
523
- [🤝cb-issues]: https://codeberg.org/pboling/rspec-stubbed_env/issues
524
- [🤝cb-pulls]: https://codeberg.org/pboling/rspec-stubbed_env/pulls
550
+ [🤝gh-issues]: https://github.com/galtzo-floss/rspec-stubbed_env/issues
551
+ [🤝gh-pulls]: https://github.com/galtzo-floss/rspec-stubbed_env/pulls
552
+ [🤝gh-issues]: https://github.com/galtzo-floss/rspec-stubbed_env/issues
553
+ [🤝gh-pulls]: https://github.com/galtzo-floss/rspec-stubbed_env/pulls
554
+ [🤝gl-issues]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/issues
555
+ [🤝gl-pulls]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/merge_requests
556
+ [🤝cb-issues]: https://codeberg.org/galtzo-floss/rspec-stubbed_env/issues
557
+ [🤝cb-pulls]: https://codeberg.org/galtzo-floss/rspec-stubbed_env/pulls
525
558
  [🤝cb-donate]: https://donate.codeberg.org/
526
559
  [🤝contributing]: CONTRIBUTING.md
527
- [🔑codecov-g♻️]: https://codecov.io/gh/pboling/rspec-stubbed_env/graphs/tree.svg?token=Ad3ets1psE
560
+ [🔑codecov-g♻️]: https://codecov.io/gh/galtzo-floss/rspec-stubbed_env/graphs/tree.svg?token=hRnUCPqxMu
528
561
  [🖐contrib-rocks]: https://contrib.rocks
529
- [🖐contributors]: https://github.com/pboling/rspec-stubbed_env/graphs/contributors
530
- [🖐contributors-img]: https://contrib.rocks/image?repo=pboling/rspec-stubbed_env
531
- [🚎contributors-gl]: https://gitlab.com/pboling/rspec-stubbed_env/-/graphs/main
562
+ [🖐contributors]: https://github.com/galtzo-floss/rspec-stubbed_env/graphs/contributors
563
+ [🖐contributors-img]: https://contrib.rocks/image?repo=galtzo-floss/rspec-stubbed_env
564
+ [🚎contributors-gl]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/graphs/main
532
565
  [🪇conduct]: CODE_OF_CONDUCT.md
533
566
  [🪇conduct-img]: https://img.shields.io/badge/Contributor_Covenant-2.1-259D6C.svg
534
567
  [📌pvc]: http://guides.rubygems.org/patterns/#pessimistic-version-constraint
@@ -551,10 +584,10 @@ P.S. If you need help️, or want to say thanks, 👇 Join the Discord.
551
584
  [📄license-img]: https://img.shields.io/badge/License-MIT-259D6C.svg
552
585
  [📄ilo-declaration]: https://www.ilo.org/declaration/lang--en/index.htm
553
586
  [📄ilo-declaration-img]: https://img.shields.io/badge/ILO_Fundamental_Principles-✓-259D6C.svg?style=flat
554
- [🚎yard-current]: http://rubydoc.info/gems/rspec-stubbed-env
587
+ [🚎yard-current]: http://rubydoc.info/gems/rspec-stubbed_env
555
588
  [🚎yard-head]: https://rspec-stubbed-env.galtzo.com
556
- [💎stone_checksums]: https://github.com/pboling/stone_checksums
557
- [💎SHA_checksums]: https://gitlab.com/pboling/rspec-stubbed_env/-/tree/main/checksums
589
+ [💎stone_checksums]: https://github.com/galtzo-floss/stone_checksums
590
+ [💎SHA_checksums]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/tree/main/checksums
558
591
  [💎rlts]: https://github.com/rubocop-lts/rubocop-lts
559
592
  [💎rlts-img]: https://img.shields.io/badge/code_style_%26_linting-rubocop--lts-34495e.svg?plastic&logo=ruby&logoColor=white
560
593
  [💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RSpec
4
4
  module StubbedEnv
5
- VERSION = "1.0.3"
5
+ VERSION = "1.0.4"
6
6
  end
7
7
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rspec-stubbed_env
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.3
4
+ version: 1.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -36,7 +36,7 @@ cert_chain:
36
36
  DVjBtqT23eugOqQ73umLcYDZkc36vnqGxUBSsXrzY9pzV5gGr2I8YUxMqf6ATrZt
37
37
  L9nRqA==
38
38
  -----END CERTIFICATE-----
39
- date: 2025-07-29 00:00:00.000000000 Z
39
+ date: 2025-08-05 00:00:00.000000000 Z
40
40
  dependencies:
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: stone_checksums
@@ -149,18 +149,19 @@ files:
149
149
  - lib/rspec/stubbed_env/hide_helpers.rb
150
150
  - lib/rspec/stubbed_env/stub_helpers.rb
151
151
  - lib/rspec/stubbed_env/version.rb
152
- homepage: https://github.com/pboling/rspec-stubbed_env
152
+ homepage: https://github.com/galtzo-floss/rspec-stubbed_env
153
153
  licenses:
154
154
  - MIT
155
155
  metadata:
156
156
  homepage_uri: https://rspec-stubbed-env.galtzo.com/
157
- source_code_uri: https://github.com/pboling/rspec-stubbed_env/tree/v1.0.3
158
- changelog_uri: https://github.com/pboling/rspec-stubbed_env/blob/v1.0.3/CHANGELOG.md
159
- bug_tracker_uri: https://github.com/pboling/rspec-stubbed_env/issues
160
- documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.3
157
+ source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.4
158
+ changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.4/CHANGELOG.md
159
+ bug_tracker_uri: https://github.com/galtzo-floss/rspec-stubbed_env/issues
160
+ documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.4
161
161
  funding_uri: https://github.com/sponsors/pboling
162
- wiki_uri: https://github.com/pboling/rspec-stubbed_env/wiki
162
+ wiki_uri: https://github.com/galtzo-floss/rspec-stubbed_env/wiki
163
163
  news_uri: https://www.railsbling.com/tags/rspec-stubbed_env
164
+ discord_uri: https://discord.gg/3qme4XHNKN
164
165
  rubygems_mfa_required: 'true'
165
166
  rdoc_options:
166
167
  - "--title"
@@ -188,7 +189,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
188
189
  - !ruby/object:Gem::Version
189
190
  version: '0'
190
191
  requirements: []
191
- rubygems_version: 3.6.9
192
+ rubygems_version: 3.7.1
192
193
  specification_version: 4
193
194
  summary: Unobtrusively stub ENV keys and values during testing
194
195
  test_files: []
metadata.gz.sig CHANGED
Binary file