sports_south 2.0.12 → 2.0.13

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: 76d7f8239e1969c1af0587fba3b4904fdba5a295
4
- data.tar.gz: f28d2e33c094237e727349cc0ced16d13088f5ae
3
+ metadata.gz: b1e2e0e111bb99a3f762020fb343b698b20b78a5
4
+ data.tar.gz: df83c3adebed34d6854ce3632aa8a0061ca84f43
5
5
  SHA512:
6
- metadata.gz: 7dc5801c07e57a770201ffb5f4c5f82e6ce9fca6ebe18e98807aa43cbe492ea14c6398f95366900363b8a190458933656a69a47f7c144ab347fb3ce29378e0a8
7
- data.tar.gz: 4adc2d27a3fa6e1063896b9af48f57697a4b4d6a7c132a39ea694893f63a1e5e3d32180d5154d39318a16baa8d24480ab7941abe185ecb19ddd0d433e14766a4
6
+ metadata.gz: 559bc3d4e6a2238f06576dfc13ee0a65000326aef12619c049d4971eea8d50caa8cfcc608cc4b1912b15da51da147a0b0751a77d1c2f004759a79cb595517901
7
+ data.tar.gz: ffb73429d3c0370607fe4261286588f4068213fa70756308efb3e694829b3fa6f802d177e9f73c36f3485be563dae2fd5f403d9d0f46447a0a9dab5262fd08cf
@@ -103,6 +103,10 @@ module SportsSouth
103
103
  caliber = features[:gauge]
104
104
  end
105
105
 
106
+ if features[:action].present?
107
+ action = features[:action]
108
+ end
109
+
106
110
  if full_product
107
111
  long_description = self.get_description(content_for(node, 'ITEMNO'))
108
112
  else
@@ -122,6 +126,7 @@ module SportsSouth
122
126
  mfg_number: content_for(node, 'IMFGNO'),
123
127
  weight: content_for(node, 'WTPBX'),
124
128
  caliber: caliber,
129
+ action: action,
125
130
  map_price: content_for(node, 'MFPRC'),
126
131
  brand: brand.present? ? brand[:name] : nil,
127
132
  features: features
@@ -1,3 +1,3 @@
1
1
  module SportsSouth
2
- VERSION = '2.0.12'
2
+ VERSION = '2.0.13'
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.12
4
+ version: 2.0.13
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-08 00:00:00.000000000 Z
11
+ date: 2017-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri