usps-support 0.1.0 → 0.1.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: 924a50b9ad57969f2c0dce0b64b9abd18a83f803b895182d7410296136ed014c
4
- data.tar.gz: 154ecc715ff110021b9cb630c79b0304ee9d521cf4497227ad7e8a8fb8815053
3
+ metadata.gz: 1b8da74f81c94cd429672f1ee5c074876b4a2db46a079b37aab17f5f62185139
4
+ data.tar.gz: a84ee72977fbeba1b6e42b708e3b11168cbc5eeb416ae5ef7722396dd5fefc60
5
5
  SHA512:
6
- metadata.gz: 24b4cc2ee103a4e9f909a88e54fc6b0491e77cd1ce0115c19f654f8c0cf764748c1c75ecf55c95c9a8ece9a4b553aea7e72ceef55e307f3592fa683967953782
7
- data.tar.gz: 658ff616f328c9e07dba4e791a2e7750fa9a64cb41e9ec255f1c226763f4b7d63468d70aa1a3c70e1c95297fa2d3951ba57095c6c75fed15b4ad55c3289b23f6
6
+ metadata.gz: 0f99592a425763fcf49c8330d47a70a84e0cd222a9fb80e9f5a563b71484d63c2f14ba0e5c3b086a4964a1ec4dfe287af52db309b0f5141c41f0818135574658
7
+ data.tar.gz: ae13a2c3d10561c470c4f3f520584b4f271a60aa0e10d383f0a74113d86aeec6b45721cfeea5ea035b197f4398d176c8f80154f50b54d4bdcce8a99fc11b5fba
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps-support (0.1.0)
4
+ usps-support (0.1.1)
5
5
  sassc-rails
6
6
 
7
7
  GEM
@@ -50,6 +50,7 @@ GEM
50
50
  erb (5.1.3)
51
51
  erubi (1.13.1)
52
52
  ffi (1.17.2-arm64-darwin)
53
+ ffi (1.17.2-x86_64-linux-gnu)
53
54
  i18n (1.14.7)
54
55
  concurrent-ruby (~> 1.0)
55
56
  io-console (0.8.1)
@@ -67,6 +68,8 @@ GEM
67
68
  minitest (5.26.0)
68
69
  nokogiri (1.18.10-arm64-darwin)
69
70
  racc (~> 1.4)
71
+ nokogiri (1.18.10-x86_64-linux-gnu)
72
+ racc (~> 1.4)
70
73
  parallel (1.27.0)
71
74
  parser (3.3.10.0)
72
75
  ast (~> 2.4.1)
@@ -184,6 +187,7 @@ GEM
184
187
 
185
188
  PLATFORMS
186
189
  arm64-darwin-24
190
+ x86_64-linux
187
191
 
188
192
  DEPENDENCIES
189
193
  irb
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module Support
5
- VERSION = '0.1.0'
5
+ VERSION = '0.1.1'
6
6
  end
7
7
  end
data/lib/usps/support.rb CHANGED
@@ -8,4 +8,5 @@ module Usps
8
8
  module Support; end
9
9
  end
10
10
 
11
- require_relative 'support'
11
+ require_relative 'support/helpers'
12
+ require_relative 'support/models'
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.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander