qubitro-mqtt 0.0.3 → 0.0.4
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/qubitro-mqtt/version.rb +1 -1
- metadata +5 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b715e4c9ac37f8413d91ba2c496979c9cff0333d9778271742b2bad06930d644
|
|
4
|
+
data.tar.gz: 1b0823e304bf64fc9affcca7dc96dc6cf64552e5f33cdccc9f77f837ef3fc3aa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 419c8e163feb1b6f4fee7b8864ef3903cb18b7594fe236e13b06389eb3ad23e52fbca46cf24297c5f44b0f92e2b72441ef1d585741183d80945ac3b3ea62ea08
|
|
7
|
+
data.tar.gz: 223df2b2bd5cfac20069f3284a94e4ef6f190d57d954705c1e880f123f2ec7c3d245c2f4aa210cb2e75533aea47cb9c65af75a4cbcc0b3497585e60e6fec542a
|
data/lib/qubitro-mqtt/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: qubitro-mqtt
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Qubitro
|
|
@@ -94,8 +94,8 @@ dependencies:
|
|
|
94
94
|
- - "~>"
|
|
95
95
|
- !ruby/object:Gem::Version
|
|
96
96
|
version: 0.48.0
|
|
97
|
-
description:
|
|
98
|
-
for publish/subscribe messaging.
|
|
97
|
+
description: Modern Ruby library that implements the MQTT protocol, a lightweight
|
|
98
|
+
protocol for publish/subscribe messaging.
|
|
99
99
|
email: social@qubitro.com
|
|
100
100
|
executables: []
|
|
101
101
|
extensions: []
|
|
@@ -139,7 +139,8 @@ requirements: []
|
|
|
139
139
|
rubygems_version: 3.0.3
|
|
140
140
|
signing_key:
|
|
141
141
|
specification_version: 4
|
|
142
|
-
summary: Implementation of the MQTT protocol
|
|
142
|
+
summary: 'Implementation of the MQTT protocol for Qubitro IoT platform. More info:
|
|
143
|
+
docs.qubitro.com'
|
|
143
144
|
test_files:
|
|
144
145
|
- spec/mqtt_client_spec.rb
|
|
145
146
|
- spec/mqtt_version_spec.rb
|