api_keys 0.4.2 → 0.4.3

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: 1fb6244b37ca1c889e336a6d071bc2bb45fd30f02cb6284b6030c1c133665ce6
4
- data.tar.gz: e51355f3d5a5f1f6b504b398b08e1e77d0b6c088eb53fdaf05866c4c58a2bbf4
3
+ metadata.gz: 6396edccad39aa17e98758d5219a3640755173bee395740b18bcf27eef9fa68b
4
+ data.tar.gz: a07b09b4765d970d8d7ee8c68c897aae7c6721a5bfb9e9c53b15362551072b4a
5
5
  SHA512:
6
- metadata.gz: 1320fa52a52fa826e90c22948d8fa3fd7121f3c6b7248e01e21bc7285c8f165e62251a23633fc473655c92cc5183cc02e2121fb5e8effdbb408614bf48b0f9c7
7
- data.tar.gz: 4129a55ee88634cb43d1004d7413d57bdf6d6e21bd9986ec9e86976b62c922ccd212f2c3e7ffd8527b4a3817d4dbdebba0444e14ad1fcc42b9796e1beb22f8ac
6
+ metadata.gz: e6ab972672ad010c5bdcf83f4d1866e4140d604ffa2ec90118bd60742ac9686d81c29b0b061bd2442879ec4efe012f5dc002accb7a1179bbdbbda0e10dd337d2
7
+ data.tar.gz: ae0da1c536629537979cd1e9d5b1e85e535fb8f9e82a9fc3b93013ffb759ea45086aea7fcc1a702a82595bfa1040bf2d0b92fa8a260e8f80124d8efa996d7106
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.4.3] - 2026-08-24
2
+
3
+ - Republish of 0.4.2 with a clean package: the 0.4.2 gem shipped carrying a stray 200 KB `api_keys-0.4.1.gem` blob at its root (committed by accident during the release, harmless but dead weight). No code changes. Prefer this over 0.4.2.
4
+
1
5
  ## [0.4.2] - 2026-08-24
2
6
 
3
7
  ### Changed
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ApiKeys
4
- VERSION = "0.4.2"
4
+ VERSION = "0.4.3"
5
5
  end
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.2
4
+ version: 0.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - rameerez
@@ -70,7 +70,6 @@ files:
70
70
  - LICENSE.txt
71
71
  - README.md
72
72
  - SECURITY.md
73
- - api_keys-0.4.1.gem
74
73
  - api_keys_dashboard.webp
75
74
  - api_keys_permissions.webp
76
75
  - api_keys_token.webp
data/api_keys-0.4.1.gem DELETED
Binary file