sports_south 2.0.14 → 2.0.15

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: 980a99cab4827d5bfc7f524572be164c78d1f647
4
- data.tar.gz: 9395cf5f4119275c4f6340f82193f1c5cd496ebc
3
+ metadata.gz: a1f9b99e3228cc284dde42221a6c194f2f91d4b8
4
+ data.tar.gz: b3f79d2c0f1aaea421a7e4c9a5dd368261f1452e
5
5
  SHA512:
6
- metadata.gz: 955ffe27a5f7501882f9bf58a5b16c9811d9f39ca69aa90f3125f394077a2d47923c8b8a7688a98bedafecc366fb147cb8e73008c7f150e364c15f4c34e0162d
7
- data.tar.gz: 49221b5be5c1f89f7c3b8b618180938ea5fb5070f4a9287bc26a01134345757f2d3b16b32e6bd42392843b55bce0523a2395fc731259c38e4f123c3ed7436a74
6
+ metadata.gz: 6c97653805045704ddbe2b73f2ba6fb1ea067d51c71958c00ccb0b20565c7e96bd23c8952cc8a1c4b402522500216356946dc623b0101477fd6898ebcaad994f
7
+ data.tar.gz: e52808d39a6021960b42439b4a31b2eff9bdbf964996747f44b5f329080bf9ea342ed14ca7b9daeff16416aa3fb9e7762aa884a29dd069618fe0a401a32e3a23
@@ -123,7 +123,7 @@ module SportsSouth
123
123
  long_description: long_description,
124
124
  category: category[:description],
125
125
  product_type: ITEM_TYPES[content_for(node, 'ITYPE')],
126
- mfg_number: content_for(node, 'IMFGNO'),
126
+ mfg_number: content_for(node, 'MFGINO'),
127
127
  weight: content_for(node, 'WTPBX'),
128
128
  caliber: caliber,
129
129
  action: action,
@@ -1,3 +1,3 @@
1
1
  module SportsSouth
2
- VERSION = '2.0.14'
2
+ VERSION = '2.0.15'
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.14
4
+ version: 2.0.15
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-15 00:00:00.000000000 Z
11
+ date: 2017-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri