usps-support 0.1.2 → 0.1.4

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: eb14f0831234839f629b96a7b0f1a2d2eb359f3b3d90bc411acf46a1674d2cd4
4
- data.tar.gz: 12ac69131c0f5a30e3cc36fc2e1760b850fb2418044dd6bfe34a471e7e84a675
3
+ metadata.gz: 579d0a1a7188d4305acf917a423d824a9a261f5707b07f2caea392e6994198b6
4
+ data.tar.gz: f8ec3a90614f2bcd454dade521e9c6c09a19a1688f13652c03e4186b7d87b568
5
5
  SHA512:
6
- metadata.gz: fd425c7c1a71bc2c9509956c46857bd973e7744bc85744aacf4f0a5d5d09a1badb57116030100e05cfcffcead0d3de5ed2f08ba22463c83ab1db8e4aea62825c
7
- data.tar.gz: e7a23128600ccecc5e1373cdf5efbeb224b5c296ae780642e7efb5ca40580997ba8cc99e7f0d21f5bb8ff711a612e18d1966ef85797dbafe650d74e7d9f94ec1
6
+ metadata.gz: 1969c633d23cd2a8752fb9dba78de72ae8c1f91e7e0ffb79aeee2b6aca5aa4a90099176c3408788f40573757e0d8350a14754b2527e062798362c5da1e6e0193
7
+ data.tar.gz: 87dc0eaf796524787a2caf5db7e9ef949cea1a80a79bbe036b37e970dd972e38ad68f5fde6184059d103e05c4cd1d6333f74655c74d20efacdc495e350526bd7
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps-support (0.1.2)
4
+ usps-support (0.1.4)
5
5
  sassc-rails
6
6
  usps-imis-api (~> 0.9.15)
7
7
  usps-jwt_auth (~> 1.0.0)
data/lib/usps/all.rb ADDED
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ require 'usps/imis'
4
+ require 'usps/jwt_auth'
5
+ require_relative 'support'
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module Support
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.4'
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.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander
@@ -62,6 +62,7 @@ files:
62
62
  - Gemfile.lock
63
63
  - Rakefile
64
64
  - Readme.md
65
+ - lib/usps/all.rb
65
66
  - lib/usps/support.rb
66
67
  - lib/usps/support/helpers.rb
67
68
  - lib/usps/support/helpers/.rubocop.yml