cognito_token_verifier 0.3.2 → 0.4.0

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: f4add4df0faee00b48160321257e94d72d9baa717311660c0d81399fa033750a
4
- data.tar.gz: d6f223eab096dea2209abb728e005b0d54c2d9ec07535a00a0be64e60526fb67
3
+ metadata.gz: e52ad068216f8d8e80a8386541332664f16adbb05182df520a34ec3f52b9c951
4
+ data.tar.gz: 063cc32b60dbe0bf6eed61ef853a06d661fb4fefa9af6618715417b33606bd7c
5
5
  SHA512:
6
- metadata.gz: 9717904c6e1e6e2f9af8bc421322c5c1dcd613cacead6867fb4d9a76c2f8c12d7319c53ca9a57195f7cd976551ab6de1e409c4abf9831e5e60000a849f12e206
7
- data.tar.gz: 2bf652bfa68803e5c3e1a036bf6c42654665bd8d6bb6420a8ec65a385736ee29d18616b31698148253554cfaf7a5ec197236a1e4f0e5098c788622585182a538
6
+ metadata.gz: f0c6192b9d02a7fac391df255c2332efb61099317bf7fd20cd773cb29e64882df3534196a23f37eb91136e84eda0db8601d2eda6536665531a104ea2f2e12ea0
7
+ data.tar.gz: 640249a032a23885d719b13334c69cabb41ddc3dc14d2e8e5848ff264594d1a8f1d14c4a87a3961389d11975145fbb10758c81481aa88939e0b5d40466c97bfe
@@ -3,19 +3,14 @@ sudo: false
3
3
  language: ruby
4
4
  cache: bundler
5
5
  rvm:
6
- - 2.4.9
7
- - 2.5.7
8
- - 2.6.5
6
+ - 2.5.8
7
+ - 2.6.6
8
+ - 2.7.1
9
9
  before_install: gem install bundler
10
10
  gemfile:
11
11
  - Gemfile
12
- - gemfiles/rails51.gemfile
13
12
  - gemfiles/rails52.gemfile
14
13
  - gemfiles/rails6.gemfile
15
14
 
16
- jobs:
17
- exclude:
18
- - rvm: 2.4.9
19
- gemfile: Gemfile
20
- - rvm: 2.4.9
21
- gemfile: gemfiles/rails6.gemfile
15
+ # jobs:
16
+ # exclude:
@@ -1,5 +1,13 @@
1
1
  # CHANGELOG.md
2
2
 
3
+ ## 0.3.2 (2020-03-31)
4
+
5
+ - Update development version of Rails gems for `actionview` security patch
6
+
7
+ ## 0.3.1 (2020-02-27)
8
+
9
+ - Update `nokogiri` version to 1.10.8 for security patches in gem development
10
+
3
11
  ## 0.3.0 (2019-11-14)
4
12
 
5
13
  - Add Rails 6 support
@@ -1,65 +1,65 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- cognito_token_verifier (0.3.2)
5
- activesupport (>= 4.2, < 6.1)
4
+ cognito_token_verifier (0.4.0)
5
+ activesupport (>= 5.2, < 6.1)
6
6
  json-jwt (~> 1.11)
7
7
  rest-client (~> 2.0)
8
8
 
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- actionpack (6.0.2.2)
13
- actionview (= 6.0.2.2)
14
- activesupport (= 6.0.2.2)
12
+ actionpack (6.0.3.3)
13
+ actionview (= 6.0.3.3)
14
+ activesupport (= 6.0.3.3)
15
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.2.2)
20
- activesupport (= 6.0.2.2)
19
+ actionview (6.0.3.3)
20
+ activesupport (= 6.0.3.3)
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.2.2)
25
+ activesupport (6.0.3.3)
26
26
  concurrent-ruby (~> 1.0, >= 1.0.2)
27
27
  i18n (>= 0.7, < 2)
28
28
  minitest (~> 5.1)
29
29
  tzinfo (~> 1.1)
30
- zeitwerk (~> 2.2)
31
- aes_key_wrap (1.0.1)
32
- bindata (2.4.4)
30
+ zeitwerk (~> 2.2, >= 2.2.2)
31
+ aes_key_wrap (1.1.0)
32
+ bindata (2.4.8)
33
33
  builder (3.2.4)
34
- byebug (11.0.1)
35
- concurrent-ruby (1.1.6)
34
+ byebug (11.1.3)
35
+ concurrent-ruby (1.1.7)
36
36
  crass (1.0.6)
37
- diff-lcs (1.3)
37
+ diff-lcs (1.4.4)
38
38
  domain_name (0.5.20190701)
39
39
  unf (>= 0.0.5, < 1.0.0)
40
40
  erubi (1.9.0)
41
41
  http-accept (1.7.0)
42
42
  http-cookie (1.0.3)
43
43
  domain_name (~> 0.5)
44
- i18n (1.8.2)
44
+ i18n (1.8.5)
45
45
  concurrent-ruby (~> 1.0)
46
- json-jwt (1.11.0)
46
+ json-jwt (1.13.0)
47
47
  activesupport (>= 4.2)
48
48
  aes_key_wrap
49
49
  bindata
50
- loofah (2.4.0)
50
+ loofah (2.7.0)
51
51
  crass (~> 1.0.2)
52
52
  nokogiri (>= 1.5.9)
53
53
  method_source (1.0.0)
54
- mime-types (3.3)
54
+ mime-types (3.3.1)
55
55
  mime-types-data (~> 3.2015)
56
- mime-types-data (3.2019.1009)
56
+ mime-types-data (3.2020.0512)
57
57
  mini_portile2 (2.4.0)
58
- minitest (5.14.0)
58
+ minitest (5.14.2)
59
59
  netrc (0.11.0)
60
- nokogiri (1.10.9)
60
+ nokogiri (1.10.10)
61
61
  mini_portile2 (~> 2.4.0)
62
- rack (2.2.2)
62
+ rack (2.2.3)
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.2.2)
71
- actionpack (= 6.0.2.2)
72
- activesupport (= 6.0.2.2)
70
+ railties (6.0.3.3)
71
+ actionpack (= 6.0.3.3)
72
+ activesupport (= 6.0.3.3)
73
73
  method_source
74
74
  rake (>= 0.8.7)
75
75
  thor (>= 0.20.3, < 2.0)
@@ -79,15 +79,15 @@ GEM
79
79
  http-cookie (>= 1.0.2, < 2.0)
80
80
  mime-types (>= 1.16, < 4.0)
81
81
  netrc (~> 0.8)
82
- rspec-core (3.9.0)
83
- rspec-support (~> 3.9.0)
84
- rspec-expectations (3.9.0)
82
+ rspec-core (3.9.2)
83
+ rspec-support (~> 3.9.3)
84
+ rspec-expectations (3.9.2)
85
85
  diff-lcs (>= 1.2.0, < 2.0)
86
86
  rspec-support (~> 3.9.0)
87
- rspec-mocks (3.9.0)
87
+ rspec-mocks (3.9.1)
88
88
  diff-lcs (>= 1.2.0, < 2.0)
89
89
  rspec-support (~> 3.9.0)
90
- rspec-rails (3.9.0)
90
+ rspec-rails (3.9.1)
91
91
  actionpack (>= 3.0)
92
92
  activesupport (>= 3.0)
93
93
  railties (>= 3.0)
@@ -95,21 +95,21 @@ GEM
95
95
  rspec-expectations (~> 3.9.0)
96
96
  rspec-mocks (~> 3.9.0)
97
97
  rspec-support (~> 3.9.0)
98
- rspec-support (3.9.0)
98
+ rspec-support (3.9.3)
99
99
  thor (1.0.1)
100
100
  thread_safe (0.3.6)
101
- tzinfo (1.2.6)
101
+ tzinfo (1.2.7)
102
102
  thread_safe (~> 0.1)
103
103
  unf (0.1.4)
104
104
  unf_ext
105
- unf_ext (0.0.7.6)
106
- zeitwerk (2.3.0)
105
+ unf_ext (0.0.7.7)
106
+ zeitwerk (2.4.0)
107
107
 
108
108
  PLATFORMS
109
109
  ruby
110
110
 
111
111
  DEPENDENCIES
112
- actionpack (>= 4.2, < 6.1)
112
+ actionpack (>= 5.2, < 6.1)
113
113
  bundler (~> 2.0)
114
114
  byebug (~> 11.0)
115
115
  cognito_token_verifier!
@@ -117,4 +117,4 @@ DEPENDENCIES
117
117
  rspec-rails (~> 3.0)
118
118
 
119
119
  BUNDLED WITH
120
- 2.0.2
120
+ 2.1.4
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # CognitoTokenVerifier [![Build Status](https://travis-ci.org/CodingAnarchy/cognito_token_verifier.svg?branch=master)](https://travis-ci.org/CodingAnarchy/cognito_token_verifier)
2
2
 
3
- Verify and decode AWS Cognito tokens for use in your Rails 5.2+ application. Rails 4.2 may work on 0.3+, but as it is no longer supported for security fixes by the Rails team, I make no guarantees of this and changes may result that break compatibility.
3
+ Verify and decode AWS Cognito tokens for use in your Rails 5.2+ application. Rails versions <= 5.2 are incompatible with the required gemspec as of 0.4+, as they are no longer supported for security fixes by the Rails team.
4
4
 
5
5
  ## Installation
6
6
 
@@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
31
31
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
32
32
  spec.require_paths = ["lib"]
33
33
 
34
- spec.add_runtime_dependency "activesupport", [">= 4.2", "< 6.1"]
34
+ spec.add_runtime_dependency "activesupport", [">= 5.2", "< 6.1"]
35
35
  spec.add_runtime_dependency "json-jwt", "~> 1.11"
36
36
  spec.add_runtime_dependency "rest-client", "~> 2.0"
37
37
 
@@ -39,5 +39,5 @@ Gem::Specification.new do |spec|
39
39
  spec.add_development_dependency "bundler", "~> 2.0"
40
40
  spec.add_development_dependency "rake", [">= 10.0", "< 14.0"]
41
41
  spec.add_development_dependency "rspec-rails", "~> 3.0"
42
- spec.add_development_dependency "actionpack", [">= 4.2", "< 6.1"]
42
+ spec.add_development_dependency "actionpack", [">= 5.2", "< 6.1"]
43
43
  end
@@ -1,3 +1,3 @@
1
1
  module CognitoTokenVerifier
2
- VERSION = "0.3.2"
2
+ VERSION = "0.4.0"
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.2
4
+ version: 0.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Tanous
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2020-03-31 00:00:00.000000000 Z
11
+ date: 2020-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '4.2'
19
+ version: '5.2'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: '6.1'
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '4.2'
29
+ version: '5.2'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: '6.1'
@@ -126,7 +126,7 @@ dependencies:
126
126
  requirements:
127
127
  - - ">="
128
128
  - !ruby/object:Gem::Version
129
- version: '4.2'
129
+ version: '5.2'
130
130
  - - "<"
131
131
  - !ruby/object:Gem::Version
132
132
  version: '6.1'
@@ -136,11 +136,11 @@ dependencies:
136
136
  requirements:
137
137
  - - ">="
138
138
  - !ruby/object:Gem::Version
139
- version: '4.2'
139
+ version: '5.2'
140
140
  - - "<"
141
141
  - !ruby/object:Gem::Version
142
142
  version: '6.1'
143
- description:
143
+ description:
144
144
  email:
145
145
  - mtanous22@gmail.com
146
146
  executables: []
@@ -159,7 +159,6 @@ files:
159
159
  - bin/console
160
160
  - bin/setup
161
161
  - cognito_token_verifier.gemspec
162
- - gemfiles/rails51.gemfile
163
162
  - gemfiles/rails52.gemfile
164
163
  - gemfiles/rails6.gemfile
165
164
  - lib/cognito_token_verifier.rb
@@ -175,7 +174,7 @@ metadata:
175
174
  homepage_uri: https://github.com/CodingAnarchy/cognito_token_verifier
176
175
  source_code_uri: https://github.com/CodingAnarchy/cognito_token_verifier
177
176
  changelog_uri: https://github.com/CodingAnarchy/cognito_token_verifier/blob/master/CHANGELOG.md
178
- post_install_message:
177
+ post_install_message:
179
178
  rdoc_options: []
180
179
  require_paths:
181
180
  - lib
@@ -190,8 +189,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
190
189
  - !ruby/object:Gem::Version
191
190
  version: '0'
192
191
  requirements: []
193
- rubygems_version: 3.0.6
194
- signing_key:
192
+ rubygems_version: 3.0.3
193
+ signing_key:
195
194
  specification_version: 4
196
195
  summary: Verify and parse AWS Cognito JWTs to authenticate endpoints
197
196
  test_files: []
@@ -1,11 +0,0 @@
1
- source "https://rubygems.org"
2
-
3
- gem "activesupport", "~> 5.1.0"
4
- gem "json-jwt", "~> 1.11"
5
- gem "rest-client", "~> 2.0"
6
-
7
- gem "byebug"
8
- gem "bundler", "~> 2.0"
9
- gem "rake", "~> 11.0"
10
- gem "rspec-rails", "~> 3.0"
11
- gem "actionpack", "~> 5.1.0"