constructorio 2.0.3 → 2.0.4

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: 92b3238b1ea8b5fbd5e047dcf452fcf01252105c
4
- data.tar.gz: 0f38e485dc910f490140a804fe5856e637182604
3
+ metadata.gz: 4370d4a0766294312355664d6de9d6db03a7c3cf
4
+ data.tar.gz: 79c87e8b69acac8e9caa795ec0d661a25284022a
5
5
  SHA512:
6
- metadata.gz: 353c67115b4856ba3d4e17e0518b7e7967229f2c9f3e7ffa172813871830f9e619d6f7c5839e84bb4882157d394ab9a7fbd06c0005567584bcc91c90400c5fd1
7
- data.tar.gz: ec5b94e6ce26de0e5db764df3165014fe817d8d28145e6e28673ec0459d07eaa992a63bc394471a097bd53584caa3ad9ef5ca164a9e37fa9edfbe2a1e235bccc
6
+ metadata.gz: ab32e550be7ffc9e127f25e4993e2385a45829b45436de01bb243f59bf13462cfacbeb12ffc24866107ceffe748593f105d4bd359f3da57e7ed4169fd99f7604
7
+ data.tar.gz: 8028246abb04c80e835e1f1c30c3d887ed134f7ac66a06f73218c132f52a9d421b4ef457edf309a459bdf8ea70fb96784ac379b09b1d32ea08ecf9916c60937e
@@ -34,7 +34,7 @@ module ConstructorIO
34
34
 
35
35
  def call_api(path, method, params = {})
36
36
  api_token = ConstructorIO.configuration.api_token
37
- api_url = ConstructorIO.configuration.api_url || "https://ac.constructor.io/"
37
+ api_url = ConstructorIO.configuration.api_url || "https://ac.cnstrc.com/"
38
38
  autocomplete_key = ConstructorIO.configuration.autocomplete_key
39
39
  @http_client ||= Faraday.new(url: api_url)
40
40
  @http_client.basic_auth(api_token, '')
@@ -1,3 +1,3 @@
1
1
  module ConstructorIO
2
- VERSION = "2.0.3"
2
+ VERSION = "2.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: constructorio
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dan McCormick
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-08-27 00:00:00.000000000 Z
11
+ date: 2015-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday