sportradar-api 0.10.44 → 0.10.45

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: '0595a74d904038d82510f8e0c59800b5afaf29bb'
4
- data.tar.gz: 2c590860715d37eb4184e5bbe1b37ce3a98997b8
3
+ metadata.gz: 9f120bd17652d5abb5750e0bcfc3ed5ce8a90b48
4
+ data.tar.gz: aeb861d29a8c72367ac62c076691b1a228158232
5
5
  SHA512:
6
- metadata.gz: e14ee51ee5d0cfd72da5d5b50ab4c16ab5123a15e59b84193518e61d5c59d1f4ed4085545f5ed1686d8ac0b16fb0b04017f8d7277297f2deba843ffb11800ea4
7
- data.tar.gz: dfafd90951d794669fbee3905a6f116203447bbc707792159268a4d5651b1e84fba7d05a19b6cc8bd4a3cfebb235f83b35b452d61f983e66c1222e3c9cfba67d
6
+ metadata.gz: 7579e1fc4a5164e0b031964011710c989d9fdc7ec3c9c125b5e27295b4d9a1891d249559472c59adb25d600b6feaf470fbcf00eea020ae6dcfea8cc65deeb8ff
7
+ data.tar.gz: 947ec04d719e06c61d87ee71934255586cbe7a8beaf49cf337b11880dbded7adb23aff0a464d0adebcef4cb171c95996347d28b6286f7817d94d8a9762bd5dfc
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.10.44)
4
+ sportradar-api (0.10.45)
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 Player < Data
5
- attr_accessor :response, :id, :number, :full_name, :first_name, :last_name, :position, :primary_position, :birth_place, :college, :height, :weight, :draft, :hitting, :pitching, :fielding
5
+ attr_accessor :response, :id, :number, :full_name, :first_name, :last_name, :position, :primary_position, :birth_place, :college, :height, :weight, :draft, :hitting, :pitching, :fielding, :team
6
6
 
7
7
  def initialize(data, **opts)
8
8
  @response = data # comment this out when done developing
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.10.44"
3
+ VERSION = "0.10.45"
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.44
4
+ version: 0.10.45
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett