rspec-stubbed_env 1.0.8 → 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: e8d49ab0ac97cd71d5265fab69237f9d501e0be7e05df0c768b65900d811e4c1
4
- data.tar.gz: fa4e0efe1a317cdb70e02e9573ca518dea0f10af99789e5e302c202e2ee620ba
3
+ metadata.gz: 2f4bcd708cd9f1d3a3151919be66501aff705e59c4b1979b94c829e100a1450d
4
+ data.tar.gz: 025a64b8db608a23034f316124244209427ee71505ea0774ac4d0dc2eb6649f6
5
5
  SHA512:
6
- metadata.gz: 7a2847728be974a0f590a4d704a6c17ab72ff48d203ca97f71dad0c842dd1e15777475a0b5ae2ac48c164011f0ab69ea5068104e9b21149af3641765400e3eb8
7
- data.tar.gz: bfc5eef8a0edcae0beb1d261cd22c7106c35d78d9e0eaacad91fd018258c21fc34155045e38364832917bc25f1db143eae775f821da80df9603eefb777ebc476
6
+ metadata.gz: 875d4022a80ec73a16a81c361c7f94945cf95fb736f15f348cfd1ec0af2866c8f2ea3ccd0bccbbdba870b462007bc623aeebfe2015df79340c41cbaf1f45308c
7
+ data.tar.gz: '0875ea52558955bc35b4e152da6b4bd3e4c316d43a44e671eb8edd359bd4f3559c6513c83fc015c470b576db07d3c8fe3cac6f1e0bac528ee6bb6fd1dd560314'
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,58 @@ 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
+
46
+ ## [1.0.9] - 2026-07-28
47
+
48
+ - TAG: [v1.0.9][1.0.9t]
49
+ - COVERAGE: 100.00% -- 95/95 lines in 5 files
50
+ - BRANCH COVERAGE: 100.00% -- 19/19 branches in 5 files
51
+ - 100.00% documented
52
+
53
+ ### Added
54
+
55
+ - Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
56
+
57
+ - kettle-jem-template-20260726-001 - Projects now include YARD lint
58
+ configuration and documentation dependencies so documentation issues fail
59
+ before generated docs are refreshed.
60
+
61
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
62
+ RSpec helpers provided by `kettle-test`.
63
+
64
+ ### Changed
65
+
66
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
67
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
68
+ installing the main Gemfile bundle.
69
+
70
+ ### Fixed
71
+
72
+ - kettle-jem-template-20260726-002 - Generated version files now document their
73
+ version namespace and constants, reducing warning-only YARD lint output.
74
+
75
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
76
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
77
+ coverage thresholds still pass.
78
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
79
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
80
+ installs are not reported as project lint debt.
81
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
82
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
83
+ before the test suite starts.
84
+
33
85
  ## [1.0.8] - 2026-07-25
34
86
 
35
87
  - TAG: [v1.0.8][1.0.8t]
@@ -213,7 +265,11 @@ Please file a bug if you notice a violation of semantic versioning.
213
265
  [@darhazer]: https://github.com/darhazer
214
266
  [@hosamaly]: https://github.com/hosamaly
215
267
 
216
- [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.8...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
271
+ [1.0.9]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.8...v1.0.9
272
+ [1.0.9t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.9
217
273
  [1.0.8]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.7...v1.0.8
218
274
  [1.0.8t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.8
219
275
  [1.0.7]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.6...v1.0.7
@@ -2,9 +2,12 @@
2
2
 
3
3
  module RSpec
4
4
  module StubbedEnv
5
+ # Version namespace for this gem.
5
6
  module Version
6
- VERSION = "1.0.8"
7
+ # Current gem version.
8
+ VERSION = "1.0.10"
7
9
  end
10
+ # Current gem version exposed at the traditional constant location.
8
11
  VERSION = Version::VERSION # Traditional Constant Location
9
12
  end
10
13
  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.8
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling
@@ -155,7 +155,7 @@ dependencies:
155
155
  version: '2.0'
156
156
  - - ">="
157
157
  - !ruby/object:Gem::Version
158
- version: 2.0.15
158
+ version: 2.0.16
159
159
  type: :development
160
160
  prerelease: false
161
161
  version_requirements: !ruby/object:Gem::Requirement
@@ -165,7 +165,7 @@ dependencies:
165
165
  version: '2.0'
166
166
  - - ">="
167
167
  - !ruby/object:Gem::Version
168
- version: 2.0.15
168
+ version: 2.0.16
169
169
  - !ruby/object:Gem::Dependency
170
170
  name: turbo_tests2
171
171
  requirement: !ruby/object:Gem::Requirement
@@ -175,7 +175,7 @@ dependencies:
175
175
  version: '3.2'
176
176
  - - ">="
177
177
  - !ruby/object:Gem::Version
178
- version: 3.2.1
178
+ version: 3.2.3
179
179
  type: :development
180
180
  prerelease: false
181
181
  version_requirements: !ruby/object:Gem::Requirement
@@ -185,7 +185,7 @@ dependencies:
185
185
  version: '3.2'
186
186
  - - ">="
187
187
  - !ruby/object:Gem::Version
188
- version: 3.2.1
188
+ version: 3.2.3
189
189
  - !ruby/object:Gem::Dependency
190
190
  name: ruby-progressbar
191
191
  requirement: !ruby/object:Gem::Requirement
@@ -209,7 +209,7 @@ dependencies:
209
209
  version: '1.0'
210
210
  - - ">="
211
211
  - !ruby/object:Gem::Version
212
- version: 1.0.6
212
+ version: 1.0.7
213
213
  type: :development
214
214
  prerelease: false
215
215
  version_requirements: !ruby/object:Gem::Requirement
@@ -219,7 +219,7 @@ dependencies:
219
219
  version: '1.0'
220
220
  - - ">="
221
221
  - !ruby/object:Gem::Version
222
- version: 1.0.6
222
+ version: 1.0.7
223
223
  - !ruby/object:Gem::Dependency
224
224
  name: gitmoji-regex
225
225
  requirement: !ruby/object:Gem::Requirement
@@ -229,7 +229,7 @@ dependencies:
229
229
  version: '2.0'
230
230
  - - ">="
231
231
  - !ruby/object:Gem::Version
232
- version: 2.0.6
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.6
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.8
308
- changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.8/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.8
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