rack-jwt-verifier 0.1.0 → 0.3.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.
data/Gemfile.lock DELETED
@@ -1,63 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- rack-jwt-verifier (0.1.0)
5
- jwt (~> 2.8)
6
- rack (>= 2.0)
7
-
8
- GEM
9
- remote: https://rubygems.org/
10
- specs:
11
- addressable (2.8.7)
12
- public_suffix (>= 2.0.2, < 7.0)
13
- base64 (0.2.0)
14
- bigdecimal (3.1.8)
15
- crack (1.0.0)
16
- bigdecimal
17
- rexml
18
- diff-lcs (1.6.2)
19
- hashdiff (1.1.0)
20
- jwt (2.8.2)
21
- base64
22
- public_suffix (5.1.1)
23
- rack (3.2.3)
24
- rack-test (2.2.0)
25
- rack (>= 1.3)
26
- rake (13.2.1)
27
- rexml (3.3.2)
28
- strscan
29
- rspec (3.13.1)
30
- rspec-core (~> 3.13.0)
31
- rspec-expectations (~> 3.13.0)
32
- rspec-mocks (~> 3.13.0)
33
- rspec-core (3.13.5)
34
- rspec-support (~> 3.13.0)
35
- rspec-expectations (3.13.5)
36
- diff-lcs (>= 1.2.0, < 2.0)
37
- rspec-support (~> 3.13.0)
38
- rspec-mocks (3.13.6)
39
- diff-lcs (>= 1.2.0, < 2.0)
40
- rspec-support (~> 3.13.0)
41
- rspec-support (3.13.6)
42
- strscan (3.1.0)
43
- timecop (0.9.10)
44
- webmock (3.23.1)
45
- addressable (>= 2.8.0)
46
- crack (>= 0.3.2)
47
- hashdiff (>= 0.4.0, < 2.0.0)
48
-
49
- PLATFORMS
50
- x86_64-linux
51
-
52
- DEPENDENCIES
53
- bundler (~> 2.0)
54
- rack
55
- rack-jwt-verifier!
56
- rack-test
57
- rake (~> 13.0)
58
- rspec (~> 3.12)
59
- timecop (~> 0.9)
60
- webmock (~> 3.14)
61
-
62
- BUNDLED WITH
63
- 2.4.22