vchain_client 1.0.20 → 1.0.21
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 +4 -4
- data/lib/vchain_client.rb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b7db396f9ccc111daf170ae178b5dcc5a7dbe42a
|
|
4
|
+
data.tar.gz: 74baca0c18f217d70c2a5b191f89911b9aa13533
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d5043acbd5dbfb6b5848a606404d2e01ce8236c720f666b024adeca956425dd98717b9ec9669c4a991b2c595ab5e42be91efee201faa2c573b469744c143a377
|
|
7
|
+
data.tar.gz: 83bfc37f83bc377462189da905466490a444d5f842bbc530bb47d022a23d0e92fcacb085a2ab1e42d4047aa9859f6e32c3835e37ee3f49c8cdb024670c00c71e
|
data/lib/vchain_client.rb
CHANGED
|
@@ -24,6 +24,8 @@ module VChainClient
|
|
|
24
24
|
|
|
25
25
|
DATA_POINT_VERSION = "1"
|
|
26
26
|
|
|
27
|
+
CLIENT_LIB_VERSION = "1.0.21"
|
|
28
|
+
|
|
27
29
|
@config = nil
|
|
28
30
|
@log = nil
|
|
29
31
|
|
|
@@ -267,6 +269,7 @@ module VChainClient
|
|
|
267
269
|
end
|
|
268
270
|
|
|
269
271
|
if @log.debug?
|
|
272
|
+
@log.debug("CLIENT LIB VERSION: "+ CLIENT_LIB_VERSION)
|
|
270
273
|
@log.debug("[verify] will call "+ api_url +" using vchain_client_id "+ client_id)
|
|
271
274
|
@log.debug("-> point_type: "+ point_type)
|
|
272
275
|
@log.debug("-> weight: "+ weight.to_s)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: vchain_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.21
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aleksandr Gorelik
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-01-
|
|
11
|
+
date: 2017-01-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: log4r
|