xgamerx-cap-recipes 0.1.2 → 0.1.3
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} && #{sudo} nohup ruby script/backgroundrb start -e #{backgroundrb_env}
|
19
|
+
run "cd #{current_path} && #{sudo} nohup ruby script/backgroundrb start -e #{backgroundrb_env}"
|
20
20
|
end
|
21
21
|
|
22
22
|
desc "Restarts a running backgroundrb server."
|
data/lib/cap_recipes/version.rb
CHANGED
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.1.
|
4
|
+
version: 0.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Nathan Esquenazi
|
@@ -78,7 +78,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements: []
|
79
79
|
|
80
80
|
rubyforge_project: caprecipes
|
81
|
-
rubygems_version: 1.0
|
81
|
+
rubygems_version: 1.2.0
|
82
82
|
signing_key:
|
83
83
|
specification_version: 2
|
84
84
|
summary: My collection of capistrano recipes
|