apiotics 0.1.127 → 0.1.128

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2f055a06a1fffb56569e7858bf4729fb6999f56b
4
- data.tar.gz: 2e0838b96458762a5d686cbb5b4841509d28a960
3
+ metadata.gz: 86db635680cb2b76116fb974d1d3923d0db781e7
4
+ data.tar.gz: 3fe2373bdc714f8c73b5eda2ea9958daceb7252d
5
5
  SHA512:
6
- metadata.gz: 02ffcc0192573aa261a62029eac9b2685a460834b1719a2bbf5e5d92f9b7f05a607edc733e8fee79022f1f7dd880039417876c56d53c9e85c62a3ed92e4db73f
7
- data.tar.gz: 704316eb1ca9f586163351e19278e8dca7672e08deb41317788d660385ac28c876d195b443928df44008a978de1f5d65560fc046960796ee4ff91f42dd6e213f
6
+ metadata.gz: 6d3ff236c75497c769515d14a6e56c4606d50931bd704d2fedde0bd2f2463e463b88a9f1c2d0035a1e3790fd6737fa2e143792b7f4749bce293040f41e999ef5
7
+ data.tar.gz: 9b924ea24b3d1d3a7b2f256cc2695a7d4d24858604bde0a839f82fae32851c67a8a6b1e9191097a84f54ea66b2699d233507a6190b9fca43fed8470a7a8a4792
@@ -6,9 +6,9 @@
6
6
 
7
7
  module Apiotics
8
8
  class Insert
9
- def initialize(hash = {"action" => "set-complete", "instance_id" => 1, "driver" => "test_driver", "interface" => "control", "value" => 72, "timestamp" => "1000000000000", "status" => "ok"})
9
+ def initialize(hash = {"action" => "set-complete", "instance" => 1, "driver" => "test_driver", "interface" => "control", "value" => 72, "timestamp" => "1000000000000", "status" => "ok"})
10
10
  @action = hash["action"]
11
- @id = hash["instance_id"]
11
+ @id = hash["instance"]
12
12
  @class = hash["driver"]
13
13
  @methods = hash["interface"]
14
14
  @value = hash["value"]
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.127'
2
+ VERSION = '0.1.128'
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.1.127
4
+ version: 0.1.128
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-03-05 00:00:00.000000000 Z
11
+ date: 2018-03-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails