recipiez 0.9.5 → 0.9.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Recipiez
2
- VERSION = '0.9.5'
2
+ VERSION = '0.9.6'
3
3
  end
@@ -9,6 +9,8 @@ stop on shutdown
9
9
  respawn # restart when job dies
10
10
  respawn limit 5 60 # give up restart after 5 respawns in 60 seconds
11
11
 
12
+ chdir <%= current_path %>
13
+
12
14
  script
13
15
  ulimit -n 100000
14
16
  echo $$ > /var/run/<%= application %>.pid
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 9
8
- - 5
9
- version: 0.9.5
8
+ - 6
9
+ version: 0.9.6
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alastair Brunton