rspec-stubbed_env 1.0.9 → 1.0.11

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: 6c89f4a8dc903a681604ed5b7b26a81844ea55d2ff1bdcafe05045e6307f4fb3
4
- data.tar.gz: a30c44efb2abd8ef01ce29435db1f6c351e8dda229adae1645ab9d2dc4cfc2bf
3
+ metadata.gz: 80bfe3557a4ba5c8113bf4bd5af9e5839ad6822ddefa150fb7ef27745822cd4f
4
+ data.tar.gz: 1c4687817ef8f7b4fba38a93d392d286738ce114408af717bd5c31735d5e79f3
5
5
  SHA512:
6
- metadata.gz: 6835023154023d5994bea05a8d7ea3a9240b3a22c8a16a740d44851d1dc04d061af4f268d5cfacf578b8f1f9ad5f77628e911c8d27f590a7d240cea24d323fe7
7
- data.tar.gz: 82692dec6c983c490da33ff9b98645d136eb65b092b0b2c2bd98e1fa42f768773d15d7863597b39b08ce1c006aae076bc6d6b37978c3181c7ce7c9b4741f7a39
6
+ metadata.gz: 7c60048112e1cc6ef7c7c5f998a5b6a14b4612a873cdb07264fdb0256f21857bc6eeb1afc4e7c5101c11a419eb2da11ef710aa4fbe16af62467c3a5773c56158
7
+ data.tar.gz: be4d9fa56e82487da543e38af060e0d9d91eae2197f5626c8a78c91778402ac7ac13f65f83f6e258f5da861773aa081ea3893e9cc42a6f9d8657e8480b63dbab
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,36 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.11] - 2026-07-28
34
+
35
+ - TAG: [v1.0.11][1.0.11t]
36
+ - COVERAGE: 100.00% -- 95/95 lines in 5 files
37
+ - BRANCH COVERAGE: 100.00% -- 19/19 branches in 5 files
38
+ - 100.00% documented
39
+
40
+ ### Fixed
41
+
42
+ - kettle-jem-template-20260728-005 - VersionGem bootstrap now creates the
43
+ missing canonical version spec when a project only has shim namespace version
44
+ specs.
45
+
46
+ - kettle-jem-template-20260729-001 - Generated JRuby 9.4 workflows now use the
47
+ legacy manual bundle install path, avoiding setup-time Bundler full-index
48
+ failures against `gem.coop`.
49
+
50
+ ## [1.0.10] - 2026-07-28
51
+
52
+ - TAG: [v1.0.10][1.0.10t]
53
+ - COVERAGE: 100.00% -- 95/95 lines in 5 files
54
+ - BRANCH COVERAGE: 100.00% -- 19/19 branches in 5 files
55
+ - 100.00% documented
56
+
57
+ ### Fixed
58
+
59
+ - kettle-jem-template-20260728-004 - Generated dep-heads workflows now use the
60
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
61
+ lockfile parser failures on Git and path dependencies.
62
+
33
63
  ## [1.0.9] - 2026-07-28
34
64
 
35
65
  - TAG: [v1.0.9][1.0.9t]
@@ -252,7 +282,11 @@ Please file a bug if you notice a violation of semantic versioning.
252
282
  [@darhazer]: https://github.com/darhazer
253
283
  [@hosamaly]: https://github.com/hosamaly
254
284
 
255
- [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.9...HEAD
285
+ [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.11...HEAD
286
+ [1.0.11]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.10...v1.0.11
287
+ [1.0.11t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.11
288
+ [1.0.10]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.9...v1.0.10
289
+ [1.0.10t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.10
256
290
  [1.0.9]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.8...v1.0.9
257
291
  [1.0.9t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.9
258
292
  [1.0.8]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.7...v1.0.8
@@ -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.9"
8
+ VERSION = "1.0.11"
9
9
  end
10
10
  # Current gem version exposed at the traditional constant location.
11
11
  VERSION = Version::VERSION # Traditional Constant Location
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.9
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -229,7 +229,7 @@ dependencies:
229
229
  version: '2.0'
230
230
  - - ">="
231
231
  - !ruby/object:Gem::Version
232
- version: 2.0.7
232
+ version: 2.0.8
233
233
  type: :development
234
234
  prerelease: false
235
235
  version_requirements: !ruby/object:Gem::Requirement
@@ -239,7 +239,7 @@ dependencies:
239
239
  version: '2.0'
240
240
  - - ">="
241
241
  - !ruby/object:Gem::Version
242
- version: 2.0.7
242
+ version: 2.0.8
243
243
  - !ruby/object:Gem::Dependency
244
244
  name: rspec
245
245
  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.9
308
- changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.9/CHANGELOG.md
307
+ source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.11
308
+ changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.11/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.9
310
+ documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.11
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