istox 0.1.61 → 0.1.62

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: db07643de98553f2ec176b18cd43bc37656e7f4ccd326976f323826085757f26
4
- data.tar.gz: 9f651d3ca0a080b77ff4a6c67e440899d5753c6f3df61ddb32567976832345eb
3
+ metadata.gz: 6e5b5f59b88a08ddfb4f17766346e7c84754ae73b1d973966c11ca3be3f0992b
4
+ data.tar.gz: c6ec3c4d8cad8507589284796c83b762ed5e51b5add38dca95984a5858f11d28
5
5
  SHA512:
6
- metadata.gz: 6352f5de3bc55998e5801d6c96c78fb23b23981d6520b406e0d05a8302e8aac7080af8f8345bf01c2c03c59cd6a95ae90f2fb974c251bba0d9d3585c8139a9ac
7
- data.tar.gz: a718eff259747519acf7dd66abef7bdf1504318fa953246f95ae1157afb0fc29ccbbe8dbeb6d900c5cc669e157f3560999c65cfcb839b637b1835a72c9a0fed7
6
+ metadata.gz: d5ac408206fa7ee1499293f5263a03829b4ed34c10466a302d1ecbdb0e2002ef689416912448476f9023cf1ad573c23113a9f3e401c4bcc88aeb12a98c94b054
7
+ data.tar.gz: 5d34039c891de4ecc9f1826d3b5a562a897ca6d65912733ebd4e058b6e4360090170fb61d9e18f02031e2561bbc8802cfd5db8ade81f3fd4668112e5536dbc22
@@ -15,7 +15,9 @@ module Istox
15
15
 
16
16
  raise "Please make sure you have initialised graphql cient for host #{host_type}" if !client
17
17
 
18
+ Rails.logger.info "Querying Graphql host: #{host_type}, query: #{query}, variables: #{variables.inspect}"
18
19
  result = client.query(query, variables)
20
+ Rails.logger.info "Graphql result: #{result.inspect}"
19
21
  end
20
22
 
21
23
  private
@@ -1,3 +1,3 @@
1
1
  module Istox
2
- VERSION = "0.1.61"
2
+ VERSION = "0.1.62"
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.61
4
+ version: 0.1.62
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-10 00:00:00.000000000 Z
11
+ date: 2019-07-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bunny