sportradar-api 0.11.30 → 0.11.31

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: 76ddfa31a38fdaeecf69e5185c005d42b696b39e
4
- data.tar.gz: a6ae4ad2d9340c1b7e61fbfb2478541b983f7861
3
+ metadata.gz: 9453492c84fe6a7f1182a94ae2764d298be9fcb1
4
+ data.tar.gz: 6d895fe0e9f4cc9ba084d942076624d53edbd8e8
5
5
  SHA512:
6
- metadata.gz: b955ecd7d861b43f7bea35bb1b31cc1b85e35dea5a3c24f46908554f9e6f8850674c5b99e89c23eb984763d5b5cd9fbf55ff3f7212ab6a3cf7db8319c9266d78
7
- data.tar.gz: ef369787441c79cd2f5aeb2834b3e41d654bd9923a340efb56520cc3c45c18d5797b0ec09f89d97bd14eec57f5b1ad3d2d856b438ab28f0a58cb0995c3a3cc01
6
+ metadata.gz: b4ee75eb3625664bad50e03af5601291c041c17611757c31a31de53606ff438ea3d9958fb9ca4509bfe8ab22ad29d8d99adbc1b2544da36280acb864f08caef2
7
+ data.tar.gz: 7078d4bae4c2a277ebdefc104c691d66e8f1bf79f3e60fa4721aff7f70c8d02443fc5c51cc97cce6381b3c5adfc5d0c03add9c9eea3ea186d6386dd6cce51062
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.11.30)
4
+ sportradar-api (0.11.31)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -160,7 +160,6 @@ module Sportradar
160
160
  class PlayFieldGoalStatistics < Data
161
161
  attr_accessor :attempt, :att_yards, :missed, :yards, :nullified, :blocked, :team, :player
162
162
  def initialize(data)
163
- "att"=>1, "made"=>1, "yds"=>17, "att_yds"=>17, "blk"=>0, "ret"=>0}
164
163
  @response = data
165
164
  @attempt = data['attempt'] || data['att']
166
165
  @att_yards = data['att_yards']
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.11.30"
3
+ VERSION = "0.11.31"
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.30
4
+ version: 0.11.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett