friendly_shipping 0.4.4 → 0.4.5

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
  SHA1:
3
- metadata.gz: 26ef19bf95bf17a1e4d817c37b57bc5e2b2b0916
4
- data.tar.gz: 945c1eeb560ddb6e457d7fd82c696c1496122749
3
+ metadata.gz: a0116dbbecf450a2d319054657287b93b5df9f19
4
+ data.tar.gz: 9a0f816797149b9995e85f3b6b74eba010b6fd3b
5
5
  SHA512:
6
- metadata.gz: aca264652de28e83178c63c5fec09b9dbba40c8ad9c6f59540c94dab1dc0009d31e760ec48b4eb162de11018948f52522540e10e79384de2f068806b6e3d1685
7
- data.tar.gz: a0def3163d4e5c8856e0c4c92b48020eac8f93183949302c1d99ad401ad8595659fece76cd55e77008a80c71e256f28e97b9664ab0ed5de242f5c4a5a4caf733
6
+ metadata.gz: 42c0b1c6e67c8467ff3a92f3804239d038a080c8c8bacfde0994fef9c7d23a4c9f77a6c570db7e3424cdf4691bdb6f08f817554891ad0923e0e1a91f42d6dc65
7
+ data.tar.gz: 3b87784060938c7b0968565c8ade8d5733f326bfe764c300545e9fdee5ecbbe120365c405e99d9c2496c578a1ada0898a41a18173bcc366de4eb82411b8c3871
data/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.4.5] - 2019-11-27
8
+
9
+ ### Changed
10
+ - UPS Labels: Use correct Residential Address indication tag
11
+
7
12
  ## [0.4.4] - 2019-11-27
8
13
 
9
14
  ### Changed
@@ -12,7 +12,7 @@ module FriendlyShipping
12
12
  # Rates use ResidentialAddressIndicator whereas shipments use ResidentialAddress.
13
13
  # Presence indicates residential address. Absence indicates commercial address.
14
14
  #
15
- xml.ResidentialAddressIndicator unless location.commercial?
15
+ xml.ResidentialAddress unless location.commercial?
16
16
  end
17
17
  end
18
18
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module FriendlyShipping
4
- VERSION = "0.4.4"
4
+ VERSION = "0.4.5"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: friendly_shipping
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.4
4
+ version: 0.4.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Martin Meyerhoff