capistrano3-nginx 2.1.3 → 2.1.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4f6e7d1368a04ff2f7d4fe12d7f4039ddc3ef016
4
- data.tar.gz: 08f71ee4dbe9d161ed1f701359af32a1cd144013
3
+ metadata.gz: ae4e46c860f120f1c8a059e56974ae82a62b3c1e
4
+ data.tar.gz: a4f755678d5f3dd155744a2666688c4d1c239fa6
5
5
  SHA512:
6
- metadata.gz: 6c2fcaf7da40ce09f14f5f00133fc28ea9b2298399b004bf06febd4c85b54d0466bfd764c66c65832abbb2beb33ba0be64b9a6c42896246cf452130915c43b4a
7
- data.tar.gz: fb425faaa2b1c1c9d7e52c5d96eb15f7a485330ae09e0800a6b84a72030c0c0de7faaa446694545f584ced32767ad7769090459f21241f2803ef9246117de6c5
6
+ metadata.gz: f6e6b680a9f53352a520d8dba55774999b0b99204ba2fd8b6082a8622ab155364c94676e8226a0fba1d4f0be95099ba6d6496926fdf93e92f82fae52bfb814e9
7
+ data.tar.gz: 8fe0e0c5abb8efcc523ce068adf73e74d0cf4b0fc12d6df22af2979138197ce8287f87b019b8eefb521b21bdfa792a12c5ac58a00c16c9dd9d06dc4e5b3ee140
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = 'capistrano3-nginx'
7
- spec.version = '2.1.3'
7
+ spec.version = '2.1.4'
8
8
  spec.authors = ['Juan Ignacio Donoso']
9
9
  spec.email = ['jidonoso@gmail.com']
10
10
  spec.description = %q{Adds suuport to nginx for Capistrano 3.x}
@@ -146,7 +146,7 @@ namespace :nginx do
146
146
  on release_roles fetch(:nginx_roles) do
147
147
  if test "[ -f #{fetch(:available_application)} ]"
148
148
  within fetch(:sites_available) do
149
- arguments = :rm, fetch(:application)
149
+ arguments = :rm, fetch(:nginx_application_name)
150
150
  add_sudo_if_required arguments, 'nginx:sites:remove', :nginx_sites_available_dir
151
151
  execute *arguments
152
152
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano3-nginx
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.3
4
+ version: 2.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Ignacio Donoso
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-09-11 00:00:00.000000000 Z
11
+ date: 2015-09-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano