smartware 0.4.9 → 0.4.10
Sign up to get free protection for your applications and to get access to all the features.
@@ -60,7 +60,7 @@ module Smartware
|
|
60
60
|
@redis.hgetall("smartware:reliable_events").each do |key, data|
|
61
61
|
data = JSON.load(data)
|
62
62
|
|
63
|
-
connection.publish_reliable_event key, data["key"], data["args"]
|
63
|
+
connection.publish_reliable_event key, data["key"], *data["args"]
|
64
64
|
end
|
65
65
|
end
|
66
66
|
|
data/lib/smartware/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: smartware
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.10
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -11,7 +11,7 @@ authors:
|
|
11
11
|
autorequire:
|
12
12
|
bindir: bin
|
13
13
|
cert_chain: []
|
14
|
-
date: 2013-02-
|
14
|
+
date: 2013-02-17 00:00:00.000000000 Z
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
17
17
|
name: smartkiosk-common
|