football_api 0.0.5 → 0.0.6

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: 19f149cb48e5afd280f2c255ed00828ed974cc74
4
- data.tar.gz: e23b073e234cb1129f7e03abfa95503b29687386
3
+ metadata.gz: 21a0d99dfe557710909ee14f978a635b82edddc2
4
+ data.tar.gz: 867b8a415e2ce6f3c2e391d98209848e930d2046
5
5
  SHA512:
6
- metadata.gz: aec1d0115cf9c853fbe0f0e866605b3f8125273301de1eee9bd870b2de0fda840adbbae258cb08ac48b6c9347fc33c34622002f3c4fa62e815046438f207defa
7
- data.tar.gz: 39731ab3b551959a8dc77061a137f7f7af5d0c0922808bef26a545489a2fa7f958dc75c75d5847ea750412baeebae694f42e56c82fb43a9e6a1fcb6eb6e706fd
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
- # TODO : Pass key in config
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
@@ -1,3 +1,3 @@
1
1
  module FootballApi
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
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.5
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
Binary file
Binary file
Binary file