sportradar-api 0.11.53 → 0.11.54

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: 235d4556e785edcab5e20a9e5c4dd2eaa159c79f
4
- data.tar.gz: 3cf6588c4117e61544d4ed66ba4d89943193de0f
3
+ metadata.gz: 3bddba473a2205424e479d2cd4a50c6dd6de152a
4
+ data.tar.gz: 02ea0cb4a79466071d981ab0cad23c679cd5e621
5
5
  SHA512:
6
- metadata.gz: 04c5976dfc6069171a9a773b6aa6cb7fbb71745eb23a62acf04bf72b51569f5d046a99b9dea37f8f37890ba28d2dfd173c492a1a6c50f685e306691f84e6ec56
7
- data.tar.gz: aab8195ca8a6e0f25e3729ec980247f0ab24be2df077c5c29932e2e0b736bfc6c25abd094e568585d888bc297c5db69a5c0653cd389f9e0889655d2e210afd80
6
+ metadata.gz: b6a97c3b90c8a0c0f66e9d1f5c45b1a1a6ab9c72c422c642ed013bc55fb6f65452795c674f2f09b79c6893a179eb8bd9f7292a5bfa256796eb9e95fff853c7c5
7
+ data.tar.gz: 8f5ea39fb89bcf595a274c881491f2672500486968a3d104bd1935cf5249ae6486fcc2f195e94b26bf3488c8dc9ef77176ca85f740bba852a1ab5da20ce7566e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.11.53)
4
+ sportradar-api (0.11.54)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -23,7 +23,10 @@ module Sportradar
23
23
  @home_info = data["home"]
24
24
  @away_info = data["away"]
25
25
 
26
- opts[:game].update_drives(data['pbp']) if data['pbp']
26
+ if data['pbp']
27
+ opts[:game].update_drives(data['pbp'])
28
+ create_data(@drives_hash, data['pbp'], klass: drive_class, api: api, quarter: self)
29
+ end
27
30
 
28
31
  self
29
32
  end
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.11.53"
3
+ VERSION = "0.11.54"
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.53
4
+ version: 0.11.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett