sportradar-api 0.10.48 → 0.10.49

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: a3556a5306f7ffaeeae21c66c73ecbab54ac4969
4
- data.tar.gz: 42470c948a7b6ee41d1ac80daf5940872a9ba343
3
+ metadata.gz: ef42f430f707890b964a80ce111be56aea1a7830
4
+ data.tar.gz: 5d25fb59cd07406ccde25c922b9bcd826e4914a6
5
5
  SHA512:
6
- metadata.gz: e6f1699f135482905caef3e1513fb3b497e9f1aaab7edf27243f5d434e1ee1250a28ec89b7e5a210ccedef237ce35c83c0f6227271ea763c6ab60aff3d9ec84b
7
- data.tar.gz: ecd65d0e8e0c3ab9d9efd0a320883eb79cfb2eaec1d90d432bab5c4b0cf6087e835d674455138bf59fe73c1fbb69c6a59af919b17cf2fe2dd991c6490c201951
6
+ metadata.gz: ceb3ca762312c81bb48ee32bbb82a0494ca0aac97a203f8ec322f54a7222ef4c815c884181235f8175f9776d88fc1d9dbaa725b83d0bcf07bd59973edb885a82
7
+ data.tar.gz: 59f8e5e928b016a649b61a6ddc032c6e2fcbcffa866f6fc167f7370086b4c1bf35d0c67a25f05be2c8d2fc096d01059d34cdaa31263c9be194dd880423ed799d
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.10.48)
4
+ sportradar-api (0.10.49)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -24,7 +24,7 @@ module Sportradar
24
24
  end
25
25
 
26
26
  def over?
27
- pitches.last.count&.dig('outs') == 3
27
+ pitches.last&.count&.dig('outs') == 3
28
28
  end
29
29
 
30
30
  def pitches
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.10.48"
3
+ VERSION = "0.10.49"
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.10.48
4
+ version: 0.10.49
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett
@@ -462,7 +462,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
462
462
  version: '0'
463
463
  requirements: []
464
464
  rubyforge_project:
465
- rubygems_version: 2.5.2
465
+ rubygems_version: 2.6.10
466
466
  signing_key:
467
467
  specification_version: 4
468
468
  summary: Sportradar API client