capistrano-toolbox 0.0.2 → 0.0.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.
Files changed (2) hide show
  1. data/lib/capistrano-toolbox/nginx.rb +1 -1
  2. metadata +2 -2
@@ -3,7 +3,6 @@ require 'capistrano-toolbox/helpers'
3
3
  Capistrano::Configuration.instance(:must_exist).load do
4
4
  namespace :deploy do
5
5
  namespace :nginx do
6
- after "update_config", "reload"
7
6
 
8
7
  desc "Updates nginx config"
9
8
  task :update_config do
@@ -31,4 +30,5 @@ Capistrano::Configuration.instance(:must_exist).load do
31
30
  end
32
31
  end
33
32
 
33
+ after "deploy:nginx:update_config", "deploy:nginx:reload"
34
34
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Jean-Louis Giordano