logjam_agent 0.6.0 → 0.6.1

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.
@@ -35,7 +35,7 @@ module LogjamAgent
35
35
 
36
36
  def after_dispatch(env, result, run_time_ms)
37
37
  status = result ? result.first : 500
38
- duration, additions, view_time, action = Thread.thread_variable_get(:time_bandits_completed_info)
38
+ duration, additions, view_time, action = Thread.current.thread_variable_get(:time_bandits_completed_info)
39
39
 
40
40
  request_info = {:total_time => run_time_ms, :code => status, :action => action, :view_time => view_time || 0.0}
41
41
 
@@ -1,3 +1,3 @@
1
1
  module LogjamAgent
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logjam_agent
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 0
10
- version: 0.6.0
9
+ - 1
10
+ version: 0.6.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Stefan Kaes