apiotics 0.2.5 → 0.2.6

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
  SHA1:
3
- metadata.gz: f1252e955054f9dcc741186ef4ab77ca9d1e0fc8
4
- data.tar.gz: 22c0ccabc0cd3f3449c66243ec6913691821f7cc
3
+ metadata.gz: 6919be7f896c869fdd2e20947c61afdf41dd12bc
4
+ data.tar.gz: 152f2bc9fc9d0eff1b58100f2e48e1baeef650d2
5
5
  SHA512:
6
- metadata.gz: 683a4be4169158b4ca8997128b5cc30ff0fc89b1d610a90731bfe009a49201285956f6233f427c4b82a682dda8b14a96b01b0df7d691b32e23f42c0e71e208d8
7
- data.tar.gz: bf11fefafc663d762ab602fece152e6b82258e788de28e1771ab203d7dbd4d3175f33b7f2a9e43a19915b4d9d5e985db8814b84bb58fc1e5c78ed0ea202a2f0f
6
+ metadata.gz: cb533fdf78271769d7a762d7fed4dd9c1359410cf5978498710d54b2f1c1c501f7e4bf54269741fafe339414fae4087a091c68641ed4e5404b5aa211a9556ee1
7
+ data.tar.gz: 7d973e60f7d1dfd218ccd72cb2211203d452d2969bccce44ea01884c413b01813676adfe89d9106218735826fe884b1c0f59161095a5415240305327e3a088e8
@@ -54,7 +54,7 @@ module Apiotics
54
54
  Server.parse_message(msg)
55
55
  end
56
56
 
57
- PahoMqtt.logger = "/Users/mackie/.apiotics/paho.log"
57
+ #PahoMqtt.logger = "/Users/mackie/.apiotics/paho.log"
58
58
 
59
59
  @server.subscribe("topic/#{Apiotics.configuration.public_key}/setcomplete", 1)
60
60
  @server.subscribe("topic/#{Apiotics.configuration.public_key}/setrequestack", 1)
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.2.5'
2
+ VERSION = '0.2.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-12 00:00:00.000000000 Z
11
+ date: 2018-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails