usps-support 0.1.1 → 0.1.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: 1b8da74f81c94cd429672f1ee5c074876b4a2db46a079b37aab17f5f62185139
4
- data.tar.gz: a84ee72977fbeba1b6e42b708e3b11168cbc5eeb416ae5ef7722396dd5fefc60
3
+ metadata.gz: eb14f0831234839f629b96a7b0f1a2d2eb359f3b3d90bc411acf46a1674d2cd4
4
+ data.tar.gz: 12ac69131c0f5a30e3cc36fc2e1760b850fb2418044dd6bfe34a471e7e84a675
5
5
  SHA512:
6
- metadata.gz: 0f99592a425763fcf49c8330d47a70a84e0cd222a9fb80e9f5a563b71484d63c2f14ba0e5c3b086a4964a1ec4dfe287af52db309b0f5141c41f0818135574658
7
- data.tar.gz: ae13a2c3d10561c470c4f3f520584b4f271a60aa0e10d383f0a74113d86aeec6b45721cfeea5ea035b197f4398d176c8f80154f50b54d4bdcce8a99fc11b5fba
6
+ metadata.gz: fd425c7c1a71bc2c9509956c46857bd973e7744bc85744aacf4f0a5d5d09a1badb57116030100e05cfcffcead0d3de5ed2f08ba22463c83ab1db8e4aea62825c
7
+ data.tar.gz: e7a23128600ccecc5e1373cdf5efbeb224b5c296ae780642e7efb5ca40580997ba8cc99e7f0d21f5bb8ff711a612e18d1966ef85797dbafe650d74e7d9f94ec1
data/Gemfile.lock CHANGED
@@ -1,8 +1,10 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps-support (0.1.1)
4
+ usps-support (0.1.2)
5
5
  sassc-rails
6
+ usps-imis-api (~> 0.9.15)
7
+ usps-jwt_auth (~> 1.0.0)
6
8
 
7
9
  GEM
8
10
  remote: https://rubygems.org/
@@ -40,6 +42,7 @@ GEM
40
42
  base64 (0.3.0)
41
43
  bigdecimal (3.3.1)
42
44
  builder (3.3.0)
45
+ colorize (1.1.0)
43
46
  concurrent-ruby (1.3.5)
44
47
  connection_pool (2.5.4)
45
48
  crass (1.0.6)
@@ -51,6 +54,7 @@ GEM
51
54
  erubi (1.13.1)
52
55
  ffi (1.17.2-arm64-darwin)
53
56
  ffi (1.17.2-x86_64-linux-gnu)
57
+ fileutils (1.7.3)
54
58
  i18n (1.14.7)
55
59
  concurrent-ruby (~> 1.0)
56
60
  io-console (0.8.1)
@@ -59,6 +63,8 @@ GEM
59
63
  rdoc (>= 4.0.0)
60
64
  reline (>= 0.4.2)
61
65
  json (2.15.2)
66
+ jwt (3.1.2)
67
+ base64
62
68
  language_server-protocol (3.17.0.5)
63
69
  lint_roller (1.1.0)
64
70
  logger (1.7.0)
@@ -183,6 +189,13 @@ GEM
183
189
  unicode-emoji (4.1.0)
184
190
  uri (1.0.4)
185
191
  useragent (0.16.11)
192
+ usps-imis-api (0.9.15)
193
+ activesupport (~> 8.0)
194
+ usps-jwt_auth (1.0.0)
195
+ activesupport (~> 8.0)
196
+ colorize (~> 1.1)
197
+ fileutils (~> 1.7)
198
+ jwt (~> 3.1)
186
199
  zeitwerk (2.7.3)
187
200
 
188
201
  PLATFORMS
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module Support
5
- VERSION = '0.1.1'
5
+ VERSION = '0.1.2'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: usps-support
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander
@@ -23,6 +23,34 @@ dependencies:
23
23
  - - ">="
24
24
  - !ruby/object:Gem::Version
25
25
  version: '0'
26
+ - !ruby/object:Gem::Dependency
27
+ name: usps-imis-api
28
+ requirement: !ruby/object:Gem::Requirement
29
+ requirements:
30
+ - - "~>"
31
+ - !ruby/object:Gem::Version
32
+ version: 0.9.15
33
+ type: :runtime
34
+ prerelease: false
35
+ version_requirements: !ruby/object:Gem::Requirement
36
+ requirements:
37
+ - - "~>"
38
+ - !ruby/object:Gem::Version
39
+ version: 0.9.15
40
+ - !ruby/object:Gem::Dependency
41
+ name: usps-jwt_auth
42
+ requirement: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - "~>"
45
+ - !ruby/object:Gem::Version
46
+ version: 1.0.0
47
+ type: :runtime
48
+ prerelease: false
49
+ version_requirements: !ruby/object:Gem::Requirement
50
+ requirements:
51
+ - - "~>"
52
+ - !ruby/object:Gem::Version
53
+ version: 1.0.0
26
54
  description: Shared support for USPS Rails applications
27
55
  email:
28
56
  - jsfiander@gmail.com