grape-jwt-authentication 3.14.0 → 3.15.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: a413c9899b2b1c1706d3e56f0a24eded071cebec4cdd66295f43c4c9c7de4fca
4
- data.tar.gz: a30c052bccff0450bff3b9edcab751c395fec6b911098bdad34fa3aa221fdd6f
3
+ metadata.gz: 58b68d8a15c6839cd5d09433383f8b27ad61b366fe87b228158f238a44118aab
4
+ data.tar.gz: f826fc6c5b0afec81c8568ad22ed5983a88dea899dbb31981382b890f3a9ee4f
5
5
  SHA512:
6
- metadata.gz: afef9a48af114b221e1dbd501f25232260ed46ddd29d40c0f82905a07045760b110d756bddc1ced2c8b335ec1b2e37428ec58fccc759443219535fd5c1398795
7
- data.tar.gz: 83b92c1f886734dfe156722a3d5a8ba68e5a55ac9c03d7f4c2700ebefca26baea3b6a956ce179695ff0a2bac2da959d8efb8ccd9475df4c3064c1dbfb5dd8ce2
6
+ metadata.gz: c28b9aa25c247e95b2c7b43c5a9b96e4f865d8d2472f60c37b73d08908b08a141d30505308472d344944289ac9dddb1c17a19d3d9f0427fc5144a0b0bb737edc
7
+ data.tar.gz: e325533a78904d16363f10948ed08f8a306fd30f65bcf911c219924eb7cd5c5c7b4a964b684bb1d58eb0edbd7f270adec90a35cba1a221d996e3a2e06cd7b0c8
data/CHANGELOG.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  * TODO: Replace this bullet point with an actual description of a change.
4
4
 
5
+ ### 3.15.0 (27 August 2026)
6
+
7
+ * Corrected some RuboCop glitches ([#43](https://github.com/hausgold/grape-jwt-authentication/pull/43))
8
+
9
+ ### 3.14.1 (14 July 2026)
10
+
11
+ * Corrected some RuboCop glitches ([#42](https://github.com/hausgold/grape-jwt-authentication/pull/42))
12
+
5
13
  ### 3.14.0 (20 May 2026)
6
14
 
7
15
  * 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.15.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.14.0
4
+ version: 3.15.0
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: []