football_api 0.0.7 → 0.0.8

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: 13b8c69cc770246caab805f50882509599ae5118
4
- data.tar.gz: d1f8e0191399bed5dea6af6e90f2479e861aa973
3
+ metadata.gz: 5cb40cf7243b4c1ed55def45fa7b6e257cc6808a
4
+ data.tar.gz: 5634937c34f0992f42c4b63243fbadf3a95cd82f
5
5
  SHA512:
6
- metadata.gz: 356d5eda47d2ff3d2005e206d8527fed382cbb45b5a9a28ba72729fbb71f824acf0185572f99d41055b91258a4af0817544636865970c3e4e457657672fa0dd9
7
- data.tar.gz: 4645b4c4d4c3347582e4c44fd59dae3de05bc65b1fc405bfc74d76307f8497806a3bc0452cd844c1b61b09278713610a67a095c0c4790bac1a940819bf1b66a1
6
+ metadata.gz: 66075a949851ac37a995a5b576824b56743bac33420220d8bb06f171d495fa8064c5c6cff81c40d5b81cc5ee74ab9d98cd4da335f0dafb5946e6d8fc43a5edb1
7
+ data.tar.gz: b348bf3babd0738a405824035cbf62f9fca77dec1600e55ea181ec6de709e67dff8734d19ebe9e75d9f9fcfc6af9d58543257a371b9cc689800fbb0411acec1c
@@ -3,8 +3,8 @@ module FootballApi
3
3
  include FootballApi::Requestable
4
4
 
5
5
  api_options action: :today,
6
- action_params: :match_params,
7
- json_key: :matches
6
+ action_params: :match_params,
7
+ json_key: :matches
8
8
 
9
9
  class << self
10
10
  attr_accessor :competition_id
@@ -33,7 +33,7 @@ module FootballApi
33
33
  :match_visitorteam_name, :match_visitorteam_score,
34
34
  :match_venue_city_beta, :match_venue_id_beta,
35
35
  :match_venue_beta, :match_week_beta, :match_season_beta,
36
- :match_et_score, :match_ft_score
36
+ :match_et_score, :match_ft_score, :match_events
37
37
 
38
38
 
39
39
  def initialize(hash = {})
@@ -1,3 +1,3 @@
1
1
  module FootballApi
2
- VERSION = "0.0.7"
2
+ VERSION = "0.0.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: football_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Afonso Tsukamoto