capistrano3-nginx 3.0 → 3.0.1
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.
- checksums.yaml +4 -4
- data/lib/capistrano/nginx/version.rb +1 -1
- data/lib/capistrano/tasks/nginx.rake +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 864ebc0253d53d109d31c04c3698e65044de2b97
|
|
4
|
+
data.tar.gz: cf416bd5840bd0f1cf9b8e82cc8f8f6fc53b3295
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ff689631a34cd2ddbc5dc8928a2d4bbce9941fe1fc5371a14a0685c7a41a5bf486704a46f8e6ca31906c6d10e8733e610c50428fe98e0558bb364b4753fcf41d
|
|
7
|
+
data.tar.gz: fc3609227c177ce21947a2e17fe80c0df0caa91a1ffaf4e94375163abdfcabd2949916377428495d69c5b3384b6f378340d3a1327c831404d8712609677b03f8
|
|
@@ -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:
|
|
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-
|
|
12
|
+
date: 2018-09-17 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|