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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1606f6587996516c551a45f1cf8a824b4baa578b
4
- data.tar.gz: 8adeef0e6335e69773469c59f0286d6bc13d3b30
3
+ metadata.gz: f2c3a54b4a07e2d7be1f32cf38c9f455555c5cf6
4
+ data.tar.gz: d24bfd55761af814c4500dfe3a6c25181d4c58bf
5
5
  SHA512:
6
- metadata.gz: f88070334f9144360ee18e2b81894af4c5c80704cab861aba7dfe789c755b22c5f3be3b2fb1de9fb37f27e6f2eff1f9a56b1869fb86adc58a3eeada55c5cea46
7
- data.tar.gz: 542abb8f3b820c5effa00ca7ec76f49ab860e35cf4c9f8f6f55cad2ca988f2bd76347b89b0516c518f7907ba1b0b31e2c8ee75852d1b157b63dee2d55a85fdfb
6
+ metadata.gz: 9dde95a0ac7bdadbfe522f2c26b3ac8d3bb801bd087c82151d2ec0d2d43ce3df7016318c3027e7e3fae6a93e83731e1c6a678754b9d9f06bed18b8fc6fed01aa
7
+ data.tar.gz: 88043e16c0921a65a0cf9c1a44be4826093403105388e786b6626318939f96ee4dd346afdf2859fccc93f3daa580293e102ae1f3e9d259520dc1a2e89e83f665
@@ -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,
@@ -1,3 +1,3 @@
1
1
  module SportsSouth
2
- VERSION = '2.0.9'
2
+ VERSION = '2.0.10'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sports_south
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.9
4
+ version: 2.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell