sportradar-api 0.9.38 → 0.9.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b3cfdf24bfa1aed8ec4e29bd6b3815772c6d4aad
4
- data.tar.gz: ba2d7f2fe6016d7cb1971f899244e0b48c638a9a
3
+ metadata.gz: 644ff80ed9d43523cf0125a8a3503f27b02d70a4
4
+ data.tar.gz: 1cb24145b5c8bf7ad7b5ae0e2df3ba7537e84768
5
5
  SHA512:
6
- metadata.gz: c179b8130411a0a5bbe35c8ca3aed16a73aac8ca3e38f3d7b148d3a701d37cfe64805fac41a563f0da627508373c47bb49afaf589471722c84f2230b705e6a8e
7
- data.tar.gz: 824fc969703df63e2f8682b5a344c3cfca2816cf370b998dfb4494401575bad8333cb7d2cd2e702750d1b72aa9a3854fbbecf2ca348f2d61602b80612ee27d75
6
+ metadata.gz: 44040d98009193dffc2e390c04feef63b2354d027dff33df6cb9c0638e15ce7b2e50efc5af1f131b11275eb3dba0bd35daa144b46e2d5771c098517b49b1ef0c
7
+ data.tar.gz: 35ceba94c386d7c01fce989b47a75fc58bca64d2acf21dfa66b5509cc246ff4ff99bee11bbba74010cca8c99d227826555289df21258c51588cafb4672f8a715
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- sportradar-api (0.9.38)
4
+ sportradar-api (0.9.39)
5
5
  activesupport
6
6
  httparty (>= 0.14.0)
7
7
 
@@ -63,7 +63,7 @@ module Sportradar
63
63
  m,s = @clock.split(':')
64
64
  m.to_i * 60 + s.to_i
65
65
  end
66
- def game_seconds
66
+ def nba_game_seconds
67
67
  ([quarter, 4].min * 720) + ([quarter - 4, 0].max * 300) - clock_seconds # seconds elapsed in game, only works for NBA
68
68
  end
69
69
 
@@ -1,5 +1,5 @@
1
1
  module Sportradar
2
2
  module Api
3
- VERSION = "0.9.38"
3
+ VERSION = "0.9.39"
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.38
4
+ version: 0.9.39
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ben Eggett