sportradar-api 0.11.39 → 0.11.40

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: 6b9bfbdd1f76b8127c87048e434e2cc65584fd7a
4
- data.tar.gz: 74305565d03ceddae7608d710026dc176d0d41e7
3
+ metadata.gz: d8d5ffef52a5709cfa6069a97acabc0d4b5e580a
4
+ data.tar.gz: 9ccd0d2b7098f00a3948a1308562646cb3074245
5
5
  SHA512:
6
- metadata.gz: cf787322c09865b61474997174875c6f0ca571053d0540411ccb7222b750eb7edaa47f603ce92df9c3fd47564acd14f2d23a40a31b2b33f8014fd3eee9532630
7
- data.tar.gz: d3e03867100ce56e7af4122320077d6db92f8a013f72a9541e78eea95526cb7b2870ee48ea575f4a30f6374ad7fb8165e63ebc8958fcff4cc4334e7a344a4dd2
6
+ metadata.gz: f68b4bfb12411ccc2cba128fbdb0075cd358c1d599e0c62af89ef0a477382f5286c1861fb4a8240f3274735aad8fa0dc3c6c7c7e77911dad850a495369cdc0d6
7
+ data.tar.gz: e06570a7dc6d74a2db1974db7a9e465cb35bada6702bf0296793d57c2a42e1e7c0f980dad509d8dfd1f6e3e31cd23bc73e16406dce1a090a8fb4804d7b0239f9
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.11.39)
4
+ sportradar-api (0.11.40)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -93,15 +93,15 @@ module Sportradar
93
93
  end
94
94
  def normalized_end_reason
95
95
  case end_reason
96
- when 'Touchdown'
96
+ when 'Touchdown', :pat
97
97
  'Touchdown'
98
- when 'Field Goal', 'Missed FG', "Blocked FG, Downs", 'Muffed FG', 'Blocked FG, Safety'
98
+ when 'Field Goal', 'Missed FG', "Blocked FG, Downs", 'Muffed FG', 'Blocked FG, Safety', :fg
99
99
  'Field Goal'
100
100
  when 'Downs'
101
101
  'Downs'
102
- when 'Interception', 'Fumble'
102
+ when 'Interception', 'Fumble', :fumble, :interception
103
103
  'Turnover'
104
- when 'Punt'
104
+ when 'Punt', :punt
105
105
  'Punt'
106
106
  else
107
107
  'Other'
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.11.39"
3
+ VERSION = "0.11.40"
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.39
4
+ version: 0.11.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett