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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/hodmin/version.rb +1 -1
  3. metadata +9 -8
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ca64ac3ab89207e68d267256ed0a4ff2f470a4f6
4
- data.tar.gz: 9fe8e38d5b38c415e6dc7c0e684d4edf11bb6953
3
+ metadata.gz: dcd24a4eeaaf4d587fdb201901648e4cc6e425d0
4
+ data.tar.gz: 02620586a29db3cb205e966668c9b32b911469f7
5
5
  SHA512:
6
- metadata.gz: 616baeec41f7eefafc5f7b7a593dddc8d7ec23fb3db92a7ae5382bc68388133e7b5f17077f187d2c2a915deae6d78265465be341c56488bbdff20c92570babfd
7
- data.tar.gz: e2e69c449d0a01e20ac92f00d609811f6fed9f8034cde446deed91bd048f9781b31636160c5645940b8a2a941c4a177098b1168aa8324abaa4d026329fc84d62
6
+ metadata.gz: f3b8a292ef8bf5b589df449a8c54f8e840140cdb5871575a4fb8ce0ac47d02a8254d2f440fcc3cd0dddea166f2c3ff0ca1e94d99434eb0adfd5866a0c288772d
7
+ data.tar.gz: 1db4f061de23d0eabcdbbb906b0bc55f3f34083f1153699fcb634dddb3041a851b38846481303cfe2e7ce1691b8d1da7ed4fb275c79d8dfdd39bb4c807985197
@@ -1,3 +1,3 @@
1
1
  module Hodmin
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
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.2
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-22 00:00:00.000000000 Z
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 via command-line-interface
152
- (CLI). It consists of some scripts to wrap homie-administration in some handy commands.
153
- Hodmin does not communicate with a homie-device directly. It instead uses your MQTT-broker
154
- to pass informations to a device.
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: '0'
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: []