sportradar-api 0.10.8 → 0.10.9

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: 5e9526b2e80c8061310618244afb71563f4c7d42
4
- data.tar.gz: cfa4a5665152f57b35a8fbe4bd9697b7900dfaec
3
+ metadata.gz: 4ae1848bcb7fd5856ebcda901357e2a7f250bdb9
4
+ data.tar.gz: 2884bde1ef85159f0c7a56516476deb420b175ae
5
5
  SHA512:
6
- metadata.gz: b153ce31c567fa4daa50fa31c8899da201bf6bfdc76f8b818e4e46a2f7cc7437cc78fe00ab90d29523c71c71a29e83175a4fc5d6d032162be5a02d55b76ea6f1
7
- data.tar.gz: 82246bc16ffa5ad27c842b5d60c667323c89dcfbae8a1072b063700a5db5cc530297bd50b954e52285789d6089a69f63b8176e189c51127877616c06c3a27c88
6
+ metadata.gz: 50973e42f43240614f1f1dfbb0f0f1a7b9a9c1792c725c227c7cec665c887b7470bd5776bd4ca6c6beac8e1f9304798f4049999280c0cf306db562759acb6c93
7
+ data.tar.gz: a94ccde0f994949dd10839cc297aee508981d6a654d57f56097d389f12735e3d711dba5813718bcdb7ee4daeadc962e12259561fd113b8d5c0784210ab45d066
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.10.8)
4
+ sportradar-api (0.10.9)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -24,8 +24,8 @@ module Sportradar
24
24
  @start_date = data['start_date'] if data['start_date']
25
25
 
26
26
 
27
- update_games(data['games']) if data['games']
28
- update_participantss(data['participantss']) if data['participantss']
27
+ update_games(data['games']) if data['games']
28
+ update_participants(data['participants']) if data['participants']
29
29
  end
30
30
 
31
31
  def games
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.10.8"
3
+ VERSION = "0.10.9"
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.8
4
+ version: 0.10.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett