usps-jwt_auth 0.2.0 → 0.2.1.pre.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: 0b5f42fcb6dfa57a2e129f90d5cc85e6d9ca4242df2aee2deddad376e3fd1c79
4
- data.tar.gz: a8157f6668277174118c78c43e602081153b46262190f3578aead1057110d99c
3
+ metadata.gz: c4130551a8f53aab01674b48d8637741a54cae766289c47639c888915cd72729
4
+ data.tar.gz: 8583e61d22f0db1bda9cd62412fc8e18d244e41d6d72e72eef59263fd1a13110
5
5
  SHA512:
6
- metadata.gz: e628755440e1974ef216c094efb56b5c8b821266bc6018a492f8f9fe75a690f0cf6987273f0d08bbf1fb7d56777db44fb8cf5fe6eaf1066d9f69025033024e72
7
- data.tar.gz: 6d607fc364ecfea3d475b3fa8624a2fc39e0e78f146a2feb84b74064b40191359079e66f01bb4a3db63918b5ff21ffce9e8e725c5bcf1620a5491099abaa6da1
6
+ metadata.gz: 87e12a7730df1b13ba61b5f77e0d7b586318a10cd3eb7daaac96d1bee4bbe5e56b8e62f1ce6c5c766bba530117105de728badf0eef73efd481d3166e3a8d0872
7
+ data.tar.gz: 3123667730cf3ac8f6ce9759267fec1f4963d80f3bdfd18b4f2bea6d46c7bb480466321b771b3116cd0c66e0c15a7af824a134bb965a2464f815fcf6142c91f3
data/Gemfile.lock ADDED
@@ -0,0 +1,132 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ usps-jwt_auth (0.2.1.pre.2)
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
+ activesupport (~> 8.0)
122
+ fileutils (~> 1.7)
123
+ irb
124
+ jwt (~> 3.1)
125
+ rake (~> 13.0)
126
+ rspec (~> 3.0)
127
+ rubocop (~> 1.81)
128
+ simplecov (~> 0.22)
129
+ usps-jwt_auth!
130
+
131
+ BUNDLED WITH
132
+ 2.7.2
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module JwtAuth
5
- VERSION = '0.2.0'
5
+ VERSION = '0.2.1-2'
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.0
4
+ version: 0.2.1.pre.2
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