clashinator 1.1.5 → 1.1.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: 0ec770582f5a2b67ce86c0ce467aab3f94073193
4
- data.tar.gz: 03a6cd5f12022077928342ae918ea2e052f78ad2
3
+ metadata.gz: 4350f03b17b07ec299d55051758e73f69c0dc1ca
4
+ data.tar.gz: f1f878a629c2e8c2bb0f1ca45f5d8897f0d20990
5
5
  SHA512:
6
- metadata.gz: f3cd075fa97dcb66a15da7c59c261b8e9f74fc0ef0966731599cded22082346786f10a31d4fc8992be6fae43df884c4e9a8476d5e992d49b484f0f7be4ecbb06
7
- data.tar.gz: 26bf1856b55004104123bd23bd88c8c8189b37172a5b0cb0f32318239bbc141e2abc7f99b6fe1e86efff51859a2279287c8aacc2b9da7e59516036f482f5b760
6
+ metadata.gz: 1c5cd18561cd9f2fcc950254bd6a922a9675eb76b689fa8805ab4a0557917ff4f0b1ffdb1d428546a42d5241a6309c1e0f9e94459632593108ea1ed438c1ce77
7
+ data.tar.gz: 8a06fe9bd0578246e586972d228e6c8b2efbcbb1205cb3e1a7609f7600d4314978b81790f1518dbf44b05046c1f37557fd8aae547737210b6eec1cfcb0930931
@@ -7,7 +7,7 @@ module Clashinator
7
7
 
8
8
  def initialize(token)
9
9
  @token = token
10
- @uri = YAML.load_file('./config/config.yml')['url']
10
+ @uri = 'https://api.clashofclans.com'
11
11
  @headers = { 'Authorization' => "Bearer #{@token}" }
12
12
  @conn = Faraday.new(
13
13
  url: @uri,
@@ -1,3 +1,3 @@
1
1
  module Clashinator
2
- VERSION = '1.1.5'.freeze
2
+ VERSION = '1.1.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: clashinator
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Leonardo Cabeza
@@ -110,7 +110,6 @@ files:
110
110
  - bin/console
111
111
  - bin/setup
112
112
  - clashinator.gemspec
113
- - config/config.yml
114
113
  - config/secrets.sample.yml
115
114
  - lib/clashinator.rb
116
115
  - lib/clashinator/achievement.rb
data/config/config.yml DELETED
@@ -1 +0,0 @@
1
- url: 'https://api.clashofclans.com'