football-butler 2.1.0 → 2.1.1

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
  SHA256:
3
- metadata.gz: 7654e08d510473c24d9918a1c0c17ad59bf099eaa8ffd7eb2d630e9bf01255e8
4
- data.tar.gz: 7a921b8c15ea17bf504022db5ea3d5f162cbcaf5665ef0602147cf743f60fd0d
3
+ metadata.gz: 73aaf5b7373f6bc121c70b0595678dfbe68368657c5564e94570ea68821e4299
4
+ data.tar.gz: 3753f50ea821aa9b3f08962926a3b7dc5627e1cf8e2693a85b503bb2395e4265
5
5
  SHA512:
6
- metadata.gz: a15049ca129fc638e56bb7097a261ac38a87f11f901e481f52115eb89ac6f0cd6047651ef451945317259cfb2f6001647be9b59bee5f6d3197c8d230dc814d8e
7
- data.tar.gz: d7ecd05456a3a1be9b324a44ec1511d5256e4fba1253efe230715791b0a0f3531e14983a6485f05aa6576c830fc9009e8a25935fa54437ab7d45d33507b5ad53
6
+ metadata.gz: 87b47413453c999564da314d5483a7c100f36f59ffe7c75c06dba8cbb69b65557632527354f1afec9de85d65ab02bdbb8aeb74b96d4b972812e0daff58bbac06
7
+ data.tar.gz: 4a624803962bc33c4aeb5d4ad13feaaaa19481204951cc16b5f2830c91fdd213ccf6f7442334faa54514868345acad52c2df2118487cca2ea462844ea2a2b352
@@ -2,13 +2,13 @@
2
2
 
3
3
  module Football
4
4
  module Butler
5
- # Adding new API api_football.com
6
- # August 2021
5
+ # Minor Adjustments and Feauture Freeze due to follow up gem: sports-butler
6
+ # January 2022
7
7
  #
8
8
  # Supported APIs;
9
9
  # - https://www.football-data.org (>= 1.0.0)
10
10
  # - https://apifootball.com (>= 2.0.0)
11
11
  # - https://api-football.com (>= 2.1.0)
12
- VERSION = "2.1.0"
12
+ VERSION = "2.1.1"
13
13
  end
14
14
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: football-butler
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jörg Kirschstein
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-27 00:00:00.000000000 Z
11
+ date: 2022-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: byebug
@@ -153,7 +153,7 @@ licenses:
153
153
  metadata:
154
154
  homepage_uri: https://github.com/frontimax/football-butler
155
155
  source_code_uri: https://rubygems.org/gems/football_butler
156
- post_install_message:
156
+ post_install_message:
157
157
  rdoc_options: []
158
158
  require_paths:
159
159
  - lib
@@ -169,7 +169,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
169
169
  version: '0'
170
170
  requirements: []
171
171
  rubygems_version: 3.0.3
172
- signing_key:
172
+ signing_key:
173
173
  specification_version: 4
174
174
  summary: Football data via API
175
175
  test_files: []