rspec-stubbed_env 1.0.12 → 1.0.13

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: 6762fc7d3c56154041a51c43e75de5ea1cf2e0236d0425eaa9b7ecd342377fd3
4
- data.tar.gz: 9e881df66ef3ec85f5eac26ff796de50e76adfa85219446cbb910e3265091b2a
3
+ metadata.gz: c27f00bdeface583489df8de1b23121ccf5e628954aac0846f7a445bccc400a2
4
+ data.tar.gz: cc3cfe937db8c1ac9913f434d00cf81e490450afb47709a9ae65b67f27b23afe
5
5
  SHA512:
6
- metadata.gz: 883c4b8e408332cfc771261aef1b01fd9b87c2541572aa02019136220131db5bf6d4ca5efe62061008f5d062c92cc833d0c5f64eaa55ecec20274cdabc00eab1
7
- data.tar.gz: c86257d930fdac0f5fcffac9380e5ff9b6148d19f182b99603ad06f57d6f8df4bc351fd4cb39185f5e6497577e76a26fdf14b0c809d62030e4e19bc364f06fbf
6
+ metadata.gz: 14bd80b4f0ace062b362b057412aa59cde655c825fca54c2366ba30da5901a6db13e80b0e2b300c63dfa2b06435844f9a1de4877be984508c8bd4616b874e1e2
7
+ data.tar.gz: dc42f24b1691d2c76ae322d8cd678f07bfef214333b6f528b13052a9276e36092e3738f88a687789396a42b5084303662badc2cfaaa1330695213ea89bd1eb1c
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,41 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.13] - 2026-08-12
34
+
35
+ - TAG: [v1.0.13][1.0.13t]
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
+ - kettle-jem-template-20260801-001 - Generated README gem dashboard links now
43
+ use ClickGems instead of BestGems.
44
+
45
+ - Prepare project for kettle-jem templates: updated 19 project files across dependencies (19).
46
+
47
+ - Apply kettle-jem templates: updated 9 project files across code and tests (2), configuration (1), dependencies (2), documentation (1), other (3).
48
+
49
+ - Prepare project for kettle-jem templates: updated 4 project files across dependencies (4).
50
+
51
+ - Apply kettle-jem templates: updated 1 project file across code and tests (1).
52
+
53
+ ### Fixed
54
+
55
+ - kettle-jem-template-20260801-002 - Generated RSpec helpers now normalize
56
+ managed configuration block bindings structurally, preventing mixed block
57
+ parameter names from producing invalid configuration after a merge.
58
+ - kettle-jem-template-20260801-003 - Generated project metadata and
59
+ documentation now normalize configured underscore hostnames to valid
60
+ hyphenated hostnames.
61
+ - kettle-jem-template-20260801-004 - Generated organization README logos now
62
+ use GitHub's stable organization avatar endpoint instead of assuming a
63
+ matching Galtzo-hosted asset exists.
64
+
65
+ - kettle-jem-template-20260802-001 - Devcontainer JSON files now merge as JSONC,
66
+ preserving comments and trailing commas during template updates.
67
+
33
68
  ## [1.0.12] - 2026-07-31
34
69
 
35
70
  - TAG: [v1.0.12][1.0.12t]
@@ -39,17 +74,8 @@ Please file a bug if you notice a violation of semantic versioning.
39
74
 
40
75
  ### Added
41
76
 
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
77
  ### Fixed
47
78
 
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
79
  - kettle-jem-template-20260729-003 - Old-Ruby gems below the VersionGem runtime
54
80
  floor now get managed minimal `version.rb` files and anonymous-loader version
55
81
  specs without adding `version_gem`.
@@ -150,18 +176,12 @@ Please file a bug if you notice a violation of semantic versioning.
150
176
 
151
177
  ### Changed
152
178
 
153
- - kettle-jem-template-20260716-001 - Shim gemspec manifests now include
154
- `LICENSE.md` instead of nonexistent `LICENSE.txt`.
155
179
  - kettle-jem-template-20260716-002 - Generated gemspec manifests now ship fewer
156
180
  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
181
  - kettle-jem-template-20260720-002 - Generated development Gemfiles now use the
160
182
  released `tree_sitter_language_pack` gem 1.13.3 or newer by default.
161
183
  - kettle-jem-template-20260720-003 - Generated StructuredMerge Git diff driver
162
184
  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
185
  - kettle-jem-template-20260720-005 - Generated README Support & Community rows
166
186
  now include a RubyForum help badge.
167
187
  - kettle-jem-template-20260725-001 - Generated JRuby and TruffleRuby workflow
@@ -309,7 +329,9 @@ Please file a bug if you notice a violation of semantic versioning.
309
329
  [@darhazer]: https://github.com/darhazer
310
330
  [@hosamaly]: https://github.com/hosamaly
311
331
 
312
- [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.12...HEAD
332
+ [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.13...HEAD
333
+ [1.0.13]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.12...v1.0.13
334
+ [1.0.13t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.13
313
335
  [1.0.12]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.11...v1.0.12
314
336
  [1.0.12t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.12
315
337
  [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 Aboling0, CC BY-SA 4.0" src="https://logos.galtzo.com/assets/images/galtzo-floss/avatar-128px.svg" width="14%" align="right"/></a>
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] [![Downloads Rank][👽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]
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+, and concordant releases of JRuby, and TruffleRuby.
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 | Daily download rank |
102
+ | Gem | Source | Role | Total downloads |
103
103
  |-----|--------|------|---------------------|
104
- | [appraisal2](https://bestgems.org/gems/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Daily download rank for appraisal2](https://img.shields.io/gem/rd/appraisal2.svg?style=flat-square)](https://bestgems.org/gems/appraisal2) |
105
- | [appraisal2-rubocop](https://bestgems.org/gems/appraisal2-rubocop) | [GitHub](https://github.com/appraisal-rb/appraisal2-rubocop) | RuboCop Appraisal generator integration | [![Daily download rank for appraisal2-rubocop](https://img.shields.io/gem/rd/appraisal2-rubocop.svg?style=flat-square)](https://bestgems.org/gems/appraisal2-rubocop) |
106
- | [kettle-dev](https://bestgems.org/gems/kettle-dev) | [GitHub](https://github.com/kettle-dev/kettle-dev) | development, release, and CI workflow tooling | [![Daily download rank for kettle-dev](https://img.shields.io/gem/rd/kettle-dev.svg?style=flat-square)](https://bestgems.org/gems/kettle-dev) |
107
- | [kettle-jem](https://bestgems.org/gems/kettle-jem) | [GitHub](https://github.com/kettle-dev/kettle-jem) | Appraisals & CI workflow templates | [![Daily download rank for kettle-jem](https://img.shields.io/gem/rd/kettle-jem.svg?style=flat-square)](https://bestgems.org/gems/kettle-jem) |
108
- | [kettle-soup-cover](https://bestgems.org/gems/kettle-soup-cover) | [GitHub](https://github.com/kettle-dev/kettle-soup-cover) | SimpleCov coverage policy and reporting | [![Daily download rank for kettle-soup-cover](https://img.shields.io/gem/rd/kettle-soup-cover.svg?style=flat-square)](https://bestgems.org/gems/kettle-soup-cover) |
109
- | [kettle-test](https://bestgems.org/gems/kettle-test) | [GitHub](https://github.com/kettle-dev/kettle-test) | standard test runner and coverage harness | [![Daily download rank for kettle-test](https://img.shields.io/gem/rd/kettle-test.svg?style=flat-square)](https://bestgems.org/gems/kettle-test) |
110
- | [rubocop-lts](https://bestgems.org/gems/rubocop-lts) | [GitHub](https://github.com/rubocop-lts/rubocop-lts) | Ruby-version-aware linting | [![Daily download rank for rubocop-lts](https://img.shields.io/gem/rd/rubocop-lts.svg?style=flat-square)](https://bestgems.org/gems/rubocop-lts) |
111
- | [turbo_tests2](https://bestgems.org/gems/turbo_tests2) | [GitHub](https://github.com/galtzo-floss/turbo_tests2) | parallel test execution | [![Daily download rank for turbo_tests2](https://img.shields.io/gem/rd/turbo_tests2.svg?style=flat-square)](https://bestgems.org/gems/turbo_tests2) |
104
+ | [appraisal2](https://clickgems.clickhouse.com/dashboard/appraisal2) | [GitHub](https://github.com/appraisal-rb/appraisal2) | multi-dependency Appraisal matrix generation | [![Total downloads for appraisal2](https://img.shields.io/gem/dt/appraisal2.svg?style=flat-square)](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 | [![Total downloads for appraisal2-rubocop](https://img.shields.io/gem/dt/appraisal2-rubocop.svg?style=flat-square)](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 | [![Total downloads for kettle-dev](https://img.shields.io/gem/dt/kettle-dev.svg?style=flat-square)](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 | [![Total downloads for kettle-jem](https://img.shields.io/gem/dt/kettle-jem.svg?style=flat-square)](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 | [![Total downloads for kettle-soup-cover](https://img.shields.io/gem/dt/kettle-soup-cover.svg?style=flat-square)](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 | [![Total downloads for kettle-test](https://img.shields.io/gem/dt/kettle-test.svg?style=flat-square)](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 | [![Total downloads for rubocop-lts](https://img.shields.io/gem/dt/rubocop-lts.svg?style=flat-square)](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 | [![Total downloads for turbo_tests2](https://img.shields.io/gem/dt/turbo_tests2.svg?style=flat-square)](https://clickgems.clickhouse.com/dashboard/turbo_tests2) |
112
112
 
113
113
  </details>
114
114
 
@@ -165,6 +165,11 @@ gem install rspec-stubbed_env
165
165
 
166
166
  ## ⚙️ Configuration
167
167
 
168
+ Configure RSpec to use the `:expect` syntax, then require
169
+ `rspec/stubbed_env` from the spec helper. The gem has no global ENV list: each
170
+ example declares the keys it stubs or hides, so restoration remains scoped to
171
+ that example.
172
+
168
173
  ## 🔧 Basic Usage
169
174
 
170
175
  You must configure RSpec to use the `:expect` syntax, or some compatible alternative.
@@ -388,8 +393,7 @@ See [SECURITY.md][🔐security].
388
393
  ## 🤝 Contributing
389
394
 
390
395
  If you need some ideas of where to help, you could work on adding more code coverage,
391
- or if it is already 💯 (see [below](#code-coverage)) check [issues][🤝gh-issues] or [PRs][🤝gh-pulls],
392
- or use the gem and think about how it could be better.
396
+ check [issues][🤝gh-issues] or [PRs][🤝gh-pulls], or use the gem and think about how it could be better.
393
397
 
394
398
  We [![Keep A Changelog][📗keep-changelog-img]][📗keep-changelog] so if you make changes, remember to update it.
395
399
 
@@ -425,19 +429,6 @@ Made with [contributors-img][🖐contrib-rocks].
425
429
 
426
430
  Also see GitLab Contributors: [https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/graphs/main][🚎contributors-gl]
427
431
 
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
432
  ## 📌 Versioning
442
433
 
443
434
  This library follows [![Semantic Versioning 2.0.0][📌semver-img]][📌semver] for its public API where practical.
@@ -543,7 +534,7 @@ Thanks for RTFM. ☺️
543
534
  [✇bundle-group-pattern]: https://gist.github.com/pboling/4564780
544
535
  [⛳️gem-namespace]: https://github.com/galtzo-floss/rspec-stubbed_env
545
536
  [⛳️namespace-img]: https://img.shields.io/badge/namespace-RSpec::StubbedEnv-3C2D2D.svg?style=square&logo=ruby&logoColor=white
546
- [⛳️gem-name]: https://bestgems.org/gems/rspec-stubbed_env
537
+ [⛳️gem-name]: https://clickgems.clickhouse.com/dashboard/rspec-stubbed_env
547
538
  [⛳️name-img]: https://img.shields.io/badge/name-rspec--stubbed__env-3C2D2D.svg?style=square&logo=rubygems&logoColor=red
548
539
  [⛳️tag-img]: https://img.shields.io/github/tag/galtzo-floss/rspec-stubbed_env.svg
549
540
  [⛳️tag]: https://github.com/galtzo-floss/rspec-stubbed_env/releases
@@ -592,9 +583,9 @@ Thanks for RTFM. ☺️
592
583
  [📜gh-wiki]: https://github.com/galtzo-floss/rspec-stubbed_env/wiki
593
584
  [📜gl-wiki-img]: https://img.shields.io/badge/wiki-gitlab-943CD2.svg?style=for-the-badge&logo=gitlab&logoColor=white
594
585
  [📜gh-wiki-img]: https://img.shields.io/badge/wiki-github-943CD2.svg?style=for-the-badge&logo=github&logoColor=white
595
- [👽dl-rank]: https://bestgems.org/gems/rspec-stubbed_env
596
- [👽dl-ranki]: https://img.shields.io/gem/rd/rspec-stubbed_env.svg
597
- [👽version]: https://bestgems.org/gems/rspec-stubbed_env
586
+ [👽dl-rank]: https://clickgems.clickhouse.com/dashboard/rspec-stubbed_env
587
+ [👽dl-ranki]: https://img.shields.io/gem/dt/rspec-stubbed_env.svg
588
+ [👽version]: https://clickgems.clickhouse.com/dashboard/rspec-stubbed_env
598
589
  [👽versioni]: https://img.shields.io/gem/v/rspec-stubbed_env.svg
599
590
  [🏀qlty-mnt]: https://qlty.sh/gh/galtzo-floss/projects/rspec-stubbed_env
600
591
  [🏀qlty-mnti]: https://qlty.sh/gh/galtzo-floss/projects/rspec-stubbed_env/maintainability.svg
@@ -700,7 +691,7 @@ Thanks for RTFM. ☺️
700
691
  [📌gitmoji]: https://gitmoji.dev
701
692
  [📌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
693
  [🧮kloc]: https://www.youtube.com/watch?v=dQw4w9WgXcQ
703
- [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.095-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
694
+ [🧮kloc-img]: https://img.shields.io/badge/KLOC-0.094-FFDD67.svg?style=for-the-badge&logo=YouTube&logoColor=blue
704
695
  [🔐security]: https://github.com/galtzo-floss/rspec-stubbed_env/blob/main/SECURITY.md
705
696
  [🔐security-img]: https://img.shields.io/badge/security-policy-259D6C.svg?style=flat
706
697
  [📄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.12"
8
+ VERSION = "1.0.13"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
@@ -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,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.12
4
+ version: 1.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -44,20 +44,20 @@ dependencies:
44
44
  requirements:
45
45
  - - "~>"
46
46
  - !ruby/object:Gem::Version
47
- version: '2.5'
47
+ version: '3.0'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 2.5.13
50
+ version: 3.0.6
51
51
  type: :development
52
52
  prerelease: false
53
53
  version_requirements: !ruby/object:Gem::Requirement
54
54
  requirements:
55
55
  - - "~>"
56
56
  - !ruby/object:Gem::Version
57
- version: '2.5'
57
+ version: '3.0'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 2.5.13
60
+ version: 3.0.6
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: bundler-audit
63
63
  requirement: !ruby/object:Gem::Requirement
@@ -135,7 +135,7 @@ dependencies:
135
135
  version: '3.2'
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: 3.2.0
138
+ version: 3.2.2
139
139
  type: :development
140
140
  prerelease: false
141
141
  version_requirements: !ruby/object:Gem::Requirement
@@ -145,7 +145,7 @@ dependencies:
145
145
  version: '3.2'
146
146
  - - ">="
147
147
  - !ruby/object:Gem::Version
148
- version: 3.2.0
148
+ version: 3.2.2
149
149
  - !ruby/object:Gem::Dependency
150
150
  name: kettle-test
151
151
  requirement: !ruby/object:Gem::Requirement
@@ -155,7 +155,7 @@ dependencies:
155
155
  version: '2.0'
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
- version: 2.0.17
158
+ version: 2.0.19
159
159
  type: :development
160
160
  prerelease: false
161
161
  version_requirements: !ruby/object:Gem::Requirement
@@ -165,7 +165,7 @@ dependencies:
165
165
  version: '2.0'
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: 2.0.17
168
+ version: 2.0.19
169
169
  - !ruby/object:Gem::Dependency
170
170
  name: turbo_tests2
171
171
  requirement: !ruby/object:Gem::Requirement
@@ -175,7 +175,7 @@ dependencies:
175
175
  version: '3.2'
176
176
  - - ">="
177
177
  - !ruby/object:Gem::Version
178
- version: 3.2.3
178
+ version: 3.2.5
179
179
  type: :development
180
180
  prerelease: false
181
181
  version_requirements: !ruby/object:Gem::Requirement
@@ -185,7 +185,7 @@ dependencies:
185
185
  version: '3.2'
186
186
  - - ">="
187
187
  - !ruby/object:Gem::Version
188
- version: 3.2.3
188
+ version: 3.2.5
189
189
  - !ruby/object:Gem::Dependency
190
190
  name: ruby-progressbar
191
191
  requirement: !ruby/object:Gem::Requirement
@@ -209,7 +209,7 @@ dependencies:
209
209
  version: '1.0'
210
210
  - - ">="
211
211
  - !ruby/object:Gem::Version
212
- version: 1.0.7
212
+ version: 1.0.8
213
213
  type: :development
214
214
  prerelease: false
215
215
  version_requirements: !ruby/object:Gem::Requirement
@@ -219,7 +219,7 @@ dependencies:
219
219
  version: '1.0'
220
220
  - - ">="
221
221
  - !ruby/object:Gem::Version
222
- version: 1.0.7
222
+ version: 1.0.8
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: gitmoji-regex
225
225
  requirement: !ruby/object:Gem::Requirement
@@ -304,10 +304,10 @@ licenses:
304
304
  - MIT
305
305
  metadata:
306
306
  homepage_uri: https://rspec-stubbed-env.galtzo.com/
307
- source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.12
308
- changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.12/CHANGELOG.md
307
+ source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.13
308
+ changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.13/CHANGELOG.md
309
309
  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.12
310
+ documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.13
311
311
  funding_uri: https://github.com/sponsors/pboling
312
312
  wiki_uri: https://github.com/galtzo-floss/rspec-stubbed_env/wiki
313
313
  news_uri: https://www.railsbling.com/tags/rspec-stubbed_env
metadata.gz.sig CHANGED
Binary file