rspec-stubbed_env 1.0.12 → 1.0.14
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 +57 -16
- data/README.md +26 -33
- data/lib/rspec/stubbed_env/version.rb +1 -1
- data/lib/rspec/stubbed_env.rb +1 -2
- data.tar.gz.sig +0 -0
- metadata +20 -19
- 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: ada4617536814668785d080abdff187c7ebbd90be5a7ed654d9840a7dc943e4b
|
|
4
|
+
data.tar.gz: da20900b79536bcf8ae3d40c0e2da89357b4fb956c037c5defb8128912efba50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df9c2b2324513f79062b1daa45d5ce978632c429c014ac53d085308d27028513bda2fe45c6f11b3a881298c027615749a05199472a09b50e84e220a189651b89
|
|
7
|
+
data.tar.gz: f528a0217c7267a5a1f81ff7910491cbbdf6ff4ab71d5ae8b7e6a43a740136ef2e16e2a90a526019b27bc256adec2283818adf49623a26c461d5cc37354978e8
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/CHANGELOG.md
CHANGED
|
@@ -30,6 +30,58 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
30
30
|
|
|
31
31
|
### Security
|
|
32
32
|
|
|
33
|
+
## [1.0.14] - 2026-09-11
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.14][1.0.14t]
|
|
36
|
+
- COVERAGE: 100.00% -- 94/94 lines in 5 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 19/19 branches in 5 files
|
|
38
|
+
- 100.00% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- [kc] kettle-jem/prepare: updated 18 project files:
|
|
43
|
+
- dependencies (18)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 21 project files:
|
|
46
|
+
- code and tests (2)
|
|
47
|
+
- dependencies (18)
|
|
48
|
+
- other (1)
|
|
49
|
+
|
|
50
|
+
## [1.0.13] - 2026-08-12
|
|
51
|
+
|
|
52
|
+
- TAG: [v1.0.13][1.0.13t]
|
|
53
|
+
- COVERAGE: 100.00% -- 94/94 lines in 5 files
|
|
54
|
+
- BRANCH COVERAGE: 100.00% -- 19/19 branches in 5 files
|
|
55
|
+
- 100.00% documented
|
|
56
|
+
|
|
57
|
+
### Changed
|
|
58
|
+
|
|
59
|
+
- kettle-jem-template-20260801-001 - Generated README gem dashboard links now
|
|
60
|
+
use ClickGems instead of BestGems.
|
|
61
|
+
|
|
62
|
+
- Prepare project for kettle-jem templates: updated 19 project files across dependencies (19).
|
|
63
|
+
|
|
64
|
+
- Apply kettle-jem templates: updated 9 project files across code and tests (2), configuration (1), dependencies (2), documentation (1), other (3).
|
|
65
|
+
|
|
66
|
+
- Prepare project for kettle-jem templates: updated 4 project files across dependencies (4).
|
|
67
|
+
|
|
68
|
+
- Apply kettle-jem templates: updated 1 project file across code and tests (1).
|
|
69
|
+
|
|
70
|
+
### Fixed
|
|
71
|
+
|
|
72
|
+
- kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
|
|
73
|
+
managed configuration block bindings structurally, preventing mixed block
|
|
74
|
+
parameter names from producing invalid configuration after a merge.
|
|
75
|
+
- kettle-jem-template-20260801-003 - Generated project metadata and
|
|
76
|
+
documentation now normalize configured underscore hostnames to valid
|
|
77
|
+
hyphenated hostnames.
|
|
78
|
+
- kettle-jem-template-20260801-004 - Generated organization README logos now
|
|
79
|
+
use GitHub's stable organization avatar endpoint instead of assuming a
|
|
80
|
+
matching Galtzo-hosted asset exists.
|
|
81
|
+
|
|
82
|
+
- kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
|
|
83
|
+
preserving comments and trailing commas during template updates.
|
|
84
|
+
|
|
33
85
|
## [1.0.12] - 2026-07-31
|
|
34
86
|
|
|
35
87
|
- TAG: [v1.0.12][1.0.12t]
|
|
@@ -39,17 +91,8 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
39
91
|
|
|
40
92
|
### Added
|
|
41
93
|
|
|
42
|
-
- kettle-jem-template-20260729-005 - Gemspec metadata now publishes this
|
|
43
|
-
project's RubyForum tag as `mailing_list_uri`, and support docs link to the
|
|
44
|
-
tagged RubyForum community alongside Discord.
|
|
45
|
-
|
|
46
94
|
### Fixed
|
|
47
95
|
|
|
48
|
-
- kettle-jem-template-20260729-002 - VersionGem bootstrap now preserves
|
|
49
|
-
and templates dedicated `version_gem.rb` entrypoints even when the gemspec
|
|
50
|
-
dependency is intentionally omitted, and generated anonymous-loader specs
|
|
51
|
-
cover both `version.rb` and `version_gem.rb`.
|
|
52
|
-
|
|
53
96
|
- kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
|
|
54
97
|
floor now get managed minimal `version.rb` files and anonymous-loader version
|
|
55
98
|
specs without adding `version_gem`.
|
|
@@ -150,18 +193,12 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
150
193
|
|
|
151
194
|
### Changed
|
|
152
195
|
|
|
153
|
-
- kettle-jem-template-20260716-001 - Shim gemspec manifests now include
|
|
154
|
-
`LICENSE.md` instead of nonexistent `LICENSE.txt`.
|
|
155
196
|
- kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
|
|
156
197
|
repository-only files by default to reduce downstream distro packaging churn.
|
|
157
|
-
- kettle-jem-template-20260720-001 - Generated READMEs can now render
|
|
158
|
-
template-managed corporate sponsor logos from project or family config.
|
|
159
198
|
- kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
|
|
160
199
|
released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
|
|
161
200
|
- kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
|
|
162
201
|
config now uses the installed `smorg-rb` Ruby driver name.
|
|
163
|
-
- kettle-jem-template-20260720-004 - Generated multi-engine workflow files now
|
|
164
|
-
omit JRuby and TruffleRuby jobs when project config declares MRI-only engines.
|
|
165
202
|
- kettle-jem-template-20260720-005 - Generated README Support & Community rows
|
|
166
203
|
now include a RubyForum help badge.
|
|
167
204
|
- kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
|
|
@@ -309,7 +346,11 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
309
346
|
[@darhazer]: https://github.com/darhazer
|
|
310
347
|
[@hosamaly]: https://github.com/hosamaly
|
|
311
348
|
|
|
312
|
-
[Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.
|
|
349
|
+
[Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.14...HEAD
|
|
350
|
+
[1.0.14]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.13...v1.0.14
|
|
351
|
+
[1.0.14t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.14
|
|
352
|
+
[1.0.13]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.12...v1.0.13
|
|
353
|
+
[1.0.13t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.13
|
|
313
354
|
[1.0.12]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.11...v1.0.12
|
|
314
355
|
[1.0.12t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.12
|
|
315
356
|
[1.0.11]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.10...v1.0.11
|
data/README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by
|
|
1
|
+
<a href="https://github.com/galtzo-floss"><img alt="galtzo-floss Logo by GitHub" src="https://github.com/galtzo-floss.png?size=192" width="14%" align="right"/></a>
|
|
2
2
|
|
|
3
3
|
# 🫥 RSpec::StubbedEnv
|
|
4
4
|
|
|
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] [![
|
|
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
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
|
|
|
@@ -86,7 +86,7 @@ due to the inherent limitations of GitHub Actions.
|
|
|
86
86
|
|
|
87
87
|
### Compatibility
|
|
88
88
|
|
|
89
|
-
Compatible with MRI Ruby 1.8.7+,
|
|
89
|
+
Compatible with MRI Ruby 1.8.7+, JRuby, and TruffleRuby.
|
|
90
90
|
CI workflows and Appraisals are generated for MRI Ruby 2.4+.
|
|
91
91
|
This test floor is configured by `ruby.test_minimum` in `.kettle-jem.yml` and
|
|
92
92
|
may be higher than the gem's runtime compatibility floor when legacy Rubies are
|
|
@@ -99,16 +99,16 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
99
99
|
<details markdown="1">
|
|
100
100
|
<summary>How kettle-dev manages complexity in tests</summary>
|
|
101
101
|
|
|
102
|
-
| Gem | Source | Role |
|
|
102
|
+
| Gem | Source | Role | Total downloads |
|
|
103
103
|
|-----|--------|------|---------------------|
|
|
104
|
-
| [appraisal2](https://
|
|
105
|
-
| [appraisal2-rubocop](https://
|
|
106
|
-
| [kettle-dev](https://
|
|
107
|
-
| [kettle-jem](https://
|
|
108
|
-
| [kettle-soup-cover](https://
|
|
109
|
-
| [kettle-test](https://
|
|
110
|
-
| [rubocop-lts](https://
|
|
111
|
-
| [turbo_tests2](https://
|
|
104
|
+
| [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [](https://clickgems.clickhouse.com/dashboard/appraisal2) |
|
|
105
|
+
| [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) |
|
|
106
|
+
| [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) |
|
|
107
|
+
| [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) |
|
|
108
|
+
| [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) |
|
|
109
|
+
| [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) |
|
|
110
|
+
| [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) |
|
|
111
|
+
| [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) |
|
|
112
112
|
|
|
113
113
|
</details>
|
|
114
114
|
|
|
@@ -125,7 +125,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
125
125
|
|
|
126
126
|
</details>
|
|
127
127
|
|
|
128
|
-
### Enterprise Support
|
|
128
|
+
### Enterprise Support
|
|
129
|
+
|
|
130
|
+
[](https://tidelift.com/subscription/pkg/rubygems-rspec-stubbed_env?utm_source=rubygems-rspec-stubbed_env&utm_medium=referral&utm_campaign=readme)
|
|
129
131
|
|
|
130
132
|
Available as part of the Tidelift Subscription.
|
|
131
133
|
|
|
@@ -165,6 +167,11 @@ gem install rspec-stubbed_env
|
|
|
165
167
|
|
|
166
168
|
## ⚙️ Configuration
|
|
167
169
|
|
|
170
|
+
Configure RSpec to use the `:expect` syntax, then require
|
|
171
|
+
`rspec/stubbed_env` from the spec helper. The gem has no global ENV list: each
|
|
172
|
+
example declares the keys it stubs or hides, so restoration remains scoped to
|
|
173
|
+
that example.
|
|
174
|
+
|
|
168
175
|
## 🔧 Basic Usage
|
|
169
176
|
|
|
170
177
|
You must configure RSpec to use the `:expect` syntax, or some compatible alternative.
|
|
@@ -388,8 +395,7 @@ See [SECURITY.md][🔐security].
|
|
|
388
395
|
## 🤝 Contributing
|
|
389
396
|
|
|
390
397
|
If you need some ideas of where to help, you could work on adding more code coverage,
|
|
391
|
-
|
|
392
|
-
or use the gem and think about how it could be better.
|
|
398
|
+
check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
|
|
393
399
|
|
|
394
400
|
We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
|
|
395
401
|
|
|
@@ -425,19 +431,6 @@ Made with [contributors-img][🖐contrib-rocks].
|
|
|
425
431
|
|
|
426
432
|
Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/graphs/main][🚎contributors-gl]
|
|
427
433
|
|
|
428
|
-
<details markdown="1">
|
|
429
|
-
<summary>⭐️ Star History</summary>
|
|
430
|
-
|
|
431
|
-
<a href="https://star-history.com/galtzo-floss/rspec-stubbed_env&Date">
|
|
432
|
-
<picture>
|
|
433
|
-
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/rspec-stubbed_env&type=Date&theme=dark" />
|
|
434
|
-
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=galtzo-floss/rspec-stubbed_env&type=Date" />
|
|
435
|
-
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=galtzo-floss/rspec-stubbed_env&type=Date" />
|
|
436
|
-
</picture>
|
|
437
|
-
</a>
|
|
438
|
-
|
|
439
|
-
</details>
|
|
440
|
-
|
|
441
434
|
## 📌 Versioning
|
|
442
435
|
|
|
443
436
|
This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
|
|
@@ -543,7 +536,7 @@ Thanks for RTFM. ☺️
|
|
|
543
536
|
[✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
|
|
544
537
|
[⛳️gem-namespace]: https://github.com/galtzo-floss/rspec-stubbed_env
|
|
545
538
|
[⛳️namespace-img]: https://img.shields.io/badge/namespace-RSpec::StubbedEnv-3C2D2D.svg?style=square&logo=ruby&logoColor=white
|
|
546
|
-
[⛳️gem-name]: https://
|
|
539
|
+
[⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/rspec-stubbed_env
|
|
547
540
|
[⛳️name-img]: https://img.shields.io/badge/name-rspec--stubbed__env-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
|
|
548
541
|
[⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/rspec-stubbed_env.svg
|
|
549
542
|
[⛳️tag]: https://github.com/galtzo-floss/rspec-stubbed_env/releases
|
|
@@ -592,9 +585,9 @@ Thanks for RTFM. ☺️
|
|
|
592
585
|
[📜gh-wiki]: https://github.com/galtzo-floss/rspec-stubbed_env/wiki
|
|
593
586
|
[📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
|
|
594
587
|
[📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
|
|
595
|
-
[👽dl-rank]: https://
|
|
596
|
-
[👽dl-ranki]: https://img.shields.io/gem/
|
|
597
|
-
[👽version]: https://
|
|
588
|
+
[👽dl-rank]: https://clickgems.clickhouse.com/dashboard/rspec-stubbed_env
|
|
589
|
+
[👽dl-ranki]: https://img.shields.io/gem/dt/rspec-stubbed_env.svg
|
|
590
|
+
[👽version]: https://clickgems.clickhouse.com/dashboard/rspec-stubbed_env
|
|
598
591
|
[👽versioni]: https://img.shields.io/gem/v/rspec-stubbed_env.svg
|
|
599
592
|
[🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/rspec-stubbed_env
|
|
600
593
|
[🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/rspec-stubbed_env/maintainability.svg
|
|
@@ -700,7 +693,7 @@ Thanks for RTFM. ☺️
|
|
|
700
693
|
[📌gitmoji]: https://gitmoji.dev
|
|
701
694
|
[📌gitmoji-img]: https://img.shields.io/badge/gitmoji_commits-%20%F0%9F%98%9C%20%F0%9F%98%8D-34495e.svg?style=flat-square
|
|
702
695
|
[🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
|
|
703
|
-
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.
|
|
696
|
+
[🧮kloc-img]: https://img.shields.io/badge/KLOC-0.094-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
|
|
704
697
|
[🔐security]: https://github.com/galtzo-floss/rspec-stubbed_env/blob/main/SECURITY.md
|
|
705
698
|
[🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
|
|
706
699
|
[📄copyright-notice-explainer]: https://opensource.stackexchange.com/questions/5778/why-do-licenses-such-as-the-mit-license-specify-a-single-year
|
|
@@ -5,7 +5,7 @@ module RSpec
|
|
|
5
5
|
# Version namespace for this gem.
|
|
6
6
|
module Version
|
|
7
7
|
# Current gem version.
|
|
8
|
-
VERSION = "1.0.
|
|
8
|
+
VERSION = "1.0.14"
|
|
9
9
|
end
|
|
10
10
|
# Current gem version exposed at the traditional constant location.
|
|
11
11
|
VERSION = Version::VERSION # Traditional Constant Location
|
data/lib/rspec/stubbed_env.rb
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
1
|
# frozen_string_literal: true
|
|
2
2
|
|
|
3
3
|
# This Gem
|
|
4
|
-
require_relative "stubbed_env/version"
|
|
5
4
|
|
|
6
|
-
require "rspec/stubbed_env/version"
|
|
7
5
|
require "rspec/stubbed_env/hide_helpers"
|
|
8
6
|
require "rspec/stubbed_env/stub_helpers"
|
|
9
7
|
require "rspec/stubbed_env/config"
|
|
8
|
+
require_relative "stubbed_env/version"
|
|
10
9
|
|
|
11
10
|
#
|
|
12
11
|
# ENV stubbing is opt-in, via a shared context, rather than global
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-stubbed_env
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Peter Boling
|
|
7
|
+
- Peter H. Boling
|
|
8
8
|
- Liam Bennett
|
|
9
|
+
- Maxim Krizhanovski
|
|
9
10
|
bindir: exe
|
|
10
11
|
cert_chain:
|
|
11
12
|
- |
|
|
@@ -44,20 +45,20 @@ dependencies:
|
|
|
44
45
|
requirements:
|
|
45
46
|
- - "~>"
|
|
46
47
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '
|
|
48
|
+
version: '3.1'
|
|
48
49
|
- - ">="
|
|
49
50
|
- !ruby/object:Gem::Version
|
|
50
|
-
version:
|
|
51
|
+
version: 3.1.0
|
|
51
52
|
type: :development
|
|
52
53
|
prerelease: false
|
|
53
54
|
version_requirements: !ruby/object:Gem::Requirement
|
|
54
55
|
requirements:
|
|
55
56
|
- - "~>"
|
|
56
57
|
- !ruby/object:Gem::Version
|
|
57
|
-
version: '
|
|
58
|
+
version: '3.1'
|
|
58
59
|
- - ">="
|
|
59
60
|
- !ruby/object:Gem::Version
|
|
60
|
-
version:
|
|
61
|
+
version: 3.1.0
|
|
61
62
|
- !ruby/object:Gem::Dependency
|
|
62
63
|
name: bundler-audit
|
|
63
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -135,7 +136,7 @@ dependencies:
|
|
|
135
136
|
version: '3.2'
|
|
136
137
|
- - ">="
|
|
137
138
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 3.2.
|
|
139
|
+
version: 3.2.3
|
|
139
140
|
type: :development
|
|
140
141
|
prerelease: false
|
|
141
142
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -145,7 +146,7 @@ dependencies:
|
|
|
145
146
|
version: '3.2'
|
|
146
147
|
- - ">="
|
|
147
148
|
- !ruby/object:Gem::Version
|
|
148
|
-
version: 3.2.
|
|
149
|
+
version: 3.2.3
|
|
149
150
|
- !ruby/object:Gem::Dependency
|
|
150
151
|
name: kettle-test
|
|
151
152
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -155,7 +156,7 @@ dependencies:
|
|
|
155
156
|
version: '2.0'
|
|
156
157
|
- - ">="
|
|
157
158
|
- !ruby/object:Gem::Version
|
|
158
|
-
version: 2.0.
|
|
159
|
+
version: 2.0.21
|
|
159
160
|
type: :development
|
|
160
161
|
prerelease: false
|
|
161
162
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -165,7 +166,7 @@ dependencies:
|
|
|
165
166
|
version: '2.0'
|
|
166
167
|
- - ">="
|
|
167
168
|
- !ruby/object:Gem::Version
|
|
168
|
-
version: 2.0.
|
|
169
|
+
version: 2.0.21
|
|
169
170
|
- !ruby/object:Gem::Dependency
|
|
170
171
|
name: turbo_tests2
|
|
171
172
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -175,7 +176,7 @@ dependencies:
|
|
|
175
176
|
version: '3.2'
|
|
176
177
|
- - ">="
|
|
177
178
|
- !ruby/object:Gem::Version
|
|
178
|
-
version: 3.2.
|
|
179
|
+
version: 3.2.7
|
|
179
180
|
type: :development
|
|
180
181
|
prerelease: false
|
|
181
182
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -185,7 +186,7 @@ dependencies:
|
|
|
185
186
|
version: '3.2'
|
|
186
187
|
- - ">="
|
|
187
188
|
- !ruby/object:Gem::Version
|
|
188
|
-
version: 3.2.
|
|
189
|
+
version: 3.2.7
|
|
189
190
|
- !ruby/object:Gem::Dependency
|
|
190
191
|
name: ruby-progressbar
|
|
191
192
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -209,7 +210,7 @@ dependencies:
|
|
|
209
210
|
version: '1.0'
|
|
210
211
|
- - ">="
|
|
211
212
|
- !ruby/object:Gem::Version
|
|
212
|
-
version: 1.0.
|
|
213
|
+
version: 1.0.8
|
|
213
214
|
type: :development
|
|
214
215
|
prerelease: false
|
|
215
216
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -219,7 +220,7 @@ dependencies:
|
|
|
219
220
|
version: '1.0'
|
|
220
221
|
- - ">="
|
|
221
222
|
- !ruby/object:Gem::Version
|
|
222
|
-
version: 1.0.
|
|
223
|
+
version: 1.0.8
|
|
223
224
|
- !ruby/object:Gem::Dependency
|
|
224
225
|
name: gitmoji-regex
|
|
225
226
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -229,7 +230,7 @@ dependencies:
|
|
|
229
230
|
version: '2.0'
|
|
230
231
|
- - ">="
|
|
231
232
|
- !ruby/object:Gem::Version
|
|
232
|
-
version: 2.0.
|
|
233
|
+
version: 2.0.12
|
|
233
234
|
type: :development
|
|
234
235
|
prerelease: false
|
|
235
236
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -239,7 +240,7 @@ dependencies:
|
|
|
239
240
|
version: '2.0'
|
|
240
241
|
- - ">="
|
|
241
242
|
- !ruby/object:Gem::Version
|
|
242
|
-
version: 2.0.
|
|
243
|
+
version: 2.0.12
|
|
243
244
|
- !ruby/object:Gem::Dependency
|
|
244
245
|
name: rspec
|
|
245
246
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -304,10 +305,10 @@ licenses:
|
|
|
304
305
|
- MIT
|
|
305
306
|
metadata:
|
|
306
307
|
homepage_uri: https://rspec-stubbed-env.galtzo.com/
|
|
307
|
-
source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.
|
|
308
|
-
changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.
|
|
308
|
+
source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.14
|
|
309
|
+
changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.14/CHANGELOG.md
|
|
309
310
|
bug_tracker_uri: https://github.com/galtzo-floss/rspec-stubbed_env/issues
|
|
310
|
-
documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.
|
|
311
|
+
documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.14
|
|
311
312
|
funding_uri: https://github.com/sponsors/pboling
|
|
312
313
|
wiki_uri: https://github.com/galtzo-floss/rspec-stubbed_env/wiki
|
|
313
314
|
news_uri: https://www.railsbling.com/tags/rspec-stubbed_env
|
metadata.gz.sig
CHANGED
|
Binary file
|