ulms_client 0.1.0 → 0.1.1
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 +5 -5
- data/lib/ulms_client.rb +1 -1
- metadata +3 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: ba52d6503b8fac72ae0ccba8658904532c4c8cc768c9cab9d1fefa74636fb87d
|
|
4
|
+
data.tar.gz: feeaa8f3fa97611df57d9659c6cbdad15bc889f17b8efdd21dc7b8662b698170
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e036739ad4c4b6e3892d7e568c155daa52aaa993b450c2212327e868105839b4eafea90c18fd1b6ded174e5beafaf70dd92d6a735822d3279a09bac10f97b07d
|
|
7
|
+
data.tar.gz: 8914c2686be4477532d8a082c375e250d7034522ea012c3ec927c6da6e98949eb17bbc591d84b8fee3381d7c06855897db044024ec62cf65334d1d89f31ff482
|
data/lib/ulms_client.rb
CHANGED
|
@@ -225,6 +225,6 @@ end
|
|
|
225
225
|
def connect(host: 'localhost', port: 1883, client:, **kwargs)
|
|
226
226
|
conn = Connection.new(host: host, port: port, client: client, **kwargs)
|
|
227
227
|
conn.connect
|
|
228
|
-
conn.subscribe("agents/#{client.agent}/api/v1/#")
|
|
228
|
+
conn.subscribe("agents/#{client.agent}/api/v1/in/#")
|
|
229
229
|
conn
|
|
230
230
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ulms_client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Timofey Martynov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2019-
|
|
11
|
+
date: 2019-10-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: mqtt
|
|
@@ -50,8 +50,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
50
50
|
- !ruby/object:Gem::Version
|
|
51
51
|
version: '0'
|
|
52
52
|
requirements: []
|
|
53
|
-
|
|
54
|
-
rubygems_version: 2.6.14.1
|
|
53
|
+
rubygems_version: 3.0.3
|
|
55
54
|
signing_key:
|
|
56
55
|
specification_version: 4
|
|
57
56
|
summary: DSL for writing ULMS interaction scenarios
|