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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/grape/jwt/authentication/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f581cec0f8040653116f46c137ef52e3608bf8cbff897619e2d57638ff7570f1
|
|
4
|
+
data.tar.gz: 1029ff079ec8dfc43b3179c7aff6020c0a85c868b63d1effe0b9d8a56a27f6e9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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))
|
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.
|
|
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.
|
|
180
|
+
rubygems_version: 4.0.16
|
|
181
181
|
specification_version: 4
|
|
182
182
|
summary: A reusable Grape JWT authentication concern
|
|
183
183
|
test_files: []
|