xgamerx-cap-recipes 0.0.6 → 0.0.7

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.
@@ -16,7 +16,7 @@ Capistrano::Configuration.instance(true).load do
16
16
 
17
17
  desc "Starts the backgroundrb worker processes"
18
18
  task :start, :role => :app do
19
- run "cd #{current_path} && nohup ruby script/backgroundrb start -e #{backgroundrb_env} > #{backgroundrb_log}"
19
+ run "cd #{current_path} && #{sudo} nohup ruby script/backgroundrb start -e #{backgroundrb_env} > #{backgroundrb_log}"
20
20
  end
21
21
 
22
22
  desc "Restarts a running backgroundrb server."
@@ -2,7 +2,7 @@ module CapRecipes #:nodoc:
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
4
  MINOR = 0
5
- TINY = 6
5
+ TINY = 7
6
6
 
7
7
  STRING = [MAJOR, MINOR, TINY].join('.')
8
8
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xgamerx-cap-recipes
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nathan Esquenazi