raygun-apm-rails 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 04470e2ef8a971fbd61675b771c0c10a6b95a6edb960526cf91c7ff244741b95
4
- data.tar.gz: f312f4010d321dbe54af892983e3438e086472f77855c633dcc8977dc956bbe0
3
+ metadata.gz: bd31011f4f5de4837ecfef0df69e423cc384426b2cf96cfe3082a2971876d471
4
+ data.tar.gz: 53071a97e84fcf57d671b770ad9e62d6b6eb782e152f82620a1f6b17a1fabefa
5
5
  SHA512:
6
- metadata.gz: 4c3e1d70fa2af061757f42b36a9f39547a2086e9a6c09c97cc95d5031f3aadd22bb0083591a66a0331fcb62071bfd5ac4c17d2dca0207d577f3b2363155c1208
7
- data.tar.gz: cfe6f36919254d79510ec4eb1ed55e5312298b0cefc89da971a0c0ff7a6b2afe266e0a08cfe728a21f82bde76ba0e8e46180cf6065bc8fc898af39c6861bf3d0
6
+ metadata.gz: 75cbb063baca64e0d45dd781bc8a05fbed2cd4034825076b6750ba373925ae4283e322ee6f001262f7f77b72f84a437be88db703da4e96663c51fc691ae88136
7
+ data.tar.gz: 5c5b77df34b33f099b306d49a914cb128475845c94e70d0bf3bba81b6525e8377666df19c10a15b95d1158b1743d4bd4e6726fe12d00790eedf2a133ec30ec70
@@ -1,15 +1,15 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- raygun-apm-rails (0.1.0)
5
- raygun-apm (~> 0.0.8)
4
+ raygun-apm-rails (0.1.4)
5
+ raygun-apm (~> 0.0.10)
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
9
9
  specs:
10
10
  minitest (5.13.0)
11
11
  rake (10.5.0)
12
- raygun-apm (0.0.8-x86-linux)
12
+ raygun-apm (0.0.17-universal-darwin)
13
13
 
14
14
  PLATFORMS
15
15
  ruby
@@ -62,7 +62,7 @@ module Raygun
62
62
  event[:status] = notification.payload[:status]
63
63
  # XXX constant milliseconds to microseconds
64
64
  event[:duration] = notification.duration * 1000
65
- event[:timestamp] = Time.now.to_f*1000000
65
+ event[:timestamp] = notification.time.to_f * 1000000
66
66
  event[:pid] = Process.pid
67
67
  event[:tid] = @tracer.get_thread_id(Thread.current)
68
68
  @tracer.emit(event)
@@ -89,7 +89,7 @@ module Raygun
89
89
 
90
90
  # XXX constant milliseconds to microseconds
91
91
  event[:duration] = notification.duration * 1000
92
- event[:timestamp] = Time.now.to_f*1000000
92
+ event[:timestamp] = notification.time.to_f * 1000000
93
93
  event[:pid] = Process.pid
94
94
  event[:tid] = @tracer.get_thread_id(Thread.current)
95
95
  @tracer.emit(event)
@@ -1,7 +1,7 @@
1
1
  module Raygun
2
2
  module Apm
3
3
  module Rails
4
- VERSION = "0.1.3"
4
+ VERSION = "0.1.4"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun-apm-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erkki Eilonen
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-11-28 00:00:00.000000000 Z
11
+ date: 2019-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: raygun-apm
@@ -104,7 +104,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
104
104
  - !ruby/object:Gem::Version
105
105
  version: '0'
106
106
  requirements: []
107
- rubygems_version: 3.1.0.pre3
107
+ rubygems_version: 3.0.3
108
108
  signing_key:
109
109
  specification_version: 4
110
110
  summary: Raygun application performance monitoring for Rails