sportradar-api 0.11.38 → 0.11.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a621378bd645b5169f846d9c356620d39df045d8
4
- data.tar.gz: 7296e0e90b7fb0de96c94da78bec9b5bfbd20726
3
+ metadata.gz: 6b9bfbdd1f76b8127c87048e434e2cc65584fd7a
4
+ data.tar.gz: 74305565d03ceddae7608d710026dc176d0d41e7
5
5
  SHA512:
6
- metadata.gz: 33b9c6d484befef2557a3dd7d4989f6dcbb4c8673f7afa733de51f910df77ac9a822d02c7dd950178e11b236fd955f268c466a43c0a7ef6b50e5db79f4c9ea5b
7
- data.tar.gz: 9ccccca3288e1a6381e61ef5525755ba9bb0f84891d526e9af8751e5df08f4b9abb17aa6d0c7a1c4fa7b336d2de4dd5103a8d462cdffbe0dfd3053fd544b6433
6
+ metadata.gz: cf787322c09865b61474997174875c6f0ca571053d0540411ccb7222b750eb7edaa47f603ce92df9c3fd47564acd14f2d23a40a31b2b33f8014fd3eee9532630
7
+ data.tar.gz: d3e03867100ce56e7af4122320077d6db92f8a013f72a9541e78eea95526cb7b2870ee48ea575f4a30f6374ad7fb8165e63ebc8958fcff4cc4334e7a344a4dd2
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.11.38)
4
+ sportradar-api (0.11.39)
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.38"
3
+ VERSION = "0.11.39"
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.38
4
+ version: 0.11.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett