bill_hicks 1.3.8 → 1.3.9

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: 90bdfb95db60c2341652c015b6c6bdc3f0b5394e
4
- data.tar.gz: 208836c7ed23729d830f933ec81eaf9010542754
3
+ metadata.gz: c7771ac417c8766f6b4fd5a5b37b09b8099da39a
4
+ data.tar.gz: fee794efe47eb7a2479d96c167f8e982bac2691d
5
5
  SHA512:
6
- metadata.gz: b0012d03657f1b9c261a31a0de9a8a35e48e976c2851103de66f96e1b0aaf30c55dd2bc2ce76c761401aa8581842511656a45b7dd9a57ec89e9ff38f68cf8273
7
- data.tar.gz: 2cbdaf3a344b9c9c65e46b8d43ca4fb4b547bb91c51855922a26af458f987550c42a1758f0a4a5c2a01cfdb525197b50cf2ac2a00cb0e9ece9ee5047f3ecd746
6
+ metadata.gz: efbdd01e306a48df6004b287853151cb1ca779006ac39c91e1200bc3d6dcc72f6acceb8f6925787ba9e244319544156a3092a56e166599fdb3debca6ae110808
7
+ data.tar.gz: 20b3cc79f1e998a52eab19928dbf8398a2a8b91f583ccfa916569a5cb9ba0ccd726002f7208b7abd9313387ed55c7a9e9e18c874afc8d2a0d19cb44ce2877cac
@@ -81,7 +81,7 @@ module BillHicks
81
81
 
82
82
  SmarterCSV.process(File.open(tempfile, "r:iso-8859-1"), smart_options) do |chunk|
83
83
  chunk.each do |item|
84
- item[:brand_name] = BillHicks::BrandConverter.convert(item[:product])
84
+ item[:brand_name] = BillHicks::BrandConverter.convert(item[:product_name])
85
85
  end
86
86
 
87
87
  yield(chunk)
@@ -1,3 +1,3 @@
1
1
  module BillHicks
2
- VERSION = '1.3.8'.freeze
2
+ VERSION = '1.3.9'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bill_hicks
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.8
4
+ version: 1.3.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell