capistrano-git-with-submodules 1.2.0 → 1.2.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 +4 -4
- data/README.md +1 -1
- data/lib/capistrano/scm/git-with-submodules.rb +3 -4
- 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: 369fba65acde05c8def4e1f53bf518cae8c6c943
|
|
4
|
+
data.tar.gz: 7a36a19ab3d2a320b0d9883452a31b9dbbbebaa0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2da4ed36202e8f24202999ff4e544b8db8074af1725631c442ceabf244b8433c6ec67d7aaf65f209f9cde9993f8e7b7beffb9fc4eefba6c67a3dac7b50a1188a
|
|
7
|
+
data.tar.gz: 8d7e5f4d77b03eae94c11f7d7eeab54dc1bf36040ed2b9061797594885908e1d9efe0668cf39c8503711ceacee82510a9b46733c28ad782fdba7835d607078b8
|
data/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# capistrano-git-with-submodules [](https://rubygems.org/gems/capistrano-git-with-submodules) [](https://rubygems.org/gems/capistrano-git-with-submodules)
|
|
2
2
|
|
|
3
3
|
Git submodule support for Capistrano 3.7+
|
|
4
4
|
|
|
@@ -6,12 +6,11 @@ class Capistrano::SCM::Git::WithSubmodules < Capistrano::SCM::Git
|
|
|
6
6
|
def archive_to_release_path
|
|
7
7
|
origin_archive_to_release_path
|
|
8
8
|
|
|
9
|
-
return unless backend.test(:test, '-
|
|
9
|
+
return unless backend.test(:test, '-f', release_path.join('.gitmodules'))
|
|
10
10
|
|
|
11
11
|
submodules_to_release_path
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
backend.execute("find #{release_path} -name '.git*' | xargs -I {} rm -rf#{verbose} '{}'")
|
|
12
|
+
|
|
13
|
+
backend.execute("find #{release_path} -name '.git' -printf 'Deleted %p' -delete")
|
|
15
14
|
end
|
|
16
15
|
|
|
17
16
|
##
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-git-with-submodules
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Boris Gorbylev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|