sports_south 2.0.5 → 2.0.6

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: a0d451f96db9f6f83dd0d248bd788e902ddda353
4
- data.tar.gz: 30a988d68f410adfb86d244da5a57eb8eeb03ca5
3
+ metadata.gz: 086042775d53dab069d403b5897d98866cf48cae
4
+ data.tar.gz: 0cd57ce563b4739be13a86602dd6d44bea480166
5
5
  SHA512:
6
- metadata.gz: 8d050d0cd1a44cbfca387ced90f386f5bf272b8ec9f3d8ebed77ecdd53892d75a91a62542e03315fb5d776da59c3e424c4771f573f0db5463276b2fa1f545de0
7
- data.tar.gz: 3e8363784078bdd1932f14d0b5636c0b2b43e31f5af147b13c1404b52ce03efc1949441cbfc54fd87528b5b8d5e344827a63f24f0d012c306e134442d415bd2b
6
+ metadata.gz: 57601bb5589beaf183a4b0fb356534e7d2a40138795a411ec3744b04df42dbd0876cb2fd6ecb7e7ff186a361500a9608c7d5b0f86ce43e21ffc7ef30948ac926
7
+ data.tar.gz: 3a0b35819c0d22c172369a81c227f12a40eeedb80d184d30aea273e1e03c93ae5296e4c97c59207896daa5402efaf8774261a5cf06b25314d36fc3a2d37c89d9
@@ -70,10 +70,10 @@ module SportsSouth
70
70
  else
71
71
  chunker.add(map_hash(item))
72
72
  end
73
+ end
73
74
 
74
- if chunker.chunk.count > 0
75
- yield(chunker.chunk)
76
- end
75
+ if chunker.chunk.count > 0
76
+ yield(chunker.chunk)
77
77
  end
78
78
  end
79
79
 
@@ -48,10 +48,10 @@ module SportsSouth
48
48
  else
49
49
  chunker.add(self.map_hash(item))
50
50
  end
51
+ end
51
52
 
52
- if chunker.chunk.count > 0
53
- yield(chunker.chunk)
54
- end
53
+ if chunker.chunk.count > 0
54
+ yield(chunker.chunk)
55
55
  end
56
56
  end
57
57
 
@@ -1,3 +1,3 @@
1
1
  module SportsSouth
2
- VERSION = '2.0.5'
2
+ VERSION = '2.0.6'
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.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dale Campbell