cognito_token_verifier 0.3.1 → 0.3.2
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/Gemfile.lock +23 -23
- data/lib/cognito_token_verifier/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: f4add4df0faee00b48160321257e94d72d9baa717311660c0d81399fa033750a
|
4
|
+
data.tar.gz: d6f223eab096dea2209abb728e005b0d54c2d9ec07535a00a0be64e60526fb67
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9717904c6e1e6e2f9af8bc421322c5c1dcd613cacead6867fb4d9a76c2f8c12d7319c53ca9a57195f7cd976551ab6de1e409c4abf9831e5e60000a849f12e206
|
7
|
+
data.tar.gz: 2bf652bfa68803e5c3e1a036bf6c42654665bd8d6bb6420a8ec65a385736ee29d18616b31698148253554cfaf7a5ec197236a1e4f0e5098c788622585182a538
|
data/Gemfile.lock
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
cognito_token_verifier (0.3.
|
4
|
+
cognito_token_verifier (0.3.2)
|
5
5
|
activesupport (>= 4.2, < 6.1)
|
6
6
|
json-jwt (~> 1.11)
|
7
7
|
rest-client (~> 2.0)
|
@@ -9,20 +9,20 @@ PATH
|
|
9
9
|
GEM
|
10
10
|
remote: https://rubygems.org/
|
11
11
|
specs:
|
12
|
-
actionpack (6.0.
|
13
|
-
actionview (= 6.0.
|
14
|
-
activesupport (= 6.0.
|
15
|
-
rack (~> 2.0)
|
12
|
+
actionpack (6.0.2.2)
|
13
|
+
actionview (= 6.0.2.2)
|
14
|
+
activesupport (= 6.0.2.2)
|
15
|
+
rack (~> 2.0, >= 2.0.8)
|
16
16
|
rack-test (>= 0.6.3)
|
17
17
|
rails-dom-testing (~> 2.0)
|
18
18
|
rails-html-sanitizer (~> 1.0, >= 1.2.0)
|
19
|
-
actionview (6.0.
|
20
|
-
activesupport (= 6.0.
|
19
|
+
actionview (6.0.2.2)
|
20
|
+
activesupport (= 6.0.2.2)
|
21
21
|
builder (~> 3.1)
|
22
22
|
erubi (~> 1.4)
|
23
23
|
rails-dom-testing (~> 2.0)
|
24
24
|
rails-html-sanitizer (~> 1.1, >= 1.2.0)
|
25
|
-
activesupport (6.0.
|
25
|
+
activesupport (6.0.2.2)
|
26
26
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
27
27
|
i18n (>= 0.7, < 2)
|
28
28
|
minitest (~> 5.1)
|
@@ -30,10 +30,10 @@ GEM
|
|
30
30
|
zeitwerk (~> 2.2)
|
31
31
|
aes_key_wrap (1.0.1)
|
32
32
|
bindata (2.4.4)
|
33
|
-
builder (3.2.
|
33
|
+
builder (3.2.4)
|
34
34
|
byebug (11.0.1)
|
35
|
-
concurrent-ruby (1.1.
|
36
|
-
crass (1.0.
|
35
|
+
concurrent-ruby (1.1.6)
|
36
|
+
crass (1.0.6)
|
37
37
|
diff-lcs (1.3)
|
38
38
|
domain_name (0.5.20190701)
|
39
39
|
unf (>= 0.0.5, < 1.0.0)
|
@@ -41,25 +41,25 @@ GEM
|
|
41
41
|
http-accept (1.7.0)
|
42
42
|
http-cookie (1.0.3)
|
43
43
|
domain_name (~> 0.5)
|
44
|
-
i18n (1.
|
44
|
+
i18n (1.8.2)
|
45
45
|
concurrent-ruby (~> 1.0)
|
46
46
|
json-jwt (1.11.0)
|
47
47
|
activesupport (>= 4.2)
|
48
48
|
aes_key_wrap
|
49
49
|
bindata
|
50
|
-
loofah (2.
|
50
|
+
loofah (2.4.0)
|
51
51
|
crass (~> 1.0.2)
|
52
52
|
nokogiri (>= 1.5.9)
|
53
|
-
method_source (0.
|
53
|
+
method_source (1.0.0)
|
54
54
|
mime-types (3.3)
|
55
55
|
mime-types-data (~> 3.2015)
|
56
56
|
mime-types-data (3.2019.1009)
|
57
57
|
mini_portile2 (2.4.0)
|
58
|
-
minitest (5.
|
58
|
+
minitest (5.14.0)
|
59
59
|
netrc (0.11.0)
|
60
|
-
nokogiri (1.10.
|
60
|
+
nokogiri (1.10.9)
|
61
61
|
mini_portile2 (~> 2.4.0)
|
62
|
-
rack (2.
|
62
|
+
rack (2.2.2)
|
63
63
|
rack-test (1.1.0)
|
64
64
|
rack (>= 1.0, < 3)
|
65
65
|
rails-dom-testing (2.0.3)
|
@@ -67,9 +67,9 @@ GEM
|
|
67
67
|
nokogiri (>= 1.6)
|
68
68
|
rails-html-sanitizer (1.3.0)
|
69
69
|
loofah (~> 2.3)
|
70
|
-
railties (6.0.
|
71
|
-
actionpack (= 6.0.
|
72
|
-
activesupport (= 6.0.
|
70
|
+
railties (6.0.2.2)
|
71
|
+
actionpack (= 6.0.2.2)
|
72
|
+
activesupport (= 6.0.2.2)
|
73
73
|
method_source
|
74
74
|
rake (>= 0.8.7)
|
75
75
|
thor (>= 0.20.3, < 2.0)
|
@@ -96,14 +96,14 @@ GEM
|
|
96
96
|
rspec-mocks (~> 3.9.0)
|
97
97
|
rspec-support (~> 3.9.0)
|
98
98
|
rspec-support (3.9.0)
|
99
|
-
thor (0.
|
99
|
+
thor (1.0.1)
|
100
100
|
thread_safe (0.3.6)
|
101
|
-
tzinfo (1.2.
|
101
|
+
tzinfo (1.2.6)
|
102
102
|
thread_safe (~> 0.1)
|
103
103
|
unf (0.1.4)
|
104
104
|
unf_ext
|
105
105
|
unf_ext (0.0.7.6)
|
106
|
-
zeitwerk (2.
|
106
|
+
zeitwerk (2.3.0)
|
107
107
|
|
108
108
|
PLATFORMS
|
109
109
|
ruby
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: cognito_token_verifier
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Matt Tanous
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|