sportradar-api 0.11.37 → 0.11.38

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: 2d4e62611d2d444de672e8a02497ad91b0b905e3
4
- data.tar.gz: 0f084b6b836a622ece496eca222f80749336ded0
3
+ metadata.gz: a621378bd645b5169f846d9c356620d39df045d8
4
+ data.tar.gz: 7296e0e90b7fb0de96c94da78bec9b5bfbd20726
5
5
  SHA512:
6
- metadata.gz: 84c3832cc6654d848b1b52598c80afb66f77324bf75cd47b1528d56532ac884b1d538aa84e2f36bc960385b7727e4682a6b719cd412850d9008f8f0b0c1d98eb
7
- data.tar.gz: 59d3cba96b300172668e8e42357363f6def7013204c2ca9639336a83f210ca739994eb5ea11516087ab881a79b370b61eafaaec3488a57f6214afa17cbb93e44
6
+ metadata.gz: 33b9c6d484befef2557a3dd7d4989f6dcbb4c8673f7afa733de51f910df77ac9a822d02c7dd950178e11b236fd955f268c466a43c0a7ef6b50e5db79f4c9ea5b
7
+ data.tar.gz: 9ccccca3288e1a6381e61ef5525755ba9bb0f84891d526e9af8751e5df08f4b9abb17aa6d0c7a1c4fa7b336d2de4dd5103a8d462cdffbe0dfd3053fd544b6433
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.11.37)
4
+ sportradar-api (0.11.38)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -59,7 +59,7 @@ module Sportradar
59
59
  end
60
60
 
61
61
  def over?
62
- @end_reason != 'UNKNOWN' && !@end_reason.nil? && !plays.last.parsed_ending # FIXME - maybe fix this. sim games have inconsistent data
62
+ @end_reason != 'UNKNOWN' && !@end_reason.nil? # && !plays.last.parsed_ending # FIXME - maybe fix this. sim games have inconsistent data
63
63
  end
64
64
 
65
65
  def end_reason_possibilities
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.11.37"
3
+ VERSION = "0.11.38"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sportradar-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.37
4
+ version: 0.11.38
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett