json-jwt 1.16.3 → 1.16.4
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of json-jwt might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/.github/workflows/spec.yml +2 -2
- data/VERSION +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b8013564b4b30c4927b62572072fa1b3ad320837edd986c0525e12b30f128c9
|
4
|
+
data.tar.gz: b540e2f4622eade018e080d516a73345d88e22a3cae28b2df73f7e4dd98d0291
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4792bb934891114a6a9c48324fa65fa00bcdcc42739c4c578befd642fefaa6974ece725eafaff7377d54e6629757c7b03efeb073210f510aebc2460d4b1c2180
|
7
|
+
data.tar.gz: 1ea058c659af6509bdb7f818e76058fc0645caf7c7f5943dd399f4ec7398ca843677bf2190587270246b22f298db323fa58ae99e7c94144444d04a41ba6d833a
|
data/.github/workflows/spec.yml
CHANGED
@@ -3,7 +3,7 @@ name: Spec
|
|
3
3
|
on:
|
4
4
|
push:
|
5
5
|
branches:
|
6
|
-
-
|
6
|
+
- main
|
7
7
|
pull_request:
|
8
8
|
|
9
9
|
permissions:
|
@@ -14,7 +14,7 @@ jobs:
|
|
14
14
|
strategy:
|
15
15
|
matrix:
|
16
16
|
os: ['ubuntu-20.04', 'ubuntu-22.04']
|
17
|
-
ruby-version: ['3.1', '3.2']
|
17
|
+
ruby-version: ['3.1', '3.2', '3.3']
|
18
18
|
include:
|
19
19
|
- os: 'ubuntu-20.04'
|
20
20
|
ruby-version: '3.0'
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.16.
|
1
|
+
1.16.4
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: json-jwt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.16.
|
4
|
+
version: 1.16.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- nov matake
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-12-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -197,7 +197,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
197
197
|
- !ruby/object:Gem::Version
|
198
198
|
version: '0'
|
199
199
|
requirements: []
|
200
|
-
rubygems_version: 3.
|
200
|
+
rubygems_version: 3.4.10
|
201
201
|
signing_key:
|
202
202
|
specification_version: 4
|
203
203
|
summary: JSON Web Token and its family (JSON Web Signature, JSON Web Encryption and
|