engineyard-eycap 0.4.0 → 0.4.1

Sign up to get free protection for your applications and to get access to all the features.
data/History.txt CHANGED
@@ -1,3 +1,6 @@
1
+ == 0.4.1 / 2009-01-09
2
+ * fixed bug for passenger:restart
3
+
1
4
  == 0.4.0 / 2009-01-09
2
5
  * add passenger:restart task
3
6
  * add apache stop, start, restart and reload tasks
@@ -3,7 +3,7 @@ Capistrano::Configuration.instance(:must_exist).load do
3
3
  desc <<-DESC
4
4
  Restart the passenger module to reload the application after deploying.
5
5
  DESC
6
- task :restart, :roles => [:app], :except => {:no_release => true} do
6
+ task :restart, :roles => :app, :except => {:no_release => true} do
7
7
  sudo "touch #{current_path}/tmp/restart.txt"
8
8
  end
9
9
  end
data/lib/eycap.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Eycap
2
- VERSION = '0.4.0'
2
+ VERSION = '0.4.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: engineyard-eycap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Engine Yard