football_api 0.0.5 → 0.0.6
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 +4 -4
- data/lib/football_api/base_request.rb +1 -2
- data/lib/football_api/version.rb +1 -1
- metadata +1 -4
- data/football_api-0.0.1.gem +0 -0
- data/football_api-0.0.2.gem +0 -0
- data/football_api-0.0.3.gem +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 21a0d99dfe557710909ee14f978a635b82edddc2
|
|
4
|
+
data.tar.gz: 867b8a415e2ce6f3c2e391d98209848e930d2046
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98bf270b05b7a8b8a1f83a772c9b8d31a1fe9ed88a3a5f4681638a75e0dcedff107bcd983152d8af02615a641e77767b4bbc189af3d1a06728552fe0e36c73b5
|
|
7
|
+
data.tar.gz: 50fa002b215163cc0fd4c7ccb33e72724ba62650b6371ce3a39b6421bf5b80719d900d6f9f0e474f5df8f82802381b92d2332cd619530f3b9b85fbe346f01a38
|
|
@@ -24,8 +24,7 @@ module FootballApi
|
|
|
24
24
|
format :json
|
|
25
25
|
|
|
26
26
|
# The default params for every request
|
|
27
|
-
|
|
28
|
-
default_params 'APIKey' => '69216017-4bb7-96db-0deeadb1b645'
|
|
27
|
+
default_params 'APIKey' => ENV.fetch('FOOTBALL_API_KEY', '')
|
|
29
28
|
|
|
30
29
|
# Default request timeout in seconds. This can be overriden by module configuration.
|
|
31
30
|
default_timeout 15
|
data/lib/football_api/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.0.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Afonso Tsukamoto
|
|
@@ -249,9 +249,6 @@ files:
|
|
|
249
249
|
- LICENSE.txt
|
|
250
250
|
- README.md
|
|
251
251
|
- Rakefile
|
|
252
|
-
- football_api-0.0.1.gem
|
|
253
|
-
- football_api-0.0.2.gem
|
|
254
|
-
- football_api-0.0.3.gem
|
|
255
252
|
- football_api.gemspec
|
|
256
253
|
- lib/football_api.rb
|
|
257
254
|
- lib/football_api/base_request.rb
|
data/football_api-0.0.1.gem
DELETED
|
Binary file
|
data/football_api-0.0.2.gem
DELETED
|
Binary file
|
data/football_api-0.0.3.gem
DELETED
|
Binary file
|