sportradar-api 0.11.30 → 0.11.31
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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/sportradar/api/football/play_statistics.rb +0 -1
- data/lib/sportradar/api/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9453492c84fe6a7f1182a94ae2764d298be9fcb1
|
|
4
|
+
data.tar.gz: 6d895fe0e9f4cc9ba084d942076624d53edbd8e8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b4ee75eb3625664bad50e03af5601291c041c17611757c31a31de53606ff438ea3d9958fb9ca4509bfe8ab22ad29d8d99adbc1b2544da36280acb864f08caef2
|
|
7
|
+
data.tar.gz: 7078d4bae4c2a277ebdefc104c691d66e8f1bf79f3e60fa4721aff7f70c8d02443fc5c51cc97cce6381b3c5adfc5d0c03add9c9eea3ea186d6386dd6cce51062
|
data/Gemfile.lock
CHANGED
|
@@ -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']
|