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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b6da22c9bb73fdcd6706825242e4b59f1b2417ef6e977eab5b4f8c8fd73dc245
4
- data.tar.gz: 0e2b18f624b317b1c9a772cec37407045d8d476c6194e06dce178757bb3a9b34
3
+ metadata.gz: f4add4df0faee00b48160321257e94d72d9baa717311660c0d81399fa033750a
4
+ data.tar.gz: d6f223eab096dea2209abb728e005b0d54c2d9ec07535a00a0be64e60526fb67
5
5
  SHA512:
6
- metadata.gz: 880a78422452c24c4fe548af95a5662917f4786a29ed3175fe49050cbf4eaed5065629081d237cf69686728889804ff00bb200c20a0a2c7a240bf3722233dea3
7
- data.tar.gz: 075bda1278aae511feeb204cb2a0e9edd3607359aff0e1f6b5b373e1babc3539753fc3f95c6beeb177e3f211a613ccba7493b611ad0ca0b3a488cf1c291bf536
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.1)
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.1)
13
- actionview (= 6.0.1)
14
- activesupport (= 6.0.1)
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.1)
20
- activesupport (= 6.0.1)
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.1)
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.3)
33
+ builder (3.2.4)
34
34
  byebug (11.0.1)
35
- concurrent-ruby (1.1.5)
36
- crass (1.0.5)
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.7.0)
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.3.1)
50
+ loofah (2.4.0)
51
51
  crass (~> 1.0.2)
52
52
  nokogiri (>= 1.5.9)
53
- method_source (0.9.2)
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.13.0)
58
+ minitest (5.14.0)
59
59
  netrc (0.11.0)
60
- nokogiri (1.10.8)
60
+ nokogiri (1.10.9)
61
61
  mini_portile2 (~> 2.4.0)
62
- rack (2.0.8)
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.1)
71
- actionpack (= 6.0.1)
72
- activesupport (= 6.0.1)
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.20.3)
99
+ thor (1.0.1)
100
100
  thread_safe (0.3.6)
101
- tzinfo (1.2.5)
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.2.1)
106
+ zeitwerk (2.3.0)
107
107
 
108
108
  PLATFORMS
109
109
  ruby
@@ -1,3 +1,3 @@
1
1
  module CognitoTokenVerifier
2
- VERSION = "0.3.1"
2
+ VERSION = "0.3.2"
3
3
  end
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.1
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-02-28 00:00:00.000000000 Z
11
+ date: 2020-03-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport