capistrano-didi 0.4.17 → 0.4.18

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: c9f5fa8a7c9fbe24a24783da7f9e756a01498ba6
4
- data.tar.gz: 12dbc47ec612a17c2f9c9e94ba7ea10b975c8f76
3
+ metadata.gz: cf272c27f0657cdc8fb47718cca81b5238922641
4
+ data.tar.gz: 28af6e1036af105046d8bcf2a8bef49b18a5caaf
5
5
  SHA512:
6
- metadata.gz: b2fdde5a4700431872c7d8ecda3b5c1b11ddaebd8aac612aed6fcb77f57e5a00e39f0a031d2a1a50460afe4118ff8b176bc509fbf8e8aebc987f16f1fce811e8
7
- data.tar.gz: 1a99117dd75c519ec4442dbeb3a585a7ed601ad3c3a74d22ca31a761d473b0af0364119112c79ed7efe3b0932f90b763654313c7855b87697262555804a2895b
6
+ metadata.gz: a58d43bc672e310f2178b76a300e4c6223348af157bf1110814e8a261196ebf765ce2e9ed25835a59e8cfcf7e0991019f81438aabbcab4aabc050931fa79aa3b
7
+ data.tar.gz: 4a81a2d5eda63b2b5b8c1195329e611c179022ce4b2e182e60a6ae3aea16b7d004298e2ca7831eab0ba21d15c414e519f213b7561235a7e25b982a55cd4c9ff8
@@ -5,11 +5,11 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "capistrano-didi"
8
- s.version = "0.4.17"
8
+ s.version = "0.4.18"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Ausy Belgium"]
12
- s.date = "2015-02-24"
12
+ s.date = "2016-05-17"
13
13
  s.description = "didi is a collection of recipes for capistrano that allow drupal to be deployed, tested and used in a CI environment"
14
14
  s.email = "support.team@one-agency.be"
15
15
  s.executables = ["didi", "didify"]
@@ -218,7 +218,7 @@ Capistrano::Configuration.instance.load do
218
218
  end
219
219
  after "deploy:finalize_update", "deploy:fix_permissions"
220
220
 
221
- desc "[internal] cleanup old symlinks, must run after deploy:symlink"
221
+ desc "[internal] cleanup old symlinks, must run after deploy:create_symlink"
222
222
  task :cleanup_shared_symlinks, :except => {:no_release => true} do
223
223
  if previous_release
224
224
  previous_release_domain.each_with_index do |prd, i|
@@ -234,7 +234,7 @@ Capistrano::Configuration.instance.load do
234
234
  end
235
235
  end
236
236
  end
237
- after "deploy:symlink", "deploy:cleanup_shared_symlinks"
237
+ after "deploy:create_symlink", "deploy:cleanup_shared_symlinks"
238
238
 
239
239
  desc <<-DESC
240
240
  Removes old releases and corresponding DB backups.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-didi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.17
4
+ version: 0.4.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ausy Belgium
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-24 00:00:00.000000000 Z
11
+ date: 2016-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railsless-deploy