istox 0.1.63 → 0.1.63.1

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
  SHA256:
3
- metadata.gz: 382a2a2257f8c96ee93ab80f29830c127e04e5b4fdb7fc43e6db504fff5cad9c
4
- data.tar.gz: b1608d744003b58f577f5e8ac83c5b525df22fec6c78ba0e046934b3b3c4100f
3
+ metadata.gz: 34ec74b0653c4c2a85ea1cf6ef7c9a6a24966077fee7a795ad22a871d0637335
4
+ data.tar.gz: 6d296af83f4b529558ad00e1531ed7d743b0a3a50601da5577340f57f51dd32c
5
5
  SHA512:
6
- metadata.gz: b259d49bac57c0e8813f0e93d454136e1f79cb24c90210a0abc839cc1da8b08459898baf7b93e54cef59865ece728661cba679b2ae1544bcdab555175fa16b78
7
- data.tar.gz: dc7b3bdac52ff1eec1b4a1ffed088289b66992265f26d3c128608946b564063c722054bc7b591018a3021af8b18f911e155adb93a48e4ba345828b243ae984c3
6
+ metadata.gz: 646ef500a80e718dc9d28f284e19cfb3f29d15b265d70c82a1287a23ca9a8167c0036e2ab5221c8e138ea0711819c8bda53b807455490db88664562535886f24
7
+ data.tar.gz: eff02b4c996d507be77514fbb4571eaa12b60c1a7a685cdaca2ebd8e6fc6b561d341da2f0b9fcb6500293fb921df23b7a477853c3ea142c5f5d7f7eea8430e88
@@ -25,7 +25,7 @@ module Istox
25
25
  private
26
26
 
27
27
  def init_host(host_type, url)
28
- client = Graphlient::Client.new(url)
28
+ client = Graphlient::Client.new(url, http: Graphlient::Adapters::HTTP::HTTPAdapter)
29
29
 
30
30
  @@hosts[host_type] = client
31
31
  end
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.63"
2
+ VERSION = "0.1.63.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: istox
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.63
4
+ version: 0.1.63.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Siong Leng
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-07-11 00:00:00.000000000 Z
11
+ date: 2019-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bunny