bill_hicks 1.1.1 → 1.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
  SHA1:
3
- metadata.gz: 6f542e5c524eeed9c3dbb1f14ffb16d8a87972d0
4
- data.tar.gz: bd204841e63a84d7f8d91b47fb4e2865ea10819d
3
+ metadata.gz: 3acd6561e4f26a01ea35cb6589802e8fd7518797
4
+ data.tar.gz: 917c159dfebdad61b16bccf89ae2182f3cbfb56c
5
5
  SHA512:
6
- metadata.gz: a0d6c93d078fac212f0b103e78f7fcf83ab73137b536f90e1c5145032eca087cbaf4bc270c18210a70a044ec556b10aa9230708a913036ff11357a67013fbe9a
7
- data.tar.gz: a73bf27a5b3239dd4bcf847e66c7d889d88817bcead8f0de730e3c63f20bf64335ace8a5d3798c87d55ea097f36c33f0dae3096a1190086d4ecc978d29b715d9
6
+ metadata.gz: 2a7ef2a5f7adf6af9e6d050f62baceb4e39aaacb79539f9083480dd567bdb2c770ceaf0eecca3141a41abaa05293324e06851819296fc80db0d02f5fa0b55aee
7
+ data.tar.gz: 3a894f4dae4d6d6072942c5bf1758a9894ad5b53b5becab34181be6e5f77f827bd4328a8c9910480a1d02943b1a53e8e6d3b4886f6277af6b25b83a1a3d80efd
@@ -76,13 +76,14 @@ module BillHicks
76
76
  private
77
77
 
78
78
  def header_names
79
- ['HL', 'Customer#', 'Ship to Name1', 'Address 1', 'Address 2', 'city', 'state', 'zip', 'cust po', 'ship method', 'notes', 'FFL#']
79
+ ['HL', 'Customer#', 'Ship to#', 'Ship to Name1', 'Address 1', 'Address 2', 'city', 'state', 'zip', 'cust po', 'ship method', 'notes', 'FFL#']
80
80
  end
81
81
 
82
82
  def header_fields
83
83
  [
84
84
  'H',
85
85
  @header[:customer],
86
+ @header[:shipping][:ship_to_number],
86
87
  @header[:shipping][:name],
87
88
  @header[:shipping][:address_1],
88
89
  @header[:shipping][:address_2],
@@ -1,3 +1,3 @@
1
1
  module BillHicks
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bill_hicks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-12-13 00:00:00.000000000 Z
11
+ date: 2016-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler