firejwt 0.4.0 → 0.4.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.github/workflows/test.yml +1 -1
- data/.rubocop.yml +1 -1
- data/Gemfile.lock +23 -23
- data/firejwt.gemspec +2 -2
- data/firejwt_test.go +1 -1
- data/go.mod +2 -2
- data/go.sum +4 -4
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e9f92d3a9e3bc19d0f29b167acfb4e9c1101a3dc8186b9ea33fd9327de25dc0b
|
4
|
+
data.tar.gz: 13bda374efe299021fc0778add9d58fa850f95f22021f18b0ed858e07cb03d43
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 311080f5997340532acfb2d98f42090d18d3a9aa039c72d17cadf756c8e51aea2b46ee3ba83aaf30e61c3db8e3c9022067f8e822586f3d963688f1321a67fc0e
|
7
|
+
data.tar.gz: 4f13449932fc23d94c211eea7e7bc2a8ddf6615987d6e315d92a54a1efc415b6546f959f461865f5780f8f98c679dd54d2a428d40016dd79f81440c05921da1c
|
data/.github/workflows/test.yml
CHANGED
data/.rubocop.yml
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
firejwt (0.4.
|
4
|
+
firejwt (0.4.1)
|
5
5
|
jwt
|
6
6
|
|
7
7
|
GEM
|
@@ -12,52 +12,52 @@ GEM
|
|
12
12
|
ast (2.4.2)
|
13
13
|
crack (0.4.5)
|
14
14
|
rexml
|
15
|
-
diff-lcs (1.
|
15
|
+
diff-lcs (1.5.0)
|
16
16
|
hashdiff (1.0.1)
|
17
17
|
jwt (2.3.0)
|
18
18
|
parallel (1.21.0)
|
19
|
-
parser (3.0.
|
19
|
+
parser (3.1.0.0)
|
20
20
|
ast (~> 2.4.1)
|
21
21
|
public_suffix (4.0.6)
|
22
|
-
rainbow (3.
|
22
|
+
rainbow (3.1.1)
|
23
23
|
rake (13.0.6)
|
24
|
-
regexp_parser (2.
|
24
|
+
regexp_parser (2.2.1)
|
25
25
|
rexml (3.2.5)
|
26
|
-
rspec (3.
|
27
|
-
rspec-core (~> 3.
|
28
|
-
rspec-expectations (~> 3.
|
29
|
-
rspec-mocks (~> 3.
|
30
|
-
rspec-core (3.
|
31
|
-
rspec-support (~> 3.
|
32
|
-
rspec-expectations (3.
|
26
|
+
rspec (3.11.0)
|
27
|
+
rspec-core (~> 3.11.0)
|
28
|
+
rspec-expectations (~> 3.11.0)
|
29
|
+
rspec-mocks (~> 3.11.0)
|
30
|
+
rspec-core (3.11.0)
|
31
|
+
rspec-support (~> 3.11.0)
|
32
|
+
rspec-expectations (3.11.0)
|
33
33
|
diff-lcs (>= 1.2.0, < 2.0)
|
34
|
-
rspec-support (~> 3.
|
35
|
-
rspec-mocks (3.
|
34
|
+
rspec-support (~> 3.11.0)
|
35
|
+
rspec-mocks (3.11.0)
|
36
36
|
diff-lcs (>= 1.2.0, < 2.0)
|
37
|
-
rspec-support (~> 3.
|
38
|
-
rspec-support (3.
|
39
|
-
rubocop (1.
|
37
|
+
rspec-support (~> 3.11.0)
|
38
|
+
rspec-support (3.11.0)
|
39
|
+
rubocop (1.25.1)
|
40
40
|
parallel (~> 1.10)
|
41
|
-
parser (>= 3.
|
41
|
+
parser (>= 3.1.0.0)
|
42
42
|
rainbow (>= 2.2.2, < 4.0)
|
43
43
|
regexp_parser (>= 1.8, < 3.0)
|
44
44
|
rexml
|
45
|
-
rubocop-ast (>= 1.
|
45
|
+
rubocop-ast (>= 1.15.1, < 2.0)
|
46
46
|
ruby-progressbar (~> 1.7)
|
47
47
|
unicode-display_width (>= 1.4.0, < 3.0)
|
48
|
-
rubocop-ast (1.
|
48
|
+
rubocop-ast (1.15.2)
|
49
49
|
parser (>= 3.0.1.1)
|
50
50
|
rubocop-bsm (0.6.0)
|
51
51
|
rubocop (~> 1.0)
|
52
52
|
rubocop-performance
|
53
53
|
rubocop-rake
|
54
54
|
rubocop-rspec
|
55
|
-
rubocop-performance (1.
|
55
|
+
rubocop-performance (1.13.2)
|
56
56
|
rubocop (>= 1.7.0, < 2.0)
|
57
57
|
rubocop-ast (>= 0.4.0)
|
58
58
|
rubocop-rake (0.6.0)
|
59
59
|
rubocop (~> 1.0)
|
60
|
-
rubocop-rspec (2.
|
60
|
+
rubocop-rspec (2.8.0)
|
61
61
|
rubocop (~> 1.19)
|
62
62
|
ruby-progressbar (1.11.0)
|
63
63
|
unicode-display_width (2.1.0)
|
@@ -77,4 +77,4 @@ DEPENDENCIES
|
|
77
77
|
webmock
|
78
78
|
|
79
79
|
BUNDLED WITH
|
80
|
-
2.
|
80
|
+
2.3.6
|
data/firejwt.gemspec
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'firejwt'
|
3
|
-
s.version = '0.4.
|
3
|
+
s.version = '0.4.1'
|
4
4
|
s.authors = ['Black Square Media Ltd']
|
5
5
|
s.email = ['info@blacksquaremedia.com']
|
6
6
|
s.summary = %(Firebase JWT validation)
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
|
|
11
11
|
s.files = `git ls-files -z`.split("\x0").reject {|f| f.match(%r{^spec/}) }
|
12
12
|
s.test_files = `git ls-files -z -- spec/*`.split("\x0")
|
13
13
|
s.require_paths = ['lib']
|
14
|
-
s.required_ruby_version = '>= 2.
|
14
|
+
s.required_ruby_version = '>= 2.6'
|
15
15
|
|
16
16
|
s.add_dependency 'jwt'
|
17
17
|
s.add_development_dependency 'rake'
|
data/firejwt_test.go
CHANGED
data/go.mod
CHANGED
data/go.sum
CHANGED
@@ -1,6 +1,6 @@
|
|
1
|
-
github.com/bsm/ginkgo
|
2
|
-
github.com/bsm/ginkgo
|
1
|
+
github.com/bsm/ginkgo/v2 v2.0.0 h1:JZAs5u7SmJCrZlGFrC3v1stg/uC7OIj2q2FW9NxeIVE=
|
2
|
+
github.com/bsm/ginkgo/v2 v2.0.0/go.mod h1:AiKlXPm7ItEHNc/2+OkrNG4E0ITzojb9/xWzvQ9XZ9w=
|
3
3
|
github.com/bsm/gomega v1.11.0 h1:wg9DVGPETNZLIbMsseneMV1a7uo/x+wsCyNXdEcifDI=
|
4
4
|
github.com/bsm/gomega v1.11.0/go.mod h1:JifAceMQ4crZIWYUKrlGcmbN3bqHogVTADMD2ATsbwk=
|
5
|
-
github.com/golang-jwt/jwt/v4 v4.
|
6
|
-
github.com/golang-jwt/jwt/v4 v4.
|
5
|
+
github.com/golang-jwt/jwt/v4 v4.3.0 h1:kHL1vqdqWNfATmA0FNMdmZNMyZI1U6O31X4rlIPoBog=
|
6
|
+
github.com/golang-jwt/jwt/v4 v4.3.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: firejwt
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Black Square Media Ltd
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2022-02-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jwt
|
@@ -121,14 +121,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
122
122
|
- - ">="
|
123
123
|
- !ruby/object:Gem::Version
|
124
|
-
version: '2.
|
124
|
+
version: '2.6'
|
125
125
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
126
126
|
requirements:
|
127
127
|
- - ">="
|
128
128
|
- !ruby/object:Gem::Version
|
129
129
|
version: '0'
|
130
130
|
requirements: []
|
131
|
-
rubygems_version: 3.
|
131
|
+
rubygems_version: 3.3.3
|
132
132
|
signing_key:
|
133
133
|
specification_version: 4
|
134
134
|
summary: Firebase JWT validation
|