orion_wholesale 1.2.0 → 1.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/orion_wholesale/catalog.rb +4 -1
- data/lib/orion_wholesale/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 177a0a2f4aeeb1ffa43bc0bbddf37412d1bc290801b900c6f863c3f8d8223885
|
4
|
+
data.tar.gz: ed3c8cc62fc968ae992d915213343dfab280f0da44cec8c4f4cd6d6188a8eb5b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 68c7bccef8087f1ca1d8349f1764d1d972718fae970efb42b8efa0d0fc677ebadb4f995c05f530879db64c6129296f39cef8dac65a8ae1be3a5c34fe54c6e532
|
7
|
+
data.tar.gz: a370d71c2e21b7252e4eaf0b3dd1507d447548a757894405443327f078927eff32c2e79273ec04316c99f6e91d6bfcabe520839238538ffa1814540a83eedd85
|
@@ -46,9 +46,12 @@ module OrionWholesale
|
|
46
46
|
quantity: row[@headers.index('Qty available')].to_i,
|
47
47
|
price: row[@headers.index('Price')].try(:strip),
|
48
48
|
brand: row[@headers.index('Brand')].try(:strip),
|
49
|
-
item_identifier: row[@headers.index("
|
49
|
+
item_identifier: row[@headers.index("Item ID")].try(:strip),
|
50
50
|
category: @category,
|
51
51
|
subcategory: @subcategory,
|
52
|
+
features: {
|
53
|
+
image_name: row[@headers.index("ImageFileName\n")].try(:strip),
|
54
|
+
},
|
52
55
|
}
|
53
56
|
|
54
57
|
items << item
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: orion_wholesale
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tony Beninate
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2021-07-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -115,7 +115,7 @@ homepage: ''
|
|
115
115
|
licenses:
|
116
116
|
- MIT
|
117
117
|
metadata: {}
|
118
|
-
post_install_message:
|
118
|
+
post_install_message:
|
119
119
|
rdoc_options: []
|
120
120
|
require_paths:
|
121
121
|
- lib
|
@@ -131,7 +131,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
131
131
|
version: '0'
|
132
132
|
requirements: []
|
133
133
|
rubygems_version: 3.0.8
|
134
|
-
signing_key:
|
134
|
+
signing_key:
|
135
135
|
specification_version: 4
|
136
136
|
summary: Ruby library for OrionWholesale
|
137
137
|
test_files: []
|