sportradar-api 0.9.17 → 0.9.18

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: 7fa8cfaa78c197997ea8a55a737ec83556b798b2
4
- data.tar.gz: 348fc5f03d7ef1109a05a68852aa2656d9f33070
3
+ metadata.gz: ba18ab0991dc8e994b05ff36b6055b949b31de3f
4
+ data.tar.gz: 8c95a41e620651f878d66d3615131e979298a5e6
5
5
  SHA512:
6
- metadata.gz: b64740547695b00e70edf8fb8491082a9b12be6b019f6478d342afa3996f9c4738b564106e3787c7066199a354c920de249a84d0e01dfa59fc08abf3ad1cb27f
7
- data.tar.gz: 595c5e13f950145ec5c7cbf0870fd5035bffb1cd2b223db239531ec43833e6818f653fdc3564a7dbd273af649978c8d3a83bf78e8bc385e89bc6f1cc99e8ec65
6
+ metadata.gz: bf2a789384a25c160cd179895db5614f33c30cb328c48939bc10526342c38797c9e6e8d3d91fafe28eeef4aeeaa8e03612d7654229d41c9c77c68a5567747210
7
+ data.tar.gz: c1a90756a29180c31e3ed71214b21bb5b6fcae3bdc6ca87824e9f0aa762ef863462b64b064be69fb98ac82c9e44d2f5d24aca83cf86c8a2e195eed188ffad9cb
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.9.17)
4
+ sportradar-api (0.9.18)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -103,7 +103,7 @@ module Sportradar
103
103
  end
104
104
 
105
105
  def status_description
106
- {
106
+ status_description = {
107
107
  "scheduled" => "The game is currently scheduled to occur.",
108
108
  "inprogress" => "The game is currently in progress.",
109
109
  "halftime" => "The game is currently at the half.",
@@ -115,6 +115,7 @@ module Sportradar
115
115
  "flex-schedule" => "The game is currently scheduled to occur on a specific date and time, however, it will more than likely be moved to a different time for broadcast purposes.",
116
116
  "time-tbd" => "The game is scheduled to occur, the date is known, but the start time has not been determined.",
117
117
  }
118
+ status_descriptions[status] if status
118
119
  end
119
120
 
120
121
  end
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.9.17"
3
+ VERSION = "0.9.18"
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.9.17
4
+ version: 0.9.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett