grape-jwt-authentication 3.11.0 → 3.12.0

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: 197f61ca562d642671eba2c7aec080e4a15ed2c34b0b1a63cd0ae176e0db6e89
4
- data.tar.gz: 743ef3da2991013970fa67bdea2494ecd013ff910c23d4237c20ec8c7c5cd4b3
3
+ metadata.gz: 43a8cbfd71d89deac7c6a0765d353ff9acbb1d1be3ee6a4218d9eca5c0ee5578
4
+ data.tar.gz: '0598f1d0cb05c797cdc99faa3691d9d44fdc5d33c012eef98ca0ed9a4f91a521'
5
5
  SHA512:
6
- metadata.gz: 65a9579cc0a979eda61f74bad9301ccc8632f9737d6aaeabc4401c5cdfcd978bb3ff77c66b0c3b7d20f4eaa02cf3606d8be3c6ba17512441849f7cee268593f9
7
- data.tar.gz: 4992e6e5e8fc568a860941b10914a00215f14842250da9a223cc0298c9efd0d9524e7043e1c9b5d30dd0b7e97bc1ced1436e26a3cd80d56adf48aa9ae35f85e4
6
+ metadata.gz: 24bc6364ef7bb897bee85d5b3128e9f79a7c85be7b1d4997bc6ca3965d84cb0f9be39a0a5fecdf08c52db74e2415e1203a570d7a3ee386e47f792394acfbdc67
7
+ data.tar.gz: 721bd8ea4928804c7ad1d5a46a1cd0f19aef3a7b64f8d7a895f9c68cf7987c6fcc47cac99b2b0ae60f377e77bff879b44e6f9063c2950839a8a0df4e1f73a2ee
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 3.12.0 (26 March 2026)
6
+
7
+ * Corrected some RuboCop issues ([#39](https://github.com/hausgold/grape-jwt-authentication/pull/39))
8
+
5
9
  ### 3.11.0 (16 March 2026)
6
10
 
7
11
  * Corrected some RuboCop issues ([#38](https://github.com/hausgold/grape-jwt-authentication/pull/38))
@@ -5,7 +5,7 @@ module Grape
5
5
  # The gem version details.
6
6
  module Authentication
7
7
  # The version of the +grape-jwt-authentication+ gem
8
- VERSION = '3.11.0'
8
+ VERSION = '3.12.0'
9
9
 
10
10
  class << self
11
11
  # Returns the version of gem as a string.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape-jwt-authentication
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.11.0
4
+ version: 3.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer