api_keys 0.4.1 → 0.4.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 +4 -4
- data/CHANGELOG.md +7 -0
- data/api_keys-0.4.1.gem +0 -0
- data/lib/api_keys/version.rb +1 -1
- metadata +2 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1fb6244b37ca1c889e336a6d071bc2bb45fd30f02cb6284b6030c1c133665ce6
|
|
4
|
+
data.tar.gz: e51355f3d5a5f1f6b504b398b08e1e77d0b6c088eb53fdaf05866c4c58a2bbf4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1320fa52a52fa826e90c22948d8fa3fd7121f3c6b7248e01e21bc7285c8f165e62251a23633fc473655c92cc5183cc02e2121fb5e8effdbb408614bf48b0f9c7
|
|
7
|
+
data.tar.gz: 4129a55ee88634cb43d1004d7413d57bdf6d6e21bd9986ec9e86976b62c922ccd212f2c3e7ffd8527b4a3817d4dbdebba0444e14ad1fcc42b9796e1beb22f8ac
|
data/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [0.4.2] - 2026-08-24
|
|
2
|
+
|
|
3
|
+
### Changed
|
|
4
|
+
|
|
5
|
+
- No library changes. Development-dependency and CI bumps (sqlite3 2.9.6 — clears GHSA-mwm8-39rw-8826 in the dummy app, thruster 0.1.25, brakeman 8.0.6, CodeQL and release-gem action pins).
|
|
6
|
+
- Release housekeeping: 0.4.1 shipped to RubyGems with the dashboard CSP fix, but its GitHub release page was lost to the repository's immutable-release rule during the cut and its tag points at a pre-squash commit (tree-identical to main). 0.4.2 consolidates: this tag is on main and this release page carries 0.4.1's notes below.
|
|
7
|
+
|
|
1
8
|
## [0.4.1] - 2026-08-24
|
|
2
9
|
|
|
3
10
|
### Fixed
|
data/api_keys-0.4.1.gem
ADDED
|
Binary file
|
data/lib/api_keys/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: api_keys
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- rameerez
|
|
@@ -70,6 +70,7 @@ files:
|
|
|
70
70
|
- LICENSE.txt
|
|
71
71
|
- README.md
|
|
72
72
|
- SECURITY.md
|
|
73
|
+
- api_keys-0.4.1.gem
|
|
73
74
|
- api_keys_dashboard.webp
|
|
74
75
|
- api_keys_permissions.webp
|
|
75
76
|
- api_keys_token.webp
|