rspec-stubbed_env 1.0.10 → 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: 2f4bcd708cd9f1d3a3151919be66501aff705e59c4b1979b94c829e100a1450d
4
- data.tar.gz: 025a64b8db608a23034f316124244209427ee71505ea0774ac4d0dc2eb6649f6
3
+ metadata.gz: 80bfe3557a4ba5c8113bf4bd5af9e5839ad6822ddefa150fb7ef27745822cd4f
4
+ data.tar.gz: 1c4687817ef8f7b4fba38a93d392d286738ce114408af717bd5c31735d5e79f3
5
5
  SHA512:
6
- metadata.gz: 875d4022a80ec73a16a81c361c7f94945cf95fb736f15f348cfd1ec0af2866c8f2ea3ccd0bccbbdba870b462007bc623aeebfe2015df79340c41cbaf1f45308c
7
- data.tar.gz: '0875ea52558955bc35b4e152da6b4bd3e4c316d43a44e671eb8edd359bd4f3559c6513c83fc015c470b576db07d3c8fe3cac6f1e0bac528ee6bb6fd1dd560314'
6
+ metadata.gz: 7c60048112e1cc6ef7c7c5f998a5b6a14b4612a873cdb07264fdb0256f21857bc6eeb1afc4e7c5101c11a419eb2da11ef710aa4fbe16af62467c3a5773c56158
7
+ data.tar.gz: be4d9fa56e82487da543e38af060e0d9d91eae2197f5626c8a78c91778402ac7ac13f65f83f6e258f5da861773aa081ea3893e9cc42a6f9d8657e8480b63dbab
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,23 @@ 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
+
33
50
  ## [1.0.10] - 2026-07-28
34
51
 
35
52
  - TAG: [v1.0.10][1.0.10t]
@@ -265,7 +282,9 @@ Please file a bug if you notice a violation of semantic versioning.
265
282
  [@darhazer]: https://github.com/darhazer
266
283
  [@hosamaly]: https://github.com/hosamaly
267
284
 
268
- [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.10...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
269
288
  [1.0.10]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.9...v1.0.10
270
289
  [1.0.10t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.10
271
290
  [1.0.9]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.8...v1.0.9
@@ -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.10"
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.10
4
+ version: 1.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -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.10
308
- changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.10/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.10
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