sportradar-api 0.10.47 → 0.10.48

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: afcf7d26a13d841b88bcff3e78e3e932fc072104
4
- data.tar.gz: 691217a546a8bb05d51b5756bb47ede326492adc
3
+ metadata.gz: a3556a5306f7ffaeeae21c66c73ecbab54ac4969
4
+ data.tar.gz: 42470c948a7b6ee41d1ac80daf5940872a9ba343
5
5
  SHA512:
6
- metadata.gz: 9bc61853e9792a78dd5bb14248bad435bd6e888802b4f4b505db454b67c7fdcd70d481b2a381cdea830fdbf7fe77b69191527dbda7b838f99e3dac5c71000b85
7
- data.tar.gz: 46a3cbfa914744bf47480e030013a4ab3501e0d5487e77ab602dc657c85cd3f052c16c731f6ee3b989dbbbdab584b5d655d4bb3f9691ff0b07cb0730b7a5a273
6
+ metadata.gz: e6f1699f135482905caef3e1513fb3b497e9f1aaab7edf27243f5d434e1ee1250a28ec89b7e5a210ccedef237ce35c83c0f6227271ea763c6ab60aff3d9ec84b
7
+ data.tar.gz: ecd65d0e8e0c3ab9d9efd0a320883eb79cfb2eaec1d90d432bab5c4b0cf6087e835d674455138bf59fe73c1fbb69c6a59af919b17cf2fe2dd991c6490c201951
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.10.47)
4
+ sportradar-api (0.10.48)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -47,7 +47,7 @@ module Sportradar
47
47
  end
48
48
 
49
49
  def homerun?
50
- pitchest.last&.homerun?
50
+ pitches.last&.homerun?
51
51
  end
52
52
 
53
53
  def strikeout?
@@ -240,10 +240,6 @@ module Sportradar
240
240
  @pbp ||= innings
241
241
  end
242
242
 
243
- def atbats
244
- innings.flat_map(&:atbats)
245
- end
246
-
247
243
  def events
248
244
  innings.flat_map(&:events)
249
245
  end
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.10.47"
3
+ VERSION = "0.10.48"
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.47
4
+ version: 0.10.48
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.6.10
465
+ rubygems_version: 2.5.2
466
466
  signing_key:
467
467
  specification_version: 4
468
468
  summary: Sportradar API client