smartware 0.4.7 → 0.4.8

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.
@@ -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: