usps-jwt_auth 0.2.1.pre.1 → 0.2.1.pre.3

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: 3c45d1b462c7f11136d16d76f13b72ab45153f4e9bd6e94ed1ccd9306a0f325e
4
- data.tar.gz: e36e70c0e2280ddd766c428580c0a3d41070e674eb63df01f96e5cc4ce670da7
3
+ metadata.gz: f0ed71010b5d264e0bfa3a92f06462b640df96a2345662427b8bd292031500c5
4
+ data.tar.gz: 5354196003787d5db932a57e15f69cf1cd4f3c467624673f6e1fdbbb54796691
5
5
  SHA512:
6
- metadata.gz: 04d6b27926a988870273e8298388c1f44579cbcfa6d5f6c95667f9e82704881e1be6b9f5cd149561d52fc21f36371148c1e513461af6c5cb00cb44e91e073358
7
- data.tar.gz: 3af959d552bd694fc8d10cf976416be52ef8f6e833eb45b751f112d657aaeaf4ce71b0bf1aa2f4f0f2011cbdb4b7a7217b0290d3c9e328b6be6016b51c63929a
6
+ metadata.gz: bcf23f3a552efaaec2db575e5331e568b7aebd7c665a98d6fa3b203ab6161692e81d670bf1c097df59d387a0d46600b903392908f0c168b45d665607311fb599
7
+ data.tar.gz: 667710a81285edbb3a139572b73f0d5164ed39416556c3ab76c0dd639140904e47190d2a05416debce068e90fb80070621e9612ececa275ae056b4fe32aa11aa
data/Gemfile.lock ADDED
@@ -0,0 +1,129 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ usps-jwt_auth (0.2.1.pre.3)
5
+ activesupport (~> 8.0)
6
+ fileutils (~> 1.7)
7
+ jwt (~> 3.1)
8
+
9
+ GEM
10
+ remote: https://rubygems.org/
11
+ specs:
12
+ activesupport (8.0.3)
13
+ base64
14
+ benchmark (>= 0.3)
15
+ bigdecimal
16
+ concurrent-ruby (~> 1.0, >= 1.3.1)
17
+ connection_pool (>= 2.2.5)
18
+ drb
19
+ i18n (>= 1.6, < 2)
20
+ logger (>= 1.4.2)
21
+ minitest (>= 5.1)
22
+ securerandom (>= 0.3)
23
+ tzinfo (~> 2.0, >= 2.0.5)
24
+ uri (>= 0.13.1)
25
+ ast (2.4.3)
26
+ base64 (0.3.0)
27
+ benchmark (0.4.1)
28
+ bigdecimal (3.3.1)
29
+ concurrent-ruby (1.3.5)
30
+ connection_pool (2.5.4)
31
+ date (3.4.1)
32
+ diff-lcs (1.6.2)
33
+ docile (1.4.1)
34
+ drb (2.2.3)
35
+ erb (5.0.3)
36
+ fileutils (1.7.3)
37
+ i18n (1.14.7)
38
+ concurrent-ruby (~> 1.0)
39
+ io-console (0.8.1)
40
+ irb (1.15.2)
41
+ pp (>= 0.6.0)
42
+ rdoc (>= 4.0.0)
43
+ reline (>= 0.4.2)
44
+ json (2.15.1)
45
+ jwt (3.1.2)
46
+ base64
47
+ language_server-protocol (3.17.0.5)
48
+ lint_roller (1.1.0)
49
+ logger (1.7.0)
50
+ minitest (5.26.0)
51
+ parallel (1.27.0)
52
+ parser (3.3.9.0)
53
+ ast (~> 2.4.1)
54
+ racc
55
+ pp (0.6.3)
56
+ prettyprint
57
+ prettyprint (0.2.0)
58
+ prism (1.5.2)
59
+ psych (5.2.6)
60
+ date
61
+ stringio
62
+ racc (1.8.1)
63
+ rainbow (3.1.1)
64
+ rake (13.3.0)
65
+ rdoc (6.15.0)
66
+ erb
67
+ psych (>= 4.0.0)
68
+ tsort
69
+ regexp_parser (2.11.3)
70
+ reline (0.6.2)
71
+ io-console (~> 0.5)
72
+ rspec (3.13.1)
73
+ rspec-core (~> 3.13.0)
74
+ rspec-expectations (~> 3.13.0)
75
+ rspec-mocks (~> 3.13.0)
76
+ rspec-core (3.13.5)
77
+ rspec-support (~> 3.13.0)
78
+ rspec-expectations (3.13.5)
79
+ diff-lcs (>= 1.2.0, < 2.0)
80
+ rspec-support (~> 3.13.0)
81
+ rspec-mocks (3.13.5)
82
+ diff-lcs (>= 1.2.0, < 2.0)
83
+ rspec-support (~> 3.13.0)
84
+ rspec-support (3.13.6)
85
+ rubocop (1.81.1)
86
+ json (~> 2.3)
87
+ language_server-protocol (~> 3.17.0.2)
88
+ lint_roller (~> 1.1.0)
89
+ parallel (~> 1.10)
90
+ parser (>= 3.3.0.2)
91
+ rainbow (>= 2.2.2, < 4.0)
92
+ regexp_parser (>= 2.9.3, < 3.0)
93
+ rubocop-ast (>= 1.47.1, < 2.0)
94
+ ruby-progressbar (~> 1.7)
95
+ unicode-display_width (>= 2.4.0, < 4.0)
96
+ rubocop-ast (1.47.1)
97
+ parser (>= 3.3.7.2)
98
+ prism (~> 1.4)
99
+ ruby-progressbar (1.13.0)
100
+ securerandom (0.4.1)
101
+ simplecov (0.22.0)
102
+ docile (~> 1.1)
103
+ simplecov-html (~> 0.11)
104
+ simplecov_json_formatter (~> 0.1)
105
+ simplecov-html (0.13.2)
106
+ simplecov_json_formatter (0.1.4)
107
+ stringio (3.1.7)
108
+ tsort (0.2.0)
109
+ tzinfo (2.0.6)
110
+ concurrent-ruby (~> 1.0)
111
+ unicode-display_width (3.2.0)
112
+ unicode-emoji (~> 4.1)
113
+ unicode-emoji (4.1.0)
114
+ uri (1.0.4)
115
+
116
+ PLATFORMS
117
+ arm64-darwin-24
118
+ ruby
119
+
120
+ DEPENDENCIES
121
+ irb
122
+ rake (~> 13.0)
123
+ rspec (~> 3.0)
124
+ rubocop (~> 1.81)
125
+ simplecov (~> 0.22)
126
+ usps-jwt_auth!
127
+
128
+ BUNDLED WITH
129
+ 2.7.2
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module JwtAuth
5
- VERSION = '0.2.1-1'
5
+ VERSION = '0.2.1-3'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usps-jwt_auth
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1.pre.1
4
+ version: 0.2.1.pre.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander
@@ -60,6 +60,7 @@ extra_rdoc_files: []
60
60
  files:
61
61
  - ".ruby-version"
62
62
  - ".simplecov"
63
+ - Gemfile.lock
63
64
  - README.md
64
65
  - Rakefile
65
66
  - lib/tasks/jwt_auth.rake