verikloak-pundit 0.2.1 → 0.2.2

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: 59ac975927d056e25dc3c468292b45622d0e5646c508fa0038c3df03158125e7
4
- data.tar.gz: 15fbc3548ed4670ecbdc11ea11e39bb279a11bad273b8202209739842de7f3d8
3
+ metadata.gz: 40f6167b3a558b93b98bcabbe529acc50b4ffef682d9fc02375ea85c8f9ce26f
4
+ data.tar.gz: 31ca32b4215cc022474e5f385a56f3c6b189137665cdb76b5f748842c12cdce2
5
5
  SHA512:
6
- metadata.gz: a50e8038e0e72719bce60eeeebd3d6e028bd93b86ab59b25667d06857e9767e781831ad15d92687999223861221fd5d4c9db207922bf91cac7d377a5bf002ec9
7
- data.tar.gz: cba11eb87bf8d77e6f265007b721c6ff1d672f21d5c245a6a9aa458e481b1c2ac4c52354ad9c04737bb41cf8506e644a842043f4f2f1fe15c200b3da7f3204dd
6
+ metadata.gz: e7c270e29f9872f007ebd3863946cb665bc4d62973cfcf7e2f635533ae1e20eaba64511f474e7a33bb3dd6040a751fca2b25027db4457690bdafd9333c05cac1
7
+ data.tar.gz: 81887295612920fe124f1947e1ecc9a91143beda4097ece57015739bb1e28481d5027a2d75e1e77545f4e98c7b5c4cd5c2fab43e86c5a8b386c965dfbe0696ac
data/CHANGELOG.md CHANGED
@@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ---
9
9
 
10
- ## [0.2.1] - 2025-09-22
10
+ ## [0.2.2] - 2025-09-28
11
+
12
+ ### Changed
13
+ - Expanded generator specs to cover pre-existing `application_policy.rb` files and verify directory creation semantics, reinforcing the install generator contract.
14
+ - Clarified the dummy generator base `desc` signature to mirror the Rails API and avoid warning noise in tests.
15
+ - Stubbed helper and policy spec deprecation warnings so suite output stays clean while still asserting the message payload.
16
+
17
+ ## [0.2.1] - 2025-09-27
11
18
 
12
19
  ### Added
13
20
  - `Verikloak::Pundit.reset!` helper to restore default configuration, easing test teardown.
@@ -5,6 +5,6 @@ module Verikloak
5
5
  # Gem version for verikloak-pundit.
6
6
  #
7
7
  # @return [String]
8
- VERSION = '0.2.1'
8
+ VERSION = '0.2.2'
9
9
  end
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: verikloak-pundit
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - taiyaky
@@ -94,7 +94,7 @@ metadata:
94
94
  source_code_uri: https://github.com/taiyaky/verikloak-pundit
95
95
  changelog_uri: https://github.com/taiyaky/verikloak-pundit/blob/main/CHANGELOG.md
96
96
  bug_tracker_uri: https://github.com/taiyaky/verikloak-pundit/issues
97
- documentation_uri: https://rubydoc.info/gems/verikloak-pundit/0.2.1
97
+ documentation_uri: https://rubydoc.info/gems/verikloak-pundit/0.2.2
98
98
  rubygems_mfa_required: 'true'
99
99
  rdoc_options: []
100
100
  require_paths: