usps-support 0.1.10 → 0.1.11

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: 49b491a2df479090ce6e3f9f4d0db9342a926cc4c75b6aa047eb290bbb7963a1
4
- data.tar.gz: 0faaee14a9d6dcbae7ec321b39168e06e89d3360a5711129c2b2a7edb216be56
3
+ metadata.gz: 2b6530a24087990168baaaf9878366a5d4ff56a9f705c1410173eec2a2f42f76
4
+ data.tar.gz: 71f71e5c96b9f0c6622aa0e978a83bf74c0efe30a9aeec9699a69fbc4e2b026a
5
5
  SHA512:
6
- metadata.gz: a0639c72d6518d2b67346235f43c75a57ea19f8f25efd707092a9fadc3ad795da3785087b09e380a57aebcdc0c5775cd957e40a222a7dfbec591e93123d2bfcc
7
- data.tar.gz: 38878bc66a1af321bc7538febaa99a80f951f6ce02b29f3c3ec66f40419cf537f7142159eddf0cc5bb1b83d7783982d4fd95223bf62a287c05af984a2a8e2f48
6
+ metadata.gz: b401086e84d77ff3f7dcbcb9d731a9e802db3ff00d264fa3899971c3b994c2bcfdf066dd28d090beb4a2819ab4408a237d897a8db35d378e814f98ffd76a8190
7
+ data.tar.gz: 2526d8b93f8c9f49e20c7609c66475f9ba1f5467c63b15cb90b6874964bf731912f75713ec69091249027c06dfa9cb262835443c9eeabca6363863d7f52d81d3
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- usps-support (0.1.10)
4
+ usps-support (0.1.11)
5
5
  sassc-rails
6
6
  usps-imis-api (~> 0.10.4)
7
7
  usps-jwt_auth (~> 1.0.0)
@@ -33,7 +33,7 @@ module Usps::Support::Models::Hq::Members
33
33
 
34
34
  # rubocop:disable Naming/MethodName
35
35
  def iMISid = nil
36
- alias imis_id iMIDid
36
+ alias imis_id iMISid
37
37
  # rubocop:enable Naming/MethodName
38
38
  end
39
39
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Usps
4
4
  module Support
5
- VERSION = '0.1.10'
5
+ VERSION = '0.1.11'
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.10
4
+ version: 0.1.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julian Fiander