grape-jwt-authentication 3.10.0 → 3.11.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: 32601e866165a3e0f964fcfa37fd774c1c6435c50751e389aeb79117dc6a669b
4
- data.tar.gz: 1e84288d469b407554d1ea60bf410e04eb72f8db6ba3b26a6bcda99d0d5e880b
3
+ metadata.gz: 197f61ca562d642671eba2c7aec080e4a15ed2c34b0b1a63cd0ae176e0db6e89
4
+ data.tar.gz: 743ef3da2991013970fa67bdea2494ecd013ff910c23d4237c20ec8c7c5cd4b3
5
5
  SHA512:
6
- metadata.gz: 51058b8f0e30b85c6a16205952bf43c3c4f336f640fc30ac9db75c83d08ac0fa54843187c84d640f470a277f03b0a1025da203b355cd3515a91dbe1a304ce511
7
- data.tar.gz: 124304174d0403a7c93b55677ad020b439aeb17588c9b7b9a73c8fe6ff4f2cad55e3e64f16822508e99823ad289b2a9d09aa21dae59a4c212ace337c429615b8
6
+ metadata.gz: 65a9579cc0a979eda61f74bad9301ccc8632f9737d6aaeabc4401c5cdfcd978bb3ff77c66b0c3b7d20f4eaa02cf3606d8be3c6ba17512441849f7cee268593f9
7
+ data.tar.gz: 4992e6e5e8fc568a860941b10914a00215f14842250da9a223cc0298c9efd0d9524e7043e1c9b5d30dd0b7e97bc1ced1436e26a3cd80d56adf48aa9ae35f85e4
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.11.0 (16 March 2026)
6
+
7
+ * Corrected some RuboCop issues ([#38](https://github.com/hausgold/grape-jwt-authentication/pull/38))
8
+
5
9
  ### 3.10.0 (18 February 2026)
6
10
 
7
11
  * Dropped 3rd-level gem dependencies which are not directly used
@@ -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.10.0'
8
+ VERSION = '3.11.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.10.0
4
+ version: 3.11.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer