sportradar-api 0.9.46 → 0.9.47

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: 720ecc5a2fab530ce19409d08e9719c26d761a52
4
- data.tar.gz: 0cb54a81deb6cdfc119a4afeac32aa81837322ac
3
+ metadata.gz: d62c7cc0de81acb70e54241ed1de9b587ff92984
4
+ data.tar.gz: '079bae6de04c0f5083966ead919bbbace0a161ac'
5
5
  SHA512:
6
- metadata.gz: cd020b03bdc8317a2eb5ec45d80f342a39bf062ad7f4b7c2982910a586a84491dd14d23db880eae749e0a70bf3a18aac98cfb1d488803ae2d4c8b478d5e88110
7
- data.tar.gz: '03469bd53ef9b8472bce1ba41760ba4e1691eb423b161a837bc8c1785f32218a7e595604fda8d427362fd67c5efe8d3092221ab3a557e9fab0f63523338a74b4'
6
+ metadata.gz: fdd4143bcb730c78b9b5f2a53de43a191a15071ceefdf768e469c864954846c9149b2b0828a583ad9935987b209e635603283e332082d4d46c11fca987250877
7
+ data.tar.gz: c4909827565098aaf9a3f003315c017ebc9492018884e36f7f8edfb1c6b6de078f5b4fb1e098a0fbfbba05b31e7b062b85ef6ab0d0b0099fd016cc56baf20520
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.9.46)
4
+ sportradar-api (0.9.47)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -54,7 +54,7 @@ module Sportradar
54
54
  when Array
55
55
  data.each do |hash|
56
56
  current = existing[hash['id']]
57
- current ? current.update(hash) : existing[hash['id']] = klass.new(hash, **opts)
57
+ current ? current.update(hash, **opts) : existing[hash['id']] = klass.new(hash, **opts)
58
58
  existing[hash['id']]
59
59
  end
60
60
  when Hash
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.9.46"
3
+ VERSION = "0.9.47"
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.46
4
+ version: 0.9.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett