kuzushi 0.0.42 → 0.0.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/kuzushi.rb +2 -2
  3. metadata +2 -2
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.42
1
+ 0.0.43
@@ -109,14 +109,14 @@ class Kuzushi
109
109
  file = []
110
110
  file << "start on stopped rc RUNLEVEL=[2345]"
111
111
  file << "stop on runlevel [!2345]"
112
- filt << ""
112
+ file << ""
113
113
  file << "respawn" unless service.respawn == false
114
114
  if service.user
115
115
  file << "exec su - -c '#{service.command}' #{service.user}" ## TODO add shell escaping here
116
116
  else
117
117
  file << "exec #{service.command}"
118
118
  end
119
- filt << ""
119
+ file << ""
120
120
  file.join("\n")
121
121
  end
122
122
 
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 42
9
- version: 0.0.42
8
+ - 43
9
+ version: 0.0.43
10
10
  platform: ruby
11
11
  authors:
12
12
  - Orion Henry