capistrano3-nginx 2.1.0 → 2.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f46e328b0f789b445f3345d4fef92dc7eadf6c3
4
- data.tar.gz: 5eee400e2d35d93d7d81ab68bfe8ac57c5a7f56f
3
+ metadata.gz: 89e47c1467bb76186cad11c351a5c31dedd4c0f2
4
+ data.tar.gz: 0b2e02603b2c999435bdb93575029559e9f12e3e
5
5
  SHA512:
6
- metadata.gz: 2db7b6a9c4751e01bc6e8770fdfb54648c7ffd1f7ba1e330cf513084aa30de225072cfa3533c9b73156934effbdfaa81e94a2c39af13e152aecdac0d52af9579
7
- data.tar.gz: d9762f5daf2f60f991d12f683465ebe6593051323d682f9bc3347e80e880dbe771ba6ffb27b821990d7623b8c1d354ec9881f0d1bf6f7645b04c8f1b6e7163bc
6
+ metadata.gz: e3b530eddd03c41f9a14e82886981855776d4313064e35d9ff34f7e81a1753c5cac8e49338b60827a44392efb974e7ba312519d9f2bbd5900f7d4ac306cb0bce
7
+ data.tar.gz: 54fa1d264b359d6602e510720c527a788ef10d14d0a9814fa89af54f2cc172555acb842fda65942142919056888d5b8b0894c9afded98e8095cf34db0642595f
@@ -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.0'
7
+ spec.version = '2.1.1'
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}
@@ -135,6 +135,7 @@ namespace :nginx do
135
135
  within fetch(:sites_enabled) do
136
136
  arguments = :rm, '-f', fetch(:application)
137
137
  add_sudo_if_required arguments, 'nginx:sites:disable', :nginx_sites_enabled_dir
138
+ execute *arguments
138
139
  end
139
140
  end
140
141
  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.0
4
+ version: 2.1.1
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-04-16 00:00:00.000000000 Z
11
+ date: 2015-04-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.0.14
79
+ rubygems_version: 2.4.6
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: Adds suuport to nginx for Capistrano 3.x