mqttopia 0.1.18 → 0.1.20

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: 22fd456b89816f0c1a408aa91ce87314f871501013eab946a19a48d7c3ddbffd
4
- data.tar.gz: 1880d0c512433ddb69fa7fced3f1c191355346a2e66a5dd4c2e23be4d91d7497
3
+ metadata.gz: 79c7db296f5f4dfd2db80af02eddd1d43798b0e18175aab756b150adbe38bcca
4
+ data.tar.gz: 189124b048379437624b76a850d97bf4d3ae23c8eed6fcca427cf1fc0275c969
5
5
  SHA512:
6
- metadata.gz: 9f575cbc7790b82d2e675a9fd9358dc6fe80cdbb7152375e04f742b4f9a1703f710ecb40fb79040a38684fb161e5f4d437473a25b326e77342caf21cccfe8fa1
7
- data.tar.gz: ee39f5c542c8c399295d4802ab4c17334d3ea513d010c844bc7014061de550c58dc542f6e2c0ce9bef9a95aa94d93313cec2a88f7b14834dcc7c491dae91dd79
6
+ metadata.gz: 6644b34775b0a900bcd5527f5a918e7ab09a331ad747d31505f74a28df843e4edac8b3ff06240b36645cbf4a528b47d1690e7f2167a4863bc425c991fb9606d9
7
+ data.tar.gz: c5778d6141e09c7aaf6e95b6a86dc66c62091db9f9566b07f9224e3f610b9da76f945724ef9ef54f01fa1cf7834ecb389741e8190be276eba9e20b25ec571995
@@ -101,9 +101,9 @@ module Mqttopia
101
101
  response = safe_mqtt_response(topic, message)
102
102
 
103
103
  if debugging && topic.exclude?(debugging_topic)
104
- publish(debugging_topic,
105
- { 'topic_name': topic,
106
- 'mqttopia_response': response }, 2)
104
+ Mqttopia::Client.publish(debugging_topic,
105
+ { 'topic_name': topic,
106
+ 'mqttopia_response': response }, 2)
107
107
  end
108
108
 
109
109
  yield response if response
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Mqttopia
4
- VERSION = "0.1.18"
4
+ VERSION = "0.1.20"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mqttopia
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.18
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Illa Tech
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-11-19 00:00:00.000000000 Z
11
+ date: 2025-01-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activemodel