sportradar-api 0.10.10 → 0.10.11
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 +6 -6
- data/lib/sportradar/api/basketball/game.rb +6 -0
- data/lib/sportradar/api/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 344eef57e3d5a2601421ee32395d75b987ff454b
|
|
4
|
+
data.tar.gz: 0ee7709162ba9dea02ad3744d6916efa65988670
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2417a75d7798ad6861ac4b110a43759fc463accdfa07340849a0052c9b1c1b43717e94c2550e1a317af92036a5a4b488b8a5618e500dae4daee56688ba3af5fb
|
|
7
|
+
data.tar.gz: da7bc171274888ee4ac8f075b89d86085e582d25c06dc1d058d25a7ed06b8e0c82eb6f592d568ace5c44ebcc69810673333b0a5ec3aba7b9164a230be51ee912
|
data/Gemfile.lock
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
sportradar-api (0.10.
|
|
4
|
+
sportradar-api (0.10.11)
|
|
5
5
|
activesupport
|
|
6
6
|
httparty (>= 0.14.0)
|
|
7
7
|
|
|
8
8
|
GEM
|
|
9
9
|
remote: https://rubygems.org/
|
|
10
10
|
specs:
|
|
11
|
-
activesupport (5.0.
|
|
11
|
+
activesupport (5.0.2)
|
|
12
12
|
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
13
|
i18n (~> 0.7)
|
|
14
14
|
minitest (~> 5.1)
|
|
@@ -46,7 +46,7 @@ GEM
|
|
|
46
46
|
hashdiff (0.3.0)
|
|
47
47
|
httparty (0.14.0)
|
|
48
48
|
multi_xml (>= 0.5.2)
|
|
49
|
-
i18n (0.8.
|
|
49
|
+
i18n (0.8.1)
|
|
50
50
|
json (2.0.2)
|
|
51
51
|
listen (3.1.5)
|
|
52
52
|
rb-fsevent (~> 0.9, >= 0.9.4)
|
|
@@ -82,9 +82,9 @@ GEM
|
|
|
82
82
|
term-ansicolor (1.4.0)
|
|
83
83
|
tins (~> 1.0)
|
|
84
84
|
thor (0.19.1)
|
|
85
|
-
thread_safe (0.3.
|
|
85
|
+
thread_safe (0.3.6)
|
|
86
86
|
tins (1.12.0)
|
|
87
|
-
tzinfo (1.2.
|
|
87
|
+
tzinfo (1.2.3)
|
|
88
88
|
thread_safe (~> 0.1)
|
|
89
89
|
vcr (3.0.3)
|
|
90
90
|
webmock (2.1.0)
|
|
@@ -112,4 +112,4 @@ DEPENDENCIES
|
|
|
112
112
|
webmock
|
|
113
113
|
|
|
114
114
|
BUNDLED WITH
|
|
115
|
-
1.14.
|
|
115
|
+
1.14.6
|
|
@@ -200,6 +200,12 @@ module Sportradar
|
|
|
200
200
|
def postponed?
|
|
201
201
|
'postponed' == status
|
|
202
202
|
end
|
|
203
|
+
def unnecessary?
|
|
204
|
+
'unnecessary' == status
|
|
205
|
+
end
|
|
206
|
+
def cancelled?
|
|
207
|
+
['unnecessary', 'postponed'].include? status
|
|
208
|
+
end
|
|
203
209
|
def future?
|
|
204
210
|
['scheduled', 'delayed', 'created', 'time-tbd'].include? status
|
|
205
211
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sportradar-api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.10.
|
|
4
|
+
version: 0.10.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ben Eggett
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-04-
|
|
11
|
+
date: 2017-04-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -436,7 +436,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
436
436
|
version: '0'
|
|
437
437
|
requirements: []
|
|
438
438
|
rubyforge_project:
|
|
439
|
-
rubygems_version: 2.
|
|
439
|
+
rubygems_version: 2.6.11
|
|
440
440
|
signing_key:
|
|
441
441
|
specification_version: 4
|
|
442
442
|
summary: Sportradar API client
|