grape-jwt-authentication 3.14.0 → 3.14.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a413c9899b2b1c1706d3e56f0a24eded071cebec4cdd66295f43c4c9c7de4fca
4
- data.tar.gz: a30c052bccff0450bff3b9edcab751c395fec6b911098bdad34fa3aa221fdd6f
3
+ metadata.gz: f581cec0f8040653116f46c137ef52e3608bf8cbff897619e2d57638ff7570f1
4
+ data.tar.gz: 1029ff079ec8dfc43b3179c7aff6020c0a85c868b63d1effe0b9d8a56a27f6e9
5
5
  SHA512:
6
- metadata.gz: afef9a48af114b221e1dbd501f25232260ed46ddd29d40c0f82905a07045760b110d756bddc1ced2c8b335ec1b2e37428ec58fccc759443219535fd5c1398795
7
- data.tar.gz: 83b92c1f886734dfe156722a3d5a8ba68e5a55ac9c03d7f4c2700ebefca26baea3b6a956ce179695ff0a2bac2da959d8efb8ccd9475df4c3064c1dbfb5dd8ce2
6
+ metadata.gz: e7aac17ae40ce2110100681752635b1ba7a40b69a829b1584143e6edbb1fd6902c35227a4bdb9616329d9061ed551dd4569f35509275c43a18ea86daec3f2c88
7
+ data.tar.gz: 8f00628b6c2277bf31f19bbb404fe29a19e52e2b880bb76f57cdc455be35a9205bf034ce13c851c1775ec0ce8df1f4d36e6395e88fde1b3fa0036e78f1bec2bc
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.14.1 (14 July 2026)
6
+
7
+ * Corrected some RuboCop glitches ([#42](https://github.com/hausgold/grape-jwt-authentication/pull/42))
8
+
5
9
  ### 3.14.0 (20 May 2026)
6
10
 
7
11
  * Corrected some RuboCop glitches ([#41](https://github.com/hausgold/grape-jwt-authentication/pull/41))
@@ -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.14.0'
8
+ VERSION = '3.14.1'
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.14.0
4
+ version: 3.14.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hermann Mayer
@@ -177,7 +177,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
177
177
  - !ruby/object:Gem::Version
178
178
  version: '0'
179
179
  requirements: []
180
- rubygems_version: 4.0.11
180
+ rubygems_version: 4.0.16
181
181
  specification_version: 4
182
182
  summary: A reusable Grape JWT authentication concern
183
183
  test_files: []