stress_reporter 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,7 +30,8 @@ module StressReporter
30
30
  def self.current_requests
31
31
  requests = {}
32
32
  pids.each do |pid|
33
- requests[pid] = File.read("/tmp/xm_last_url_for_#{ pid }").chomp
33
+ requests[pid] =
34
+ File.read("/tmp/xm_last_url_for_#{ pid }").chomp rescue "Not xmanager or fresh process"
34
35
  end
35
36
  requests
36
37
  end
@@ -1,3 +1,3 @@
1
1
  module StressReporter
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: stress_reporter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 3
10
- version: 0.0.3
9
+ - 4
10
+ version: 0.0.4
11
11
  platform: ruby
12
12
  authors:
13
13
  - Marcello Colacino
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-10-24 00:00:00 Z
19
+ date: 2012-10-25 00:00:00 Z
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
22
22
  prerelease: false