rspec-stubbed_env 1.0.13 → 1.0.14
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +20 -1
- data/README.md +3 -1
- data/lib/rspec/stubbed_env/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +18 -17
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ada4617536814668785d080abdff187c7ebbd90be5a7ed654d9840a7dc943e4b
|
|
4
|
+
data.tar.gz: da20900b79536bcf8ae3d40c0e2da89357b4fb956c037c5defb8128912efba50
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: df9c2b2324513f79062b1daa45d5ce978632c429c014ac53d085308d27028513bda2fe45c6f11b3a881298c027615749a05199472a09b50e84e220a189651b89
|
|
7
|
+
data.tar.gz: f528a0217c7267a5a1f81ff7910491cbbdf6ff4ab71d5ae8b7e6a43a740136ef2e16e2a90a526019b27bc256adec2283818adf49623a26c461d5cc37354978e8
|
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.14] - 2026-09-11
|
|
34
|
+
|
|
35
|
+
- TAG: [v1.0.14][1.0.14t]
|
|
36
|
+
- COVERAGE: 100.00% -- 94/94 lines in 5 files
|
|
37
|
+
- BRANCH COVERAGE: 100.00% -- 19/19 branches in 5 files
|
|
38
|
+
- 100.00% documented
|
|
39
|
+
|
|
40
|
+
### Changed
|
|
41
|
+
|
|
42
|
+
- [kc] kettle-jem/prepare: updated 18 project files:
|
|
43
|
+
- dependencies (18)
|
|
44
|
+
|
|
45
|
+
- [kc] kettle-jem/template: updated 21 project files:
|
|
46
|
+
- code and tests (2)
|
|
47
|
+
- dependencies (18)
|
|
48
|
+
- other (1)
|
|
49
|
+
|
|
33
50
|
## [1.0.13] - 2026-08-12
|
|
34
51
|
|
|
35
52
|
- TAG: [v1.0.13][1.0.13t]
|
|
@@ -329,7 +346,9 @@ Please file a bug if you notice a violation of semantic versioning.
|
|
|
329
346
|
[@darhazer]: https://github.com/darhazer
|
|
330
347
|
[@hosamaly]: https://github.com/hosamaly
|
|
331
348
|
|
|
332
|
-
[Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.
|
|
349
|
+
[Unreleased]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.14...HEAD
|
|
350
|
+
[1.0.14]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.13...v1.0.14
|
|
351
|
+
[1.0.14t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.14
|
|
333
352
|
[1.0.13]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.12...v1.0.13
|
|
334
353
|
[1.0.13t]: https://github.com/galtzo-floss/rspec-stubbed_env/releases/tag/v1.0.13
|
|
335
354
|
[1.0.12]: https://github.com/galtzo-floss/rspec-stubbed_env/compare/v1.0.11...v1.0.12
|
data/README.md
CHANGED
|
@@ -125,7 +125,9 @@ The _amazing_ test matrix is powered by the kettle-dev stack.
|
|
|
125
125
|
|
|
126
126
|
</details>
|
|
127
127
|
|
|
128
|
-
### Enterprise Support
|
|
128
|
+
### Enterprise Support
|
|
129
|
+
|
|
130
|
+
[](https://tidelift.com/subscription/pkg/rubygems-rspec-stubbed_env?utm_source=rubygems-rspec-stubbed_env&utm_medium=referral&utm_campaign=readme)
|
|
129
131
|
|
|
130
132
|
Available as part of the Tidelift Subscription.
|
|
131
133
|
|
|
@@ -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.
|
|
8
|
+
VERSION = "1.0.14"
|
|
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,11 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rspec-stubbed_env
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.14
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
|
-
- Peter Boling
|
|
7
|
+
- Peter H. Boling
|
|
8
8
|
- Liam Bennett
|
|
9
|
+
- Maxim Krizhanovski
|
|
9
10
|
bindir: exe
|
|
10
11
|
cert_chain:
|
|
11
12
|
- |
|
|
@@ -44,20 +45,20 @@ dependencies:
|
|
|
44
45
|
requirements:
|
|
45
46
|
- - "~>"
|
|
46
47
|
- !ruby/object:Gem::Version
|
|
47
|
-
version: '3.
|
|
48
|
+
version: '3.1'
|
|
48
49
|
- - ">="
|
|
49
50
|
- !ruby/object:Gem::Version
|
|
50
|
-
version: 3.0
|
|
51
|
+
version: 3.1.0
|
|
51
52
|
type: :development
|
|
52
53
|
prerelease: false
|
|
53
54
|
version_requirements: !ruby/object:Gem::Requirement
|
|
54
55
|
requirements:
|
|
55
56
|
- - "~>"
|
|
56
57
|
- !ruby/object:Gem::Version
|
|
57
|
-
version: '3.
|
|
58
|
+
version: '3.1'
|
|
58
59
|
- - ">="
|
|
59
60
|
- !ruby/object:Gem::Version
|
|
60
|
-
version: 3.0
|
|
61
|
+
version: 3.1.0
|
|
61
62
|
- !ruby/object:Gem::Dependency
|
|
62
63
|
name: bundler-audit
|
|
63
64
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -135,7 +136,7 @@ dependencies:
|
|
|
135
136
|
version: '3.2'
|
|
136
137
|
- - ">="
|
|
137
138
|
- !ruby/object:Gem::Version
|
|
138
|
-
version: 3.2.
|
|
139
|
+
version: 3.2.3
|
|
139
140
|
type: :development
|
|
140
141
|
prerelease: false
|
|
141
142
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -145,7 +146,7 @@ dependencies:
|
|
|
145
146
|
version: '3.2'
|
|
146
147
|
- - ">="
|
|
147
148
|
- !ruby/object:Gem::Version
|
|
148
|
-
version: 3.2.
|
|
149
|
+
version: 3.2.3
|
|
149
150
|
- !ruby/object:Gem::Dependency
|
|
150
151
|
name: kettle-test
|
|
151
152
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -155,7 +156,7 @@ dependencies:
|
|
|
155
156
|
version: '2.0'
|
|
156
157
|
- - ">="
|
|
157
158
|
- !ruby/object:Gem::Version
|
|
158
|
-
version: 2.0.
|
|
159
|
+
version: 2.0.21
|
|
159
160
|
type: :development
|
|
160
161
|
prerelease: false
|
|
161
162
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -165,7 +166,7 @@ dependencies:
|
|
|
165
166
|
version: '2.0'
|
|
166
167
|
- - ">="
|
|
167
168
|
- !ruby/object:Gem::Version
|
|
168
|
-
version: 2.0.
|
|
169
|
+
version: 2.0.21
|
|
169
170
|
- !ruby/object:Gem::Dependency
|
|
170
171
|
name: turbo_tests2
|
|
171
172
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -175,7 +176,7 @@ dependencies:
|
|
|
175
176
|
version: '3.2'
|
|
176
177
|
- - ">="
|
|
177
178
|
- !ruby/object:Gem::Version
|
|
178
|
-
version: 3.2.
|
|
179
|
+
version: 3.2.7
|
|
179
180
|
type: :development
|
|
180
181
|
prerelease: false
|
|
181
182
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -185,7 +186,7 @@ dependencies:
|
|
|
185
186
|
version: '3.2'
|
|
186
187
|
- - ">="
|
|
187
188
|
- !ruby/object:Gem::Version
|
|
188
|
-
version: 3.2.
|
|
189
|
+
version: 3.2.7
|
|
189
190
|
- !ruby/object:Gem::Dependency
|
|
190
191
|
name: ruby-progressbar
|
|
191
192
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -229,7 +230,7 @@ dependencies:
|
|
|
229
230
|
version: '2.0'
|
|
230
231
|
- - ">="
|
|
231
232
|
- !ruby/object:Gem::Version
|
|
232
|
-
version: 2.0.
|
|
233
|
+
version: 2.0.12
|
|
233
234
|
type: :development
|
|
234
235
|
prerelease: false
|
|
235
236
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -239,7 +240,7 @@ dependencies:
|
|
|
239
240
|
version: '2.0'
|
|
240
241
|
- - ">="
|
|
241
242
|
- !ruby/object:Gem::Version
|
|
242
|
-
version: 2.0.
|
|
243
|
+
version: 2.0.12
|
|
243
244
|
- !ruby/object:Gem::Dependency
|
|
244
245
|
name: rspec
|
|
245
246
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -304,10 +305,10 @@ licenses:
|
|
|
304
305
|
- MIT
|
|
305
306
|
metadata:
|
|
306
307
|
homepage_uri: https://rspec-stubbed-env.galtzo.com/
|
|
307
|
-
source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.
|
|
308
|
-
changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.
|
|
308
|
+
source_code_uri: https://github.com/galtzo-floss/rspec-stubbed_env/tree/v1.0.14
|
|
309
|
+
changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.14/CHANGELOG.md
|
|
309
310
|
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.
|
|
311
|
+
documentation_uri: https://www.rubydoc.info/gems/rspec-stubbed_env/1.0.14
|
|
311
312
|
funding_uri: https://github.com/sponsors/pboling
|
|
312
313
|
wiki_uri: https://github.com/galtzo-floss/rspec-stubbed_env/wiki
|
|
313
314
|
news_uri: https://www.railsbling.com/tags/rspec-stubbed_env
|
metadata.gz.sig
CHANGED
|
Binary file
|