apiotics 0.1.85 → 0.1.86

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: 9fe81fc35eb9fc7407018937604dae63acb624c2
4
- data.tar.gz: 324938b73f6bd1477d2047dcaa88ad0d37415f8b
3
+ metadata.gz: 13f5673ebb3e85a0bf2a01972f536d6b2d202bdd
4
+ data.tar.gz: b0f512e1217a9d824b19c8ec99448c0f8de3ae6e
5
5
  SHA512:
6
- metadata.gz: 8cfc110a18843aba3d92c4d5b4c9b316ef9d3472ccd28ee5b32051d3b01d4de7675910df7aca9845d4862b6527d57b297841288d9eda4c14b846880f1ddcda00
7
- data.tar.gz: c97178c3bc28611760f0e6c51247a8cca3315f65aae78f4a7cb4a5cc0b1026667c96fbd6b27ac141b76501107f57341b05ce5e0a135065563a2d10d0a58017a3
6
+ metadata.gz: a40ba97178f50d4e4beaf49975172b6f89317a5c37f082588198bad46a608a5c0307e1e3bee1ff471d9b114bcabb6d9f75bbc2a7b1c6cb7b81079df77030c7e7
7
+ data.tar.gz: 696e96975c1b68f4695b16039cde6380fd8b61b8748fbccbda1dc69ffa9861fe62d42791419668b13a86b164285f3c63dfc248f774edec1d6382ef052dae6b6c
@@ -2,6 +2,8 @@
2
2
  # received from the remote server.
3
3
 
4
4
  require "socket"
5
+ require "redis"
6
+
5
7
  module Apiotics
6
8
  class Client
7
9
  def initialize( server = 'localhost', port = Apiotics.configuration.local_port )
@@ -5,6 +5,7 @@
5
5
  require "socket"
6
6
  require 'openssl'
7
7
  require 'json'
8
+ require "redis"
8
9
 
9
10
  module Apiotics
10
11
  class Server
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.85'
2
+ VERSION = '0.1.86'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: apiotics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.85
4
+ version: 0.1.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation