apiotics 0.1.84 → 0.1.85

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: c98ba5fed2c3a765bcd4193d9b7cf68dbe93b5c4
4
- data.tar.gz: 6a4c50fb18d1fa245cfec685ae070274983dcad2
3
+ metadata.gz: 9fe81fc35eb9fc7407018937604dae63acb624c2
4
+ data.tar.gz: 324938b73f6bd1477d2047dcaa88ad0d37415f8b
5
5
  SHA512:
6
- metadata.gz: 074f3866e16280a7916219886b89e126d919639fa6d8d7b1f90bb720ed0f8228de22b6afa62e8079cba544bad8a2626558eb9f5398ea585b7d3b50c3257e445a
7
- data.tar.gz: 2449e7b73225693546f1af973429157dbcd9d2a9616ed867fb4de12c1c60798f6c651224d8e1c42321cfca58ccfdcf7bc1c37a8dfa946ea44b4fc803d21aa9cc
6
+ metadata.gz: 8cfc110a18843aba3d92c4d5b4c9b316ef9d3472ccd28ee5b32051d3b01d4de7675910df7aca9845d4862b6527d57b297841288d9eda4c14b846880f1ddcda00
7
+ data.tar.gz: c97178c3bc28611760f0e6c51247a8cca3315f65aae78f4a7cb4a5cc0b1026667c96fbd6b27ac141b76501107f57341b05ce5e0a135065563a2d10d0a58017a3
@@ -19,7 +19,7 @@ module Apiotics
19
19
  connection.puts( msg )
20
20
  connection.close
21
21
  else
22
- redis = Redis.new
22
+ redis = ::Redis.new
23
23
  redis.publish Apiotics.configuration.public_key, msg
24
24
  end
25
25
  end
@@ -128,7 +128,7 @@ module Apiotics
128
128
  if Apiotics.configuration.handshake == true
129
129
  self.send('{"action":"connect"}')
130
130
  end
131
- redis = Redis.new
131
+ redis = ::Redis.new
132
132
  redis.subscribe(Apiotics.configuration.public_key) do |on|
133
133
  on.message do |channel, msg|
134
134
  if @error_msg != nil
@@ -1,3 +1,3 @@
1
1
  module Apiotics
2
- VERSION = '0.1.84'
2
+ VERSION = '0.1.85'
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.84
4
+ version: 0.1.85
5
5
  platform: ruby
6
6
  authors:
7
7
  - MicroArx Corporation