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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/CHANGELOG.md +20 -1
- data/lib/rspec/stubbed_env/version.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: 80bfe3557a4ba5c8113bf4bd5af9e5839ad6822ddefa150fb7ef27745822cd4f
|
|
4
|
+
data.tar.gz: 1c4687817ef8f7b4fba38a93d392d286738ce114408af717bd5c31735d5e79f3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
308
|
-
changelog_uri: https://github.com/galtzo-floss/rspec-stubbed_env/blob/v1.0.
|
|
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.
|
|
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
|