smartware 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -80,7 +80,7 @@ module Smartware
80
80
  @redis.hset "smartware:reliable_events", id, JSON.dump({ key: key, args: args })
81
81
 
82
82
  @connections.each do |connection|
83
- connection.publish_reliable_event id, key, args
83
+ connection.publish_reliable_event id, key, *args
84
84
  end
85
85
  end
86
86
 
@@ -1,3 +1,3 @@
1
1
  module Smartware
2
- VERSION = "0.4.7"
2
+ VERSION = "0.4.8"
3
3
  end
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.7
4
+ version: 0.4.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: