arya-mongrel_proctitle 1.3.5 → 1.3.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mongrel_proctitle.rb +2 -2
  2. metadata +1 -1
@@ -51,8 +51,8 @@ module Mongrel
51
51
  @queue_length -= 1
52
52
  @request_count += 1
53
53
 
54
- @last_time = Time.now.to_f - Thread.current[:arrived_at]
55
- @last_request_str = Thread.current[:request_str]
54
+ @last_time = Time.now.to_f - Thread.current[:arrived_at].to_f
55
+ @last_request_str = Thread.current[:request_str].to_s
56
56
 
57
57
  @request_threads.delete(Thread.current)
58
58
  set_request_list_title
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arya-mongrel_proctitle
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.5
4
+ version: 1.3.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arya Asemanfar