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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/qubitro-mqtt/version.rb +1 -1
  3. metadata +5 -4
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e765bd01b43ba858f79154f92de4466e6b44e77cfd2d203ef5c430b8b41d91fc
4
- data.tar.gz: 5b24ab506462de5f718f68ea5fd0a01d103162b44299580bfd3c5457725a6e71
3
+ metadata.gz: b715e4c9ac37f8413d91ba2c496979c9cff0333d9778271742b2bad06930d644
4
+ data.tar.gz: 1b0823e304bf64fc9affcca7dc96dc6cf64552e5f33cdccc9f77f837ef3fc3aa
5
5
  SHA512:
6
- metadata.gz: b33c20cc7065f03a5cb720d2ee99548cfe458cdc3e2ebab800b33a0b1b7cef509f2b50d85d119cbbdb0a9cf074286a59c945a3b4d770ad1d6ebc50e666220f92
7
- data.tar.gz: 220cf0e2d810fd91297a877e3fda434ee1ea2ab415d8afd2e88dc5dbbdb332614f3b6558fce0630fbe9846550bef77e61067759f9a0e27dea988c2b6b356f0d5
6
+ metadata.gz: 419c8e163feb1b6f4fee7b8864ef3903cb18b7594fe236e13b06389eb3ad23e52fbca46cf24297c5f44b0f92e2b72441ef1d585741183d80945ac3b3ea62ea08
7
+ data.tar.gz: 223df2b2bd5cfac20069f3284a94e4ef6f190d57d954705c1e880f123f2ec7c3d245c2f4aa210cb2e75533aea47cb9c65af75a4cbcc0b3497585e60e6fec542a
@@ -1,5 +1,5 @@
1
1
  module MQTT
2
2
  # The version number of the MQTT gem
3
- VERSION = '0.0.3'
3
+ VERSION = '0.0.4'
4
4
  end
5
5
 
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.3
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: Pure Ruby gem that implements the MQTT protocol, a lightweight protocol
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