eycap 0.6.2 → 0.6.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.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.6.3 / 2012-09-21
2
+ * Changing all /engineyard/bin/unicorn tasks in unicorn recipe to run.
3
+
1
4
  == 0.6.2 / 2012-09-21
2
5
  * Added minitest framework.
3
6
  * Change deploy user task in unicorn recipe from sudo to run.
@@ -27,21 +27,21 @@ Capistrano::Configuration.instance(:must_exist).load do
27
27
  Reloads the unicorn works gracefully - Use deploy task for deploys
28
28
  DESC
29
29
  task :reload, :roles => [:app], :except => {:unicorn => false} do
30
- sudo "/engineyard/bin/unicorn #{application} reload"
30
+ run "/engineyard/bin/unicorn #{application} reload"
31
31
  end
32
32
 
33
33
  desc <<-DESC
34
34
  Adds a Unicorn worker - Beware of causing your host to swap, this setting isn't permanent
35
35
  DESC
36
36
  task :aworker, :roles => [:app], :except => {:unicorn => false} do
37
- sudo "/engineyard/bin/unicorn #{application} aworker"
37
+ run "/engineyard/bin/unicorn #{application} aworker"
38
38
  end
39
39
 
40
40
  desc <<-DESC
41
41
  Removes a unicorn worker (gracefully)
42
42
  DESC
43
43
  task :rworker, :roles => [:app], :except => {:unicorn => false} do
44
- sudo "/engineyard/bin/unicorn #{application} rworker"
44
+ run "/engineyard/bin/unicorn #{application} rworker"
45
45
  end
46
46
 
47
47
  desc <<-DESC
data/lib/eycap/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Eycap
2
- VERSION = '0.6.2'
2
+ VERSION = '0.6.3'
3
3
  end
4
4
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eycap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: