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 +4 -4
- data/capistrano-didi.gemspec +2 -2
- data/lib/didi/recipes/didi.rb +2 -2
- 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: cf272c27f0657cdc8fb47718cca81b5238922641
|
|
4
|
+
data.tar.gz: 28af6e1036af105046d8bcf2a8bef49b18a5caaf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a58d43bc672e310f2178b76a300e4c6223348af157bf1110814e8a261196ebf765ce2e9ed25835a59e8cfcf7e0991019f81438aabbcab4aabc050931fa79aa3b
|
|
7
|
+
data.tar.gz: 4a81a2d5eda63b2b5b8c1195329e611c179022ce4b2e182e60a6ae3aea16b7d004298e2ca7831eab0ba21d15c414e519f213b7561235a7e25b982a55cd4c9ff8
|
data/capistrano-didi.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "capistrano-didi"
|
|
8
|
-
s.version = "0.4.
|
|
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 = "
|
|
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"]
|
data/lib/didi/recipes/didi.rb
CHANGED
|
@@ -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:
|
|
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:
|
|
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.
|
|
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:
|
|
11
|
+
date: 2016-05-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railsless-deploy
|