eye-patch 0.1.6 → 0.1.7

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
  SHA1:
3
- metadata.gz: 0232e86740d9e98145bf1f3270abdc9d7b5ef320
4
- data.tar.gz: f007dccd24e1e8eb08739dd416a15d1389721514
3
+ metadata.gz: c8dc83483205c237869f8ac4fc4734ec5a3c95d1
4
+ data.tar.gz: ece14d47ae8c0da5d53070275841262c91be520b
5
5
  SHA512:
6
- metadata.gz: fcdd3a0bdd31ecd1bafd14f4b46ba78d479aa90d64da8fc41fe99415a571eea5a466a05997b8f97ae7f964335a6378a90fc5267f1a19f3d7ed8a1f3c8b149704
7
- data.tar.gz: d10ee77be22ffbe61648c680a44b89563e19aeb3e01590b90060fd9e5e8f47e7d05867abd9ecca97165e71aa6a79254dc4dbed5d42001a67e9330f4060377c1b
6
+ metadata.gz: 94c8403bc4427d0d5f8f7081f4743843c59917bb91d32e5f03511f0ab0709e92420d7490392ad2ea045d2dd3b079dda8812264d2800605247277bb5bae68ae7c
7
+ data.tar.gz: 50642653a1fd2d661f2899971f648b567534fffc1a66d17301f79d8ecf1c41a03d1ecf22686b6d51a36a825ee9c6a55dce249cdf32d4071c347cca047d24245d
@@ -42,7 +42,8 @@ Eye::Process.class_eval do
42
42
  return {:error => :not_really_running}
43
43
  end
44
44
 
45
- unless !self[:smart_pid] && failsafe_save_pid
45
+ if !self[:smart_pid] && !failsafe_save_pid
46
+ error "expected to manage pidfile for process <#{self.pid}>; pidfile is unwritable"
46
47
  return {:error => :cant_write_pid}
47
48
  end
48
49
 
@@ -1,5 +1,5 @@
1
1
  module Eye
2
2
  module Patch
3
- VERSION = "0.1.6"
3
+ VERSION = "0.1.7"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eye-patch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.6
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Horner
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-04-07 00:00:00.000000000 Z
11
+ date: 2014-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: eye