mqtt_broker 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8eed6dc6dea957dc91cdc3dd8dfe051ae40e511875f7126206144ab4dde6a7c1
4
- data.tar.gz: a825dd9f2e803a0062585a92c7b27627246fb3b30d051f771687dfefe860b814
3
+ metadata.gz: 923835f0fb099653bbc1049fe15d8092170d6aa333ffc47a5258b540ca2a9e10
4
+ data.tar.gz: 9902a9edd6932a49503f2c5969cd8e88ead9181afbae659ed26e936c3ef36ce5
5
5
  SHA512:
6
- metadata.gz: a85e49781aa5192001f871a4b95e632dbdcae03ab29ea33d59481356d793e2088698e225d2126da1a6336622f5daf7b9ba2cdc4fba6a9551b6a84b9eb611837b
7
- data.tar.gz: '07709d4ccb448c43ce86b2c321d876034e1c109ad2b74303b85e644fdc8df48148c88ccc0220e0e4d7aef0d2c33bcfb0d596fd799e64bb959b970002959eb822'
6
+ metadata.gz: dcdb743593c052a2f1dd4a0e654bfb0a73e229d262c9ad155b2bad00c4149f7086ed84274a125b4676db0a69fd01812e46bfb1b05bdc30e7c7c56cebd9ca106d
7
+ data.tar.gz: edfa600da2e9b60d441c093700c86daa76164f2885771ef1224c034c582a2f0708159099f35802b9d44ce00b104513c99ac3af088a66b819b7446d3a7a93e2d3
@@ -1,3 +1,3 @@
1
1
  module MqttBroker
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/mqtt_broker.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.email = ["kaine_76@hotmail.com"]
8
8
 
9
9
  spec.summary = "Simple MQTT Broker/Server in Ruby"
10
- spec.description = "If linked with ruby it should be spawned in its own process away from rails to prevent bottle-necking"
10
+ spec.description = "If linked with Rails it should be spawned in its own process away from rails to prevent bottle-necking"
11
11
  spec.homepage = "https://www.github.com/scope2229/mqtt_broker"
12
12
  spec.license = "MIT"
13
13
  spec.required_ruby_version = Gem::Requirement.new(">= 2.7.0")
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mqtt_broker
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - scope2229
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 3.5.0
41
- description: If linked with ruby it should be spawned in its own process away from
41
+ description: If linked with Rails it should be spawned in its own process away from
42
42
  rails to prevent bottle-necking
43
43
  email:
44
44
  - kaine_76@hotmail.com