recipiez 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,5 +10,6 @@ respawn # restart when job dies
10
10
  respawn limit 5 60 # give up restart after 5 respawns in 60 seconds
11
11
 
12
12
  script
13
- exec NODE_ENV=<%= node_env %> node <%= current_path %>/app/app.js >> <%= current_path %>/log/<%= node_env %>.log 2>&1
14
- end script
13
+ exec sudo -u <%= user %> NODE_ENV=<%= node_env %> node <%= current_path %>/app/app.js >> <%= current_path %>/log/<%= node_env %>.log 2>&1
14
+ end script
15
+
data/recipiez.gemspec CHANGED
@@ -4,7 +4,7 @@ $:.unshift lib unless $:.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "recipiez"
7
- s.version = "0.0.6"
7
+ s.version = "0.0.7"
8
8
  s.platform = Gem::Platform::RUBY
9
9
  s.authors = ["Alastair Brunton"]
10
10
  s.email = ["info@simplyexcited.co.uk"]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: recipiez
3
3
  version: !ruby/object:Gem::Version
4
- hash: 19
4
+ hash: 17
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 6
10
- version: 0.0.6
9
+ - 7
10
+ version: 0.0.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - Alastair Brunton