capistrano-git-submodule-strategy 0.1.8 → 0.1.9
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.
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.9
|
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "capistrano-git-submodule-strategy"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.9"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Boris Gorbylev"]
|
|
12
|
-
s.date = "2014-
|
|
12
|
+
s.date = "2014-09-05"
|
|
13
13
|
s.description = "Git submodule support for Capistrano 3"
|
|
14
14
|
s.email = "ekho@ekho.name"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -35,7 +35,7 @@ class Capistrano::Git
|
|
|
35
35
|
# make sure the submodules are up-to-date
|
|
36
36
|
# and copy everything to the release path
|
|
37
37
|
def release
|
|
38
|
-
unless context.test(:test, '-e', release_path) && context.test(
|
|
38
|
+
unless context.test(:test, '-e', release_path) && context.test("ls -A #{release_path} | read linevar")
|
|
39
39
|
git :clone, '--depth=1', '--recursive', '-b', fetch(:branch), "file://#{repo_path}", release_path
|
|
40
40
|
context.execute("find #{release_path} -name '.git*' | xargs -I {} rm -rfv {}")
|
|
41
41
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-git-submodule-strategy
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.9
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2014-
|
|
12
|
+
date: 2014-09-05 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: shoulda
|
|
@@ -142,7 +142,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
142
142
|
version: '0'
|
|
143
143
|
segments:
|
|
144
144
|
- 0
|
|
145
|
-
hash: -
|
|
145
|
+
hash: -2007707325103999274
|
|
146
146
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
147
147
|
none: false
|
|
148
148
|
requirements:
|