rspec-stubbed_env 1.0.8 → 1.0.9

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: 6c89f4a8dc903a681604ed5b7b26a81844ea55d2ff1bdcafe05045e6307f4fb3
4
+ data.tar.gz: a30c44efb2abd8ef01ce29435db1f6c351e8dda229adae1645ab9d2dc4cfc2bf
5
5
  SHA512:
6
- metadata.gz: 7a2847728be974a0f590a4d704a6c17ab72ff48d203ca97f71dad0c842dd1e15777475a0b5ae2ac48c164011f0ab69ea5068104e9b21149af3641765400e3eb8
7
- data.tar.gz: bfc5eef8a0edcae0beb1d261cd22c7106c35d78d9e0eaacad91fd018258c21fc34155045e38364832917bc25f1db143eae775f821da80df9603eefb777ebc476
6
+ metadata.gz: 6835023154023d5994bea05a8d7ea3a9240b3a22c8a16a740d44851d1dc04d061af4f268d5cfacf578b8f1f9ad5f77628e911c8d27f590a7d240cea24d323fe7
7
+ data.tar.gz: 82692dec6c983c490da33ff9b98645d136eb65b092b0b2c2bd98e1fa42f768773d15d7863597b39b08ce1c006aae076bc6d6b37978c3181c7ce7c9b4741f7a39
checksums.yaml.gz.sig CHANGED
Binary file
data/CHANGELOG.md CHANGED
@@ -30,6 +30,45 @@ Please file a bug if you notice a violation of semantic versioning.
30
30
 
31
31
  ### Security
32
32
 
33
+ ## [1.0.9] - 2026-07-28
34
+
35
+ - TAG: [v1.0.9][1.0.9t]
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
+ ### Added
41
+
42
+ - Documentation linting now has its generated `yard-lint` dependency and severity config available in the local bundle.
43
+
44
+ - kettle-jem-template-20260726-001 - Projects now include YARD lint
45
+ configuration and documentation dependencies so documentation issues fail
46
+ before generated docs are refreshed.
47
+
48
+ - kettle-jem-template-20260727-001 - Spec harness documentation now lists the
49
+ RSpec helpers provided by `kettle-test`.
50
+
51
+ ### Changed
52
+
53
+ - kettle-jem-template-20260728-001 - Generated Ruby workflows now use clearer
54
+ setup-ruby-flash planning and can prepare appraisal-only jobs without
55
+ installing the main Gemfile bundle.
56
+
57
+ ### Fixed
58
+
59
+ - kettle-jem-template-20260726-002 - Generated version files now document their
60
+ version namespace and constants, reducing warning-only YARD lint output.
61
+
62
+ - kettle-jem-template-20260726-003 - Coverage upload steps now treat Coveralls,
63
+ QLTY, and Codecov as optional, so provider outages do not fail CI when local
64
+ coverage thresholds still pass.
65
+ - kettle-jem-template-20260728-002 - Generated RuboCop configs now ignore the
66
+ same `gemfiles/vendor/bundle` tree as `.gitignore`, so vendored dependency
67
+ installs are not reported as project lint debt.
68
+ - kettle-jem-template-20260728-003 - Generated dep-heads workflows now run
69
+ TruffleRuby jobs with current RubyGems and Bundler, avoiding setup failures
70
+ before the test suite starts.
71
+
33
72
  ## [1.0.8] - 2026-07-25
34
73
 
35
74
  - TAG: [v1.0.8][1.0.8t]
@@ -213,7 +252,9 @@ Please file a bug if you notice a violation of semantic versioning.
213
252
  [@darhazer]: https://github.com/darhazer
214
253
  [@hosamaly]: https://github.com/hosamaly
215
254
 
216
- [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.8...HEAD
255
+ [Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.9...HEAD
256
+ [1.0.9]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.8...v1.0.9
257
+ [1.0.9t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.9
217
258
  [1.0.8]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.7...v1.0.8
218
259
  [1.0.8t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.8
219
260
  [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.9"
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.9
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.7
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.7
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.9
308
+ changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.9/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.9
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