capistrano-cul 0.0.11 → 0.0.12
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/VERSION +1 -1
- data/lib/capistrano/tasks/wp/migrate.cap +5 -0
- 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: 7d6f1d8ac159b847e770218d83097d4782343fd8
|
|
4
|
+
data.tar.gz: 70b6955e0fb79af666ef1be11a5fdd37b9965d17
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5003a04adabee6b5f27a5ecf1459316b55e38da245ed955b5063813a968649f389efa62f28065bd88452175cde869aecbe11d55ee4d02233e0141a1ee7e53bee
|
|
7
|
+
data.tar.gz: d1e5a70270dadb22f34ebde7480a1ea501f116f307a276e6137a6e7b6a639d990619cf031049d59ff95ea17c3e1a846e64840b548e403ea08815b259328f7009
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.0.
|
|
1
|
+
0.0.12
|
|
@@ -107,6 +107,11 @@ namespace :cul do
|
|
|
107
107
|
# Exclude Wordfence wflogs directory, if present
|
|
108
108
|
rsync_params << '--exclude wflogs'
|
|
109
109
|
|
|
110
|
+
# Exclude repository directories
|
|
111
|
+
rsync_params << '--exclude .svn'
|
|
112
|
+
rsync_params << '--exclude .git'
|
|
113
|
+
rsync_params << '--exclude .hg'
|
|
114
|
+
|
|
110
115
|
# Define copy src
|
|
111
116
|
rsync_params << File.join(fetch(:src_wp_docroot), 'wp-content/')
|
|
112
117
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-cul
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.12
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Carla Galarza
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: exe
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2017-
|
|
12
|
+
date: 2017-10-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: capistrano
|