verikloak-bff 1.1.0 → 1.1.1
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
- data/CHANGELOG.md +10 -0
- data/lib/verikloak/bff/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 794d5c00ad25d1274f24142afdabba8a7d00ec1ec06ed3a5e3fca7265c93fe2f
|
|
4
|
+
data.tar.gz: 1043e82c5bb52492c0853332297f8e86fb17969b6f569ecab2b2861c93273c5a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6226bef2ebafc638ea43c4d658ae3525afad093d11cc89e1c85518e9bc4c74e65908af240043a8d00ff2ecca7871b1aad26f576037a532927a7d3c6ad6af4d22
|
|
7
|
+
data.tar.gz: a6f7e3a9114b145a43295561f900f7be581e1a9868cee1e71713ecf7fc566a051ef47008ed6f0dd28984da1f374920fae1a43d1511b0a70997d365a4a3a14fd9
|
data/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [1.1.1] - 2026-07-03
|
|
11
|
+
|
|
12
|
+
Maintenance release. No changes to the shipped gem's runtime code — it is identical to 1.1.0. The changes below are limited to CI and the test suite (none of the affected files ship in the gem).
|
|
13
|
+
|
|
14
|
+
### CI
|
|
15
|
+
- Add a non-docker RSpec compatibility matrix (Ruby 3.1–3.3) via `gemfiles/compat.gemfile`, verifying the gemspec's `required_ruby_version >= 3.1` on every supported minor Ruby; the docker-based job continues to cover the pinned 3.4 development Ruby
|
|
16
|
+
- Forward `SIMPLECOV` into the docker RSpec job so coverage is actually collected in CI, and enforce a 90% line-coverage floor in the suite (matching verikloak core)
|
|
17
|
+
|
|
18
|
+
---
|
|
19
|
+
|
|
10
20
|
## [1.1.0] - 2026-07-03
|
|
11
21
|
|
|
12
22
|
Verified against verikloak 1.1.0 (core) and verikloak-rails 1.2.0.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: verikloak-bff
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.
|
|
4
|
+
version: 1.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- taiyaky
|
|
@@ -95,7 +95,7 @@ metadata:
|
|
|
95
95
|
source_code_uri: https://github.com/taiyaky/verikloak-bff
|
|
96
96
|
changelog_uri: https://github.com/taiyaky/verikloak-bff/blob/main/CHANGELOG.md
|
|
97
97
|
bug_tracker_uri: https://github.com/taiyaky/verikloak-bff/issues
|
|
98
|
-
documentation_uri: https://rubydoc.info/gems/verikloak-bff/1.1.
|
|
98
|
+
documentation_uri: https://rubydoc.info/gems/verikloak-bff/1.1.1
|
|
99
99
|
rubygems_mfa_required: 'true'
|
|
100
100
|
rdoc_options: []
|
|
101
101
|
require_paths:
|