hodmin 0.1.2 → 0.1.3
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/hodmin/version.rb +1 -1
- metadata +9 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: dcd24a4eeaaf4d587fdb201901648e4cc6e425d0
|
4
|
+
data.tar.gz: 02620586a29db3cb205e966668c9b32b911469f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3b8a292ef8bf5b589df449a8c54f8e840140cdb5871575a4fb8ce0ac47d02a8254d2f440fcc3cd0dddea166f2c3ff0ca1e94d99434eb0adfd5866a0c288772d
|
7
|
+
data.tar.gz: 1db4f061de23d0eabcdbbb906b0bc55f3f34083f1153699fcb634dddb3041a851b38846481303cfe2e7ce1691b8d1da7ed4fb275c79d8dfdd39bb4c807985197
|
data/lib/hodmin/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: hodmin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Thomas Romeyke
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-03-
|
11
|
+
date: 2017-03-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: configatron
|
@@ -148,10 +148,11 @@ dependencies:
|
|
148
148
|
- - "~>"
|
149
149
|
- !ruby/object:Gem::Version
|
150
150
|
version: '5.0'
|
151
|
-
description: Hodmin enables you to administrate your Homie-devices
|
152
|
-
|
153
|
-
|
154
|
-
|
151
|
+
description: Hodmin enables you to administrate your Homie-devices (IOT, esp8266-based
|
152
|
+
microcomputers with Homie-firmware) via command-line-interface. It consists of some
|
153
|
+
scripts to wrap Homie-administration in some handy commands. Hodmin does not communicate
|
154
|
+
with a homie-device directly. It instead uses your MQTT-broker to pass informations
|
155
|
+
to a device.
|
155
156
|
email:
|
156
157
|
- rttools@googlemail.com
|
157
158
|
executables:
|
@@ -183,7 +184,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
183
184
|
requirements:
|
184
185
|
- - ">="
|
185
186
|
- !ruby/object:Gem::Version
|
186
|
-
version:
|
187
|
+
version: 2.0.0
|
187
188
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
188
189
|
requirements:
|
189
190
|
- - ">="
|
@@ -194,6 +195,6 @@ rubyforge_project:
|
|
194
195
|
rubygems_version: 2.5.1
|
195
196
|
signing_key:
|
196
197
|
specification_version: 4
|
197
|
-
summary: Hodmin is a tool to administrate Homie-devices (esp8266-based microcomputers
|
198
|
+
summary: Hodmin is a tool to administrate Homie-devices (IOT, esp8266-based microcomputers
|
198
199
|
with Homie-firmware)
|
199
200
|
test_files: []
|