firejwt 0.4.0 → 0.4.1

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: e5cccf39fd926dfa2cbe9744c9a5a12715c3fa03a2cbaf6bfbd5ae9ef332d0e0
4
- data.tar.gz: 01c1468c405e86f39e733fdf676ee212bb11191e2416445c2edabc00d2933a00
3
+ metadata.gz: e9f92d3a9e3bc19d0f29b167acfb4e9c1101a3dc8186b9ea33fd9327de25dc0b
4
+ data.tar.gz: 13bda374efe299021fc0778add9d58fa850f95f22021f18b0ed858e07cb03d43
5
5
  SHA512:
6
- metadata.gz: 4e9326c3669c09f7b0f7bc82b33e52a36430ad59a5a6d534cb1a0e9763d0ce7393520e1f6f9ab87b52d2941a631fa1d4055898ab2bf28e7e7584f148dbdf1dff
7
- data.tar.gz: ce68d73e6a08116fb2015f12670959b8b35c9ce70e3ea66e6d33353a7f34134f83cc2fa3965c1ca61989fb7dc47cf8d9784eeb2c54d2a50b4ccc176de97c49d8
6
+ metadata.gz: 311080f5997340532acfb2d98f42090d18d3a9aa039c72d17cadf756c8e51aea2b46ee3ba83aaf30e61c3db8e3c9022067f8e822586f3d963688f1321a67fc0e
7
+ data.tar.gz: 4f13449932fc23d94c211eea7e7bc2a8ddf6615987d6e315d92a54a1efc415b6546f959f461865f5780f8f98c679dd54d2a428d40016dd79f81440c05921da1c
@@ -41,7 +41,7 @@ jobs:
41
41
  runs-on: ubuntu-latest
42
42
  strategy:
43
43
  matrix:
44
- ruby-version: ["2.5", "2.6", "2.7", "3.0"]
44
+ ruby-version: ["2.6", "2.7", "3.0", "3.1"]
45
45
  steps:
46
46
  - uses: actions/checkout@v2
47
47
  - uses: ruby/setup-ruby@v1
data/.rubocop.yml CHANGED
@@ -6,7 +6,7 @@ inherit_mode:
6
6
  - Exclude
7
7
 
8
8
  AllCops:
9
- TargetRubyVersion: "2.5"
9
+ TargetRubyVersion: "2.6"
10
10
 
11
11
  RSpec/FilePath:
12
12
  Enabled: false
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- firejwt (0.4.0)
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.4.4)
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.3.1)
19
+ parser (3.1.0.0)
20
20
  ast (~> 2.4.1)
21
21
  public_suffix (4.0.6)
22
- rainbow (3.0.0)
22
+ rainbow (3.1.1)
23
23
  rake (13.0.6)
24
- regexp_parser (2.1.1)
24
+ regexp_parser (2.2.1)
25
25
  rexml (3.2.5)
26
- rspec (3.10.0)
27
- rspec-core (~> 3.10.0)
28
- rspec-expectations (~> 3.10.0)
29
- rspec-mocks (~> 3.10.0)
30
- rspec-core (3.10.1)
31
- rspec-support (~> 3.10.0)
32
- rspec-expectations (3.10.1)
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.10.0)
35
- rspec-mocks (3.10.2)
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.10.0)
38
- rspec-support (3.10.3)
39
- rubocop (1.23.0)
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.0.0.0)
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.12.0, < 2.0)
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.13.0)
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.12.0)
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.6.0)
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.2.32
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.0'
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.5'
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
@@ -17,7 +17,7 @@ import (
17
17
  "time"
18
18
 
19
19
  "github.com/bsm/firejwt"
20
- . "github.com/bsm/ginkgo"
20
+ . "github.com/bsm/ginkgo/v2"
21
21
  . "github.com/bsm/gomega"
22
22
  "github.com/golang-jwt/jwt/v4"
23
23
  )
data/go.mod CHANGED
@@ -3,7 +3,7 @@ module github.com/bsm/firejwt
3
3
  go 1.16
4
4
 
5
5
  require (
6
- github.com/bsm/ginkgo v1.16.1
6
+ github.com/bsm/ginkgo/v2 v2.0.0
7
7
  github.com/bsm/gomega v1.11.0
8
- github.com/golang-jwt/jwt/v4 v4.1.0
8
+ github.com/golang-jwt/jwt/v4 v4.3.0
9
9
  )
data/go.sum CHANGED
@@ -1,6 +1,6 @@
1
- github.com/bsm/ginkgo v1.16.1 h1:jp1v1dbmbGZDWmnGXDTN+XK3U1fTTNja9xYa7VBI0l0=
2
- github.com/bsm/ginkgo v1.16.1/go.mod h1:RabIZLzOCPghgHJKUqHZpqrQETA5AnF4aCSIYy5C1bk=
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.1.0 h1:XUgk2Ex5veyVFVeLm0xhusUTQybEbexJXrvPNOKkSY0=
6
- github.com/golang-jwt/jwt/v4 v4.1.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg=
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.0
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: 2021-12-01 00:00:00.000000000 Z
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.5'
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.2.15
131
+ rubygems_version: 3.3.3
132
132
  signing_key:
133
133
  specification_version: 4
134
134
  summary: Firebase JWT validation