capistrano-git-with-submodules 1.0.1 → 1.0.2
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 +4 -4
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: b8d3bdb9ce8029c090cd6851555cdb860d3e2913
|
|
4
|
+
data.tar.gz: 50bd07a4cd3f69653f3ef74c82a50e45721caa85
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15cd88d438ac84b1da7c6239eccca2fe236735d7eefa733ed2cb9bb0074aaddcc40358f598d73e3c2cebe043e3741e409b848a9ae3697c713203d262fc119a41
|
|
7
|
+
data.tar.gz: bf3b61b5f39597ab902b0ce2d76d3a0dd55eef11ab034d4e857a198baf954111de62643df06652f7c2d605eae2eb06d83c5469db8a3221f104f3c89ac3a53309
|
data/README.md
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
# capistrano-git-with-submodules
|
|
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
|
|
|
5
|
-
For Capistrano 3.0-3.6 use old [capistrano-git-submodule-
|
|
5
|
+
For Capistrano 3.0-3.6 use old [capistrano-git-submodule-strategy](https://github.com/ekho/capistrano-git-submodule-strategy)
|
|
6
6
|
|
|
7
7
|
## Using
|
|
8
8
|
|
|
9
9
|
####Gemfile
|
|
10
10
|
```ruby
|
|
11
|
-
gem 'capistrano-git-with-submodules', '~> 0.1', :github => 'ekho/capistrano-git-with-submodules
|
|
11
|
+
gem 'capistrano-git-with-submodules', '~> 0.1', :github => 'ekho/capistrano-git-with-submodules'
|
|
12
12
|
```
|
|
13
13
|
|
|
14
14
|
####Capfile
|
|
@@ -29,7 +29,7 @@ Optionally you can keep git metadata (.git directory)
|
|
|
29
29
|
set :git_keep_meta, true
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
## Contributing to capistrano-git-with-submodules
|
|
32
|
+
## Contributing to capistrano-git-with-submodules
|
|
33
33
|
|
|
34
34
|
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
|
|
35
35
|
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-git-with-submodules
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Boris Gorbylev
|
|
@@ -9,7 +9,21 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
date: 2016-12-15 00:00:00.000000000 Z
|
|
12
|
-
dependencies:
|
|
12
|
+
dependencies:
|
|
13
|
+
- !ruby/object:Gem::Dependency
|
|
14
|
+
name: capistrano
|
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
|
16
|
+
requirements:
|
|
17
|
+
- - "~>"
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '3.7'
|
|
20
|
+
type: :runtime
|
|
21
|
+
prerelease: false
|
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
23
|
+
requirements:
|
|
24
|
+
- - "~>"
|
|
25
|
+
- !ruby/object:Gem::Version
|
|
26
|
+
version: '3.7'
|
|
13
27
|
description: Git submodules support for Capistrano 3.7+
|
|
14
28
|
email: ekho@ekho.name
|
|
15
29
|
executables: []
|