rspec-stubbed_env 1.0.7 → 1.0.8

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: 181f812f49de9f3f0f334cef368a41bf0f541627bbc13a2dfee47caf7e904e76
4
- data.tar.gz: 654701cdaebc98be1e66cbf960352fcf05fde4869d79c0cda8ed70d3fd677f69
3
+ metadata.gz: e8d49ab0ac97cd71d5265fab69237f9d501e0be7e05df0c768b65900d811e4c1
4
+ data.tar.gz: fa4e0efe1a317cdb70e02e9573ca518dea0f10af99789e5e302c202e2ee620ba
5
5
  SHA512:
6
- metadata.gz: cde8ef3d4af338a74598ff6e656b02c83a681b49478189d38e53f9d254097be1dd65821b21ab2db5c47ed5f35b1c7922a570b80c18af2aa4f47f206b6d352178
7
- data.tar.gz: 97de4052ee5106b3af3ab269bbdd45e1b2dfb6b03c2d76768006899964359f8c30196bbe2c59cbcd4dfccce4dbd27e18b8e591947a9ed73028bd85694a18f9e8
6
+ metadata.gz: 7a2847728be974a0f590a4d704a6c17ab72ff48d203ca97f71dad0c842dd1e15777475a0b5ae2ac48c164011f0ab69ea5068104e9b21149af3641765400e3eb8
7
+ data.tar.gz: bfc5eef8a0edcae0beb1d261cd22c7106c35d78d9e0eaacad91fd018258c21fc34155045e38364832917bc25f1db143eae775f821da80df9603eefb777ebc476
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,21 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.8] - 2026-07-25
34
+
35
+ - TAG: [v1.0.8][1.0.8t]
36
+ - COVERAGE: 100.00% -- 95/95 lines in 5 files
37
+ - BRANCH COVERAGE: 100.00% -- 19/19 branches in 5 files
38
+ - 80.00% documented
39
+
40
+ ### Changed
41
+
42
+ - kettle-jem-template-20260725-002 - Generated gemspec templates now include
43
+ `anonymous_loader` as a development dependency, and version specs use it to
44
+ execute generated `version.rb` files for coverage without redefining package
45
+ constants. Managed version specs are removed when `version_gem` is disabled
46
+ or incompatible with the project's runtime Ruby floor.
47
+
33
48
  ## [1.0.7] - 2026-07-25
34
49
 
35
50
  - TAG: [v1.0.7][1.0.7t]
@@ -198,7 +213,9 @@ Please file a bug if you notice a violation of semantic versioning.
198
213
  [@darhazer]: https://github.com/darhazer
199
214
  [@hosamaly]: https://github.com/hosamaly
200
215
 
201
- [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.7...HEAD
216
+ [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.8...HEAD
217
+ [1.0.8]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.7...v1.0.8
218
+ [1.0.8t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.8
202
219
  [1.0.7]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.6...v1.0.7
203
220
  [1.0.7t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.7
204
221
  [1.0.6]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.5...v1.0.6
@@ -3,7 +3,7 @@
3
3
  module RSpec
4
4
  module StubbedEnv
5
5
  module Version
6
- VERSION = "1.0.7"
6
+ VERSION = "1.0.8"
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.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -106,6 +106,26 @@ dependencies:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
108
  version: 1.0.4
109
+ - !ruby/object:Gem::Dependency
110
+ name: anonymous_loader
111
+ requirement: !ruby/object:Gem::Requirement
112
+ requirements:
113
+ - - "~>"
114
+ - !ruby/object:Gem::Version
115
+ version: '0.1'
116
+ - - ">="
117
+ - !ruby/object:Gem::Version
118
+ version: 0.1.3
119
+ type: :development
120
+ prerelease: false
121
+ version_requirements: !ruby/object:Gem::Requirement
122
+ requirements:
123
+ - - "~>"
124
+ - !ruby/object:Gem::Version
125
+ version: '0.1'
126
+ - - ">="
127
+ - !ruby/object:Gem::Version
128
+ version: 0.1.3
109
129
  - !ruby/object:Gem::Dependency
110
130
  name: appraisal2
111
131
  requirement: !ruby/object:Gem::Requirement
@@ -209,7 +229,7 @@ dependencies:
209
229
  version: '2.0'
210
230
  - - ">="
211
231
  - !ruby/object:Gem::Version
212
- version: 2.0.5
232
+ version: 2.0.6
213
233
  type: :development
214
234
  prerelease: false
215
235
  version_requirements: !ruby/object:Gem::Requirement
@@ -219,7 +239,7 @@ dependencies:
219
239
  version: '2.0'
220
240
  - - ">="
221
241
  - !ruby/object:Gem::Version
222
- version: 2.0.5
242
+ version: 2.0.6
223
243
  - !ruby/object:Gem::Dependency
224
244
  name: rspec
225
245
  requirement: !ruby/object:Gem::Requirement
@@ -284,10 +304,10 @@ licenses:
284
304
  - MIT
285
305
  metadata:
286
306
  homepage_uri: https://rspec-stubbed-env.galtzo.com/
287
- source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.7
288
- changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.7/CHANGELOG.md
307
+ source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.8
308
+ changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.8/CHANGELOG.md
289
309
  bug_tracker_uri: https://github.com/galtzo-floss/rspec-stubbed_env/issues
290
- documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.7
310
+ documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.8
291
311
  funding_uri: https://github.com/sponsors/pboling
292
312
  wiki_uri: https://github.com/galtzo-floss/rspec-stubbed_env/wiki
293
313
  news_uri: https://www.railsbling.com/tags/rspec-stubbed_env
metadata.gz.sig CHANGED
Binary file