consent 2.6.0 → 2.6.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/Gemfile.lock +1 -1
- data/docs/CHANGELOG.md +4 -0
- data/gemfiles/rails_7_1.gemfile.lock +1 -1
- data/gemfiles/rails_7_2.gemfile.lock +1 -1
- data/lib/consent/action.rb +1 -1
- data/lib/consent/version.rb +1 -1
- data/lib/consent/view.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 182a86041ac92a223db915879ea70c9252e86dc3e11a34d1ed14668a9ee4578b
|
|
4
|
+
data.tar.gz: b59b20041089b3d604bddf0b6a9ad35e03386f3a9f574a428f4057e63b4bf0fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b0f0eeb21f1caa422b429dad09e0d5b3636c2672cfe0114994c2707c817564f58692cdad6835d87a04c5bfd674103ac5f3775302bd5abfa778de5b741f3109bf
|
|
7
|
+
data.tar.gz: ac2b05405d63355a47dd7e3cc18070ca3ed5254590cef2fffc192bec58b07a97830ac90903dda63182662cdbc06f29e3cc5b8f69114e75f44e966d2a389bd77f
|
data/Gemfile.lock
CHANGED
data/docs/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
## [Unreleased]
|
|
2
2
|
|
|
3
|
+
### [2.6.1] - 2026-06-26
|
|
4
|
+
|
|
5
|
+
- Fixed an issue where view and action comparisons did not work unless we converted their keys to strings. [#444](https://github.com/powerhome/power-tools/pull/444)
|
|
6
|
+
|
|
3
7
|
### [2.6.0] - 2026-06-15
|
|
4
8
|
|
|
5
9
|
- Changed permission checksum calculation to use permission data rather than permission file contents. [#438](https://github.com/powerhome/power-tools/pull/438)
|
data/lib/consent/action.rb
CHANGED
data/lib/consent/version.rb
CHANGED
data/lib/consent/view.rb
CHANGED