capistrano3-nginx 3.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0d880cf04051698b7c32f78b7ec8d5337f816d0
4
- data.tar.gz: 5f9b93d7b67b921316bb62f89939d4da293ab0e6
3
+ metadata.gz: 864ebc0253d53d109d31c04c3698e65044de2b97
4
+ data.tar.gz: cf416bd5840bd0f1cf9b8e82cc8f8f6fc53b3295
5
5
  SHA512:
6
- metadata.gz: 61bdfff4b8698afc094168a0b48fa661f7632fa8d2510d4f38f37d8306e5a28ffd11b43ef55b4c61014fd711c42e4ab67f404fb358ffd69fe68d8fbcca47993d
7
- data.tar.gz: 4db79ae2fcbcf70730f4959f92e4fc48f7e25d449418cc89209be2d69f8cf3483b6334b35f4df5d6e37cc114efa2af75950302b9d6a61a588744398be1bdd009
6
+ metadata.gz: ff689631a34cd2ddbc5dc8928a2d4bbce9941fe1fc5371a14a0685c7a41a5bf486704a46f8e6ca31906c6d10e8733e610c50428fe98e0558bb364b4753fcf41d
7
+ data.tar.gz: fc3609227c177ce21947a2e17fe80c0df0caa91a1ffaf4e94375163abdfcabd2949916377428495d69c5b3384b6f378340d3a1327c831404d8712609677b03f8
@@ -1,3 +1,3 @@
1
1
  module Capistrano
2
- NGINX_VERSION = '3.0'
2
+ NGINX_VERSION = '3.0.1'
3
3
  end
@@ -49,7 +49,7 @@ namespace :nginx do
49
49
  task :create_log_paths do
50
50
  on release_roles fetch(:nginx_roles) do
51
51
  arguments = :mkdir, '-pv', fetch(:nginx_log_path)
52
- add_sudo_if_required arguments, :nginx_log_path
52
+ git_plugin.add_sudo_if_required arguments, :nginx_log_path
53
53
  execute *arguments, interaction_handler: PasswdInteractionHandler.new
54
54
  end
55
55
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano3-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: '3.0'
4
+ version: 3.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Ignacio Donoso
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-09-14 00:00:00.000000000 Z
12
+ date: 2018-09-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: capistrano