rspec-stubbed_env 1.0.9 → 1.0.10

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: 2f4bcd708cd9f1d3a3151919be66501aff705e59c4b1979b94c829e100a1450d
4
+ data.tar.gz: 025a64b8db608a23034f316124244209427ee71505ea0774ac4d0dc2eb6649f6
5
5
  SHA512:
6
- metadata.gz: 6835023154023d5994bea05a8d7ea3a9240b3a22c8a16a740d44851d1dc04d061af4f268d5cfacf578b8f1f9ad5f77628e911c8d27f590a7d240cea24d323fe7
7
- data.tar.gz: 82692dec6c983c490da33ff9b98645d136eb65b092b0b2c2bd98e1fa42f768773d15d7863597b39b08ce1c006aae076bc6d6b37978c3181c7ce7c9b4741f7a39
6
+ metadata.gz: 875d4022a80ec73a16a81c361c7f94945cf95fb736f15f348cfd1ec0af2866c8f2ea3ccd0bccbbdba870b462007bc623aeebfe2015df79340c41cbaf1f45308c
7
+ data.tar.gz: '0875ea52558955bc35b4e152da6b4bd3e4c316d43a44e671eb8edd359bd4f3559c6513c83fc015c470b576db07d3c8fe3cac6f1e0bac528ee6bb6fd1dd560314'
checksums.yaml.gz.sig CHANGED
@@ -1,2 +1 @@
1
- {�����P�A���tWɇ��
2
- �<J��x��h4�1�I���]�>�GR���=%�Ϋ��.`A�򽨮�W8-o{�%:��a�������*��`���<�^R>F�ϥu���W�s0�v�*��K@in�&Pv4�8R5#�jC��!h�?
1
+ ��k�����;�8 6��H�A>�3 m�I��s����,�i:^􃯎�� ��8*��D 8�r��5ޜ��_XafʡU��]N��k�ȱ>`f�cPK�F�c�CG����gy!^bWl�ƕ�@�F�1�����KU$�?�5�/��G�g�
data/CHANGELOG.md CHANGED
@@ -30,6 +30,19 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.10] - 2026-07-28
34
+
35
+ - TAG: [v1.0.10][1.0.10t]
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-004 - Generated dep-heads workflows now use the
43
+ setup-ruby Bundler install path for direct appraisal Gemfiles, avoiding rv
44
+ lockfile parser failures on Git and path dependencies.
45
+
33
46
  ## [1.0.9] - 2026-07-28
34
47
 
35
48
  - TAG: [v1.0.9][1.0.9t]
@@ -252,7 +265,9 @@ Please file a bug if you notice a violation of semantic versioning.
252
265
  [@darhazer]: https://github.com/darhazer
253
266
  [@hosamaly]: https://github.com/hosamaly
254
267
 
255
- [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.9...HEAD
268
+ [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.10...HEAD
269
+ [1.0.10]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.9...v1.0.10
270
+ [1.0.10t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.10
256
271
  [1.0.9]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.8...v1.0.9
257
272
  [1.0.9t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.9
258
273
  [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.10"
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.10
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.10
308
+ changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.10/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.10
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