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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7fc1c8dd0dd14c3ae72321e7265c572cd2c5437285325a5ab5ae2836205fc2e1
4
- data.tar.gz: 51a5f52cf417750da1454bd0bf8ec8635cfa65b3df3b8ff634d7fe556b2b8498
3
+ metadata.gz: 794d5c00ad25d1274f24142afdabba8a7d00ec1ec06ed3a5e3fca7265c93fe2f
4
+ data.tar.gz: 1043e82c5bb52492c0853332297f8e86fb17969b6f569ecab2b2861c93273c5a
5
5
  SHA512:
6
- metadata.gz: 92ff1528409857382e5530fc6de4c1f20d23deb8888a298b8f610c96cdb7ecf554545e3561ba0ffeada9001bc641fb8aea42f11b3eb595c85732136ff7e912ec
7
- data.tar.gz: a6faf3c0282d56aa048d2176a213473d716fde00fedab97bd8d4a8fa1e4e811aea9f84d9e14ee6e9ac8a87a2f5f498cb9f1a66efe3c1bcb2882c29152b23d8f5
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.
@@ -5,6 +5,6 @@
5
5
  # @return [String]
6
6
  module Verikloak
7
7
  module BFF
8
- VERSION = '1.1.0'
8
+ VERSION = '1.1.1'
9
9
  end
10
10
  end
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.0
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.0
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: