sports_south 2.0.9 → 2.0.10
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 +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f2c3a54b4a07e2d7be1f32cf38c9f455555c5cf6
|
4
|
+
data.tar.gz: d24bfd55761af814c4500dfe3a6c25181d4c58bf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dde95a0ac7bdadbfe522f2c26b3ac8d3bb801bd087c82151d2ec0d2d43ce3df7016318c3027e7e3fae6a93e83731e1c6a678754b9d9f06bed18b8fc6fed01aa
|
7
|
+
data.tar.gz: 88043e16c0921a65a0cf9c1a44be4826093403105388e786b6626318939f96ee4dd346afdf2859fccc93f3daa580293e102ae1f3e9d259520dc1a2e89e83f665
|
data/lib/sports_south/catalog.rb
CHANGED
@@ -104,7 +104,7 @@ module SportsSouth
|
|
104
104
|
end
|
105
105
|
|
106
106
|
{
|
107
|
-
name: content_for(node, 'IDESC'),
|
107
|
+
name: content_for(node, 'IDESC').gsub(/\s+/, ' '),
|
108
108
|
upc: content_for(node, 'ITUPC'),
|
109
109
|
item_identifier: content_for(node, 'ITEMNO'),
|
110
110
|
quantity: content_for(node, 'QTYOH').to_i,
|
data/lib/sports_south/version.rb
CHANGED