slugly 0.0.3 → 0.0.4

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/slugly/health_provider.rb +1 -1
  2. metadata +3 -3
@@ -14,7 +14,7 @@ class HealthProvider
14
14
  EOS
15
15
  CMD_VMSTAT = "cat /tmp/slugly.vmstat"
16
16
  CMD_WORK_MTIME = "stat -c %Y /tmp/slugly.work"
17
- CMD_WORK_CLEAN = "find /tmp -maxdepth 1 -mmin +5 -type f -name 'slugly.work' -exec rm -f /tmp/slugly.work \\;"
17
+ CMD_WORK_CLEAN = "find /tmp -follow -maxdepth 1 -mmin +5 -type f -name 'slugly.work' -exec rm -f /tmp/slugly.work \\;"
18
18
 
19
19
  def initialize(options)
20
20
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: slugly
3
3
  version: !ruby/object:Gem::Version
4
- hash: 25
4
+ hash: 23
5
5
  prerelease: false
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
  - Alfred Rossi