apiotics 0.2.4 → 0.2.5

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: 59ece698ff4463fa6b5fad41105c26f9a68661d3
4
- data.tar.gz: db4b80f579e2336cadf5ade765a977f4b1696c48
3
+ metadata.gz: f1252e955054f9dcc741186ef4ab77ca9d1e0fc8
4
+ data.tar.gz: 22c0ccabc0cd3f3449c66243ec6913691821f7cc
5
5
  SHA512:
6
- metadata.gz: 70733fe626b453810432ab0846aad7da823f027edb543850e6f20d7753a925c24e835d22e000ee969b0a75fd683af1dde91ca9b499baa793712f00e9e0a263e1
7
- data.tar.gz: c0927f0f661eaa3a02d84bc22155db7094c98e3c75e4c220310615f8153509904bf6efb15b6d10c4c8dda64f710ce82652a20f0117db4ece2f34236ae815f7cf
6
+ metadata.gz: 683a4be4169158b4ca8997128b5cc30ff0fc89b1d610a90731bfe009a49201285956f6233f427c4b82a682dda8b14a96b01b0df7d691b32e23f42c0e71e208d8
7
+ data.tar.gz: bf11fefafc663d762ab602fece152e6b82258e788de28e1771ab203d7dbd4d3175f33b7f2a9e43a19915b4d9d5e985db8814b84bb58fc1e5c78ed0ea202a2f0f
@@ -6,7 +6,7 @@ require "socket"
6
6
  require 'openssl'
7
7
  require 'json'
8
8
  require "redis"
9
- require 'apiotics_aws_iot_client'
9
+ require 'aws_iot_device'
10
10
 
11
11
  module Apiotics
12
12
  class Server
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.2.4'
2
+ VERSION = '0.2.5'
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.4
4
+ version: 0.2.5
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-11 00:00:00.000000000 Z
11
+ date: 2018-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails