tvd-runit 0.0.18 → 0.0.19

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.18
1
+ 0.0.19
@@ -28,7 +28,7 @@ define :runit_service, :only_if => false, :options => Hash.new, :env => Hash.new
28
28
  svc_run = "#{services_run}/#{params[:name]}"
29
29
  svc_current = "#{services_current}/#{params[:name]}"
30
30
 
31
- directory services_defined
31
+ directory services_defined unless params[:project_dir] == params[:release_dir]
32
32
 
33
33
  directory svc_defined
34
34
 
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tvd-runit
3
3
  version: !ruby/object:Gem::Version
4
- hash: 59
4
+ hash: 57
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 18
10
- version: 0.0.18
9
+ - 19
10
+ version: 0.0.19
11
11
  platform: ruby
12
12
  authors:
13
13
  - Tom Bombadil