sportradar-api 0.10.34 → 0.10.35

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: 2145d1fbce394005f1424a3d185a24470b7d16f4
4
- data.tar.gz: b7b2dfaa4a4ce9633c7fd1c40936037d1c3e7d90
3
+ metadata.gz: 55dc442a60e0ee9fdc7c1bcdeacfef53afd1f81c
4
+ data.tar.gz: e90a8dacc78d12005455516f07dc0725ee4c7611
5
5
  SHA512:
6
- metadata.gz: ce7e9f7881951ebf3038a1835d0bd396051d836ac78a282772f43cc6523dfb32083d8d685d97d043cfa3c827e585e500e01041dd8bc669072db0ce85b82157a0
7
- data.tar.gz: 22b55dde012d9eeafeab345fad7c5db628fc4a51378e0917e6796ea68a38458efa3ae30f522c2e258b808a503d0eb8c1979569fe1617b4493954a1ad75fb5163
6
+ metadata.gz: 4bf1d7e5519f02e2f2f4f28bca59607dee5e7c299acabaa0eb5fe58ebefc2e17507ed23048e026cfe4792af1985438fbc664b99e05e7c08fd498156fdb6be00c
7
+ data.tar.gz: de36c42a52843d2d93391d0dd9ac80b67c0cc01b5ea4a6770ea6e5d81482bfef79a5a0dbe9077d6287ae01de4db5c0b81315fa45f43412cf73a562d67358b57e
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.10.34)
4
+ sportradar-api (0.10.35)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -2,7 +2,7 @@ module Sportradar
2
2
  module Api
3
3
  module Baseball
4
4
  class Pitch < Data
5
- attr_accessor :response, :id, :at_bat, :outcome_id, :status, :count, :is_ab_over, :warming_up, :runners, :errors, :pitch_type_name, :x, :y, :total_pitch_count, :speed, :outcome, :hit_type, :balls, :strikes, :outs
5
+ attr_accessor :response, :id, :at_bat, :outcome_id, :status, :count, :is_ab_over, :warming_up, :runners, :errors, :pitch_type_name, :x, :y, :zone, :total_pitch_count, :speed, :outcome, :hit_type, :balls, :strikes, :outs
6
6
 
7
7
  def initialize(data, **opts)
8
8
  @response = data
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.10.34"
3
+ VERSION = "0.10.35"
4
4
  end
5
5
  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.34
4
+ version: 0.10.35
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-05-15 00:00:00.000000000 Z
11
+ date: 2017-05-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -461,7 +461,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
461
461
  version: '0'
462
462
  requirements: []
463
463
  rubyforge_project:
464
- rubygems_version: 2.6.10
464
+ rubygems_version: 2.5.2
465
465
  signing_key:
466
466
  specification_version: 4
467
467
  summary: Sportradar API client