smartware 0.4.9 → 0.4.10

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.
@@ -19,7 +19,7 @@ module Smartware
19
19
  Logging.logger.debug "pppd: #{line}"
20
20
 
21
21
  case line
22
- when /authentication succeeded$/
22
+ when /^remote IP address/
23
23
  @started = Time.now.to_i
24
24
 
25
25
  when /^Sent ([0-9]+) bytes, received ([0-9]+) bytes.$/
@@ -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
 
@@ -1,3 +1,3 @@
1
1
  module Smartware
2
- VERSION = "0.4.9"
2
+ VERSION = "0.4.10"
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.9
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-16 00:00:00.000000000 Z
14
+ date: 2013-02-17 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: smartkiosk-common