rspec-stubbed_env 1.0.5 → 1.0.6

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: b005a6ffc8ed04e4603d70403653c681544cfcba896b5a456c7da1da792406d5
4
- data.tar.gz: 81bf54e4b3f07d338e1dc90d35dbe412afda104c4e855bc50436283f247027e9
3
+ metadata.gz: e36b6947348a4e66de22a8d33ee3fb926b1bc361d86c11a39de657c4373f1e10
4
+ data.tar.gz: 2504fc8d1fa1c6840a6bdcecae1caaf453e90ccc238654fc711e93d9f9bbfe8a
5
5
  SHA512:
6
- metadata.gz: a7bbe3a66f58b13aa127a8f1b98528a34b2cb82a8697930efe26503eed2baab240654c35bc9d002b3c66c413bc6a195fb4bb6b4f5de96c92c8a68990e98e9a0e
7
- data.tar.gz: 6d3635f1e774f6bc2b48dd4a0121bcd49d2aac71d0dce97f2ee6f69a965e1ae5b5f631c18f6a77f4c0c2d9db3f8a95c79449b3009ec2459dcdbf82d80a242d6a
6
+ metadata.gz: edbf70b96a94ead95424aedc2377a0fd13448e2fbaaa2962688c44b456f597a65150c1ff417f740ea9969189f8d03cbcf12adee6f5e6da4444740dfac4b668bd
7
+ data.tar.gz: fb9bb52f4bfad4a79ed195704c9e68b7b571058f8e2c7c54b80faff7ce605a5a7c1fee15e81e5abd42e83565eb01c865286e2f8800532bb391a0965c26f9c877
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,20 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.6] - 2026-07-02
34
+
35
+ - TAG: [v1.0.6][1.0.6t]
36
+ - COVERAGE: 100.00% -- 95/95 lines in 5 files
37
+ - BRANCH COVERAGE: 84.21% -- 16/19 branches in 5 files
38
+ - 80.00% documented
39
+
40
+ ### Fixed
41
+
42
+ - Package configured license files in gem release file lists.
43
+
44
+ - Avoid duplicate generated appraisal declarations for stdlib gems already
45
+ supplied by the modular `x_std_libs` gemfiles.
46
+
33
47
  ## [1.0.5] - 2026-06-27
34
48
 
35
49
  - TAG: [v1.0.5][1.0.5t]
@@ -151,7 +165,9 @@ Please file a bug if you notice a violation of semantic versioning.
151
165
  [@darhazer]: https://github.com/darhazer
152
166
  [@hosamaly]: https://github.com/hosamaly
153
167
 
154
- [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.5...HEAD
168
+ [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.6...HEAD
169
+ [1.0.6]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.5...v1.0.6
170
+ [1.0.6t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.6
155
171
  [1.0.5]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/compare/v1.0.4...v1.0.5
156
172
  [1.0.5t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.5
157
173
  [1.0.4]: https://gitlab.com/galtzo-floss/rspec-stubbed_env/-/compare/v1.0.3...v1.0.4
data/MIT.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ See [LICENSE.md](LICENSE.md) for the copyright notice.
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md CHANGED
@@ -719,3 +719,14 @@ Thanks for RTFM. ☺️
719
719
  [💎appraisal2]: https://github.com/appraisal-rb/appraisal2
720
720
  [💎appraisal2-img]: https://img.shields.io/badge/appraised_by-appraisal2-34495e.svg?plastic&logo=ruby&logoColor=white
721
721
  [💎d-in-dvcs]: https://railsbling.com/posts/dvcs/put_the_d_in_dvcs/
722
+
723
+ <!-- kettle-jem:metadata:start -->
724
+ | Field | Value |
725
+ |---|---|
726
+ | Package | rspec-stubbed_env |
727
+ | Description | 🫥 Stub or hide environment variables in a scoped context for testing<br>stub_env('REDIS_URL' => 'redis://localhost:6379/')<br>hide_env('SESSION_SECRET') |
728
+ | Homepage | https://github.com/galtzo-floss/rspec-stubbed_env |
729
+ | Source | https://github.com/galtzo-floss/rspec-stubbed_env |
730
+ | License | `MIT` |
731
+ | Funding | https://github.com/sponsors/pboling, https://ko-fi.com/pboling, https://liberapay.com/pboling/donate, https://opencollective.com/galtzo-floss, https://thanks.dev/u/gh/pboling, https://tidelift.com/funding/github/rubygems/rspec-stubbed_env, https://www.buymeacoffee.com/pboling |
732
+ <!-- kettle-jem:metadata:end -->
@@ -3,7 +3,7 @@
3
3
  module RSpec
4
4
  module StubbedEnv
5
5
  module Version
6
- VERSION = "1.0.5"
6
+ VERSION = "1.0.6"
7
7
  end
8
8
  VERSION = Version::VERSION # Traditional Constant Location
9
9
  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.5
4
+ version: 1.0.6
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.2'
47
+ version: '2.3'
48
48
  - - ">="
49
49
  - !ruby/object:Gem::Version
50
- version: 2.2.19
50
+ version: 2.3.0
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.2'
57
+ version: '2.3'
58
58
  - - ">="
59
59
  - !ruby/object:Gem::Version
60
- version: 2.2.19
60
+ version: 2.3.0
61
61
  - !ruby/object:Gem::Dependency
62
62
  name: bundler-audit
63
63
  requirement: !ruby/object:Gem::Requirement
@@ -115,7 +115,7 @@ dependencies:
115
115
  version: '3.1'
116
116
  - - ">="
117
117
  - !ruby/object:Gem::Version
118
- version: 3.1.3
118
+ version: 3.1.4
119
119
  type: :development
120
120
  prerelease: false
121
121
  version_requirements: !ruby/object:Gem::Requirement
@@ -125,7 +125,7 @@ dependencies:
125
125
  version: '3.1'
126
126
  - - ">="
127
127
  - !ruby/object:Gem::Version
128
- version: 3.1.3
128
+ version: 3.1.4
129
129
  - !ruby/object:Gem::Dependency
130
130
  name: kettle-test
131
131
  requirement: !ruby/object:Gem::Requirement
@@ -135,7 +135,7 @@ dependencies:
135
135
  version: '2.0'
136
136
  - - ">="
137
137
  - !ruby/object:Gem::Version
138
- version: 2.0.7
138
+ version: 2.0.9
139
139
  type: :development
140
140
  prerelease: false
141
141
  version_requirements: !ruby/object:Gem::Requirement
@@ -145,7 +145,7 @@ dependencies:
145
145
  version: '2.0'
146
146
  - - ">="
147
147
  - !ruby/object:Gem::Version
148
- version: 2.0.7
148
+ version: 2.0.9
149
149
  - !ruby/object:Gem::Dependency
150
150
  name: turbo_tests2
151
151
  requirement: !ruby/object:Gem::Requirement
@@ -155,7 +155,7 @@ dependencies:
155
155
  version: '3.1'
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
- version: 3.1.5
158
+ version: 3.1.6
159
159
  type: :development
160
160
  prerelease: false
161
161
  version_requirements: !ruby/object:Gem::Requirement
@@ -165,7 +165,7 @@ dependencies:
165
165
  version: '3.1'
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: 3.1.5
168
+ version: 3.1.6
169
169
  - !ruby/object:Gem::Dependency
170
170
  name: ruby-progressbar
171
171
  requirement: !ruby/object:Gem::Requirement
@@ -189,7 +189,7 @@ dependencies:
189
189
  version: '1.0'
190
190
  - - ">="
191
191
  - !ruby/object:Gem::Version
192
- version: 1.0.3
192
+ version: 1.0.4
193
193
  type: :development
194
194
  prerelease: false
195
195
  version_requirements: !ruby/object:Gem::Requirement
@@ -199,7 +199,7 @@ dependencies:
199
199
  version: '1.0'
200
200
  - - ">="
201
201
  - !ruby/object:Gem::Version
202
- version: 1.0.3
202
+ version: 1.0.4
203
203
  - !ruby/object:Gem::Dependency
204
204
  name: gitmoji-regex
205
205
  requirement: !ruby/object:Gem::Requirement
@@ -209,7 +209,7 @@ dependencies:
209
209
  version: '2.0'
210
210
  - - ">="
211
211
  - !ruby/object:Gem::Version
212
- version: 2.0.3
212
+ version: 2.0.4
213
213
  type: :development
214
214
  prerelease: false
215
215
  version_requirements: !ruby/object:Gem::Requirement
@@ -219,7 +219,7 @@ dependencies:
219
219
  version: '2.0'
220
220
  - - ">="
221
221
  - !ruby/object:Gem::Version
222
- version: 2.0.3
222
+ version: 2.0.4
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: rspec
225
225
  requirement: !ruby/object:Gem::Requirement
@@ -285,6 +285,7 @@ files:
285
285
  - CONTRIBUTING.md
286
286
  - FUNDING.md
287
287
  - LICENSE.md
288
+ - MIT.md
288
289
  - README.md
289
290
  - RUBOCOP.md
290
291
  - SECURITY.md
@@ -300,10 +301,10 @@ licenses:
300
301
  - MIT
301
302
  metadata:
302
303
  homepage_uri: https://rspec-stubbed-env.galtzo.com/
303
- source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.5
304
- changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.5/CHANGELOG.md
304
+ source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.6
305
+ changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.6/CHANGELOG.md
305
306
  bug_tracker_uri: https://github.com/galtzo-floss/rspec-stubbed_env/issues
306
- documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.5
307
+ documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.6
307
308
  funding_uri: https://github.com/sponsors/pboling
308
309
  wiki_uri: https://github.com/galtzo-floss/rspec-stubbed_env/wiki
309
310
  news_uri: https://www.railsbling.com/tags/rspec-stubbed_env
metadata.gz.sig CHANGED
@@ -1 +1 @@
1
- \tOBkb��ŇW����d
1
+ i�j�D�0�����WG��;����JhL�D�,�F+=���L���