sportradar-api 0.10.39 → 0.10.40

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: e385ae8113957d941493dffd8e9fa02692b8eb76
4
- data.tar.gz: d27877f969c43b162dc83d9520fc50c763585704
3
+ metadata.gz: 1b9bacb5415c769b11967930ff849aab40fb75b2
4
+ data.tar.gz: c9900b295aedaef1eb09acc8b17a95bcb712c6a0
5
5
  SHA512:
6
- metadata.gz: e57fcb3f9f54421165a42c1e1391d66bf1af071fb3807f982f984ce6396a4c1181c8e4a40a7dfb907435041d57e4e4a7f7c98a75689d5ea7ab59c8d56aa07772
7
- data.tar.gz: 0147e58bd87902e5c0d6b62404927155a4f6afd2ffff09dcc902eb6816044a3aecfde04f4c8067e445621c3bd29718f4dc95e7ebfda0dc411c863e27e82712a6
6
+ metadata.gz: 176f2cf3c1b240f01aef10839cecabc563440ee2472f23b24f6c2337f6392fb2d2735985ebe8e23add77aea42e1a4ba43e44f249e915ec3dc3247d0653bd1a0a
7
+ data.tar.gz: b1b65b474e35ceb8ee89a110c3da4983baea0d39412257cebf88acae6e4b24bc40088f6962701aac8f106c5a466e79344eefa77c07ebf7c2d7403a0e382d90be
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.10.39)
4
+ sportradar-api (0.10.40)
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, :is_hit, :warming_up, :runners, :errors, :pitch_type_name, :x, :y, :zone, :total_pitch_count, :speed, :outcome, :hit_type, :balls, :strikes, :outs
5
+ attr_accessor :response, :id, :at_bat, :outcome_id, :status, :count, :is_ab_over, :is_hit, :warming_up, :runners, :errors, :pitch_type_name, :x, :y, :zone, :total_pitch_count, :atbat_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.39"
3
+ VERSION = "0.10.40"
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.39
4
+ version: 0.10.40
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-17 00:00:00.000000000 Z
11
+ date: 2017-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler