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 +4 -4
- data/lib/sports_south/catalog.rb +1 -1
- data/lib/sports_south/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a1f9b99e3228cc284dde42221a6c194f2f91d4b8
|
4
|
+
data.tar.gz: b3f79d2c0f1aaea421a7e4c9a5dd368261f1452e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6c97653805045704ddbe2b73f2ba6fb1ea067d51c71958c00ccb0b20565c7e96bd23c8952cc8a1c4b402522500216356946dc623b0101477fd6898ebcaad994f
|
7
|
+
data.tar.gz: e52808d39a6021960b42439b4a31b2eff9bdbf964996747f44b5f329080bf9ea342ed14ca7b9daeff16416aa3fb9e7762aa884a29dd069618fe0a401a32e3a23
|
data/lib/sports_south/catalog.rb
CHANGED
@@ -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, '
|
126
|
+
mfg_number: content_for(node, 'MFGINO'),
|
127
127
|
weight: content_for(node, 'WTPBX'),
|
128
128
|
caliber: caliber,
|
129
129
|
action: action,
|
data/lib/sports_south/version.rb
CHANGED
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.
|
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-
|
11
|
+
date: 2017-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|