sports_south 2.0.10 → 2.0.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f2c3a54b4a07e2d7be1f32cf38c9f455555c5cf6
4
- data.tar.gz: d24bfd55761af814c4500dfe3a6c25181d4c58bf
3
+ metadata.gz: 02e03a0edcddab55967816b373a4cbe01fd3eabb
4
+ data.tar.gz: 75deced94d2527e51851217e5861969150305fae
5
5
  SHA512:
6
- metadata.gz: 9dde95a0ac7bdadbfe522f2c26b3ac8d3bb801bd087c82151d2ec0d2d43ce3df7016318c3027e7e3fae6a93e83731e1c6a678754b9d9f06bed18b8fc6fed01aa
7
- data.tar.gz: 88043e16c0921a65a0cf9c1a44be4826093403105388e786b6626318939f96ee4dd346afdf2859fccc93f3daa580293e102ae1f3e9d259520dc1a2e89e83f665
6
+ metadata.gz: f2c91b3f793bc5142a28ea20758236a73c5a2bcac03736852a847c818df4cd819475ae2dbfa04c434459ffd4ac6aaa7fc99d8d9a75e8ffb105c25520a2340dce
7
+ data.tar.gz: 621adff2ae4d9c0dc7f751764e16672661eac5d60ae95756ea1da40ed8c90ad07426a7ad94c857f5299a239d2cc0d088c8b9fb7bfde0edd0543455afc8f34d8d
@@ -111,8 +111,7 @@ module SportsSouth
111
111
  price: content_for(node, 'CPRC'),
112
112
  short_description: content_for(node, 'SHDESC'),
113
113
  long_description: long_description,
114
- category: category[:department_description],
115
- subcategory: category[:description],
114
+ category: category[:description],
116
115
  product_type: ITEM_TYPES[content_for(node, 'ITYPE')],
117
116
  mfg_number: content_for(node, 'IMFGNO'),
118
117
  weight: content_for(node, 'WTPBX'),
@@ -1,3 +1,3 @@
1
1
  module SportsSouth
2
- VERSION = '2.0.10'
2
+ VERSION = '2.0.11'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sports_south
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.10
4
+ version: 2.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-11-06 00:00:00.000000000 Z
11
+ date: 2017-11-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri