eventoverse 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -20,7 +20,7 @@ module Eventoverse
20
20
  :application => Config.get_in(Eventoverse.config, [:application_name]),
21
21
  :hostname => Socket.gethostname,
22
22
  :tags => tags,
23
- :emitted_at => Time.now.to_i,
23
+ :emitted_at => Time.now.to_i * 1000,
24
24
  :type => event_type || "exception"}
25
25
 
26
26
  payload.merge!(:additional_info => attributes) unless attributes.nil?
@@ -11,7 +11,6 @@ module Eventoverse
11
11
 
12
12
  def backend_publish_message(payload)
13
13
  body = MultiJson.encode(payload)
14
-
15
14
  connection.send(body.to_s, 0)
16
15
  end # publish_message
17
16
 
@@ -1,3 +1,3 @@
1
1
  module Eventoverse
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 0
9
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Oleksandr Petrov