capistrano-git-with-submodules 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -4
  3. metadata +16 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6ddbced8591e7283c4dedd0261a4c8e2934ce707
4
- data.tar.gz: c2ede3aabd1d4c2fa3f714c73c3f162bdb0545d6
3
+ metadata.gz: b8d3bdb9ce8029c090cd6851555cdb860d3e2913
4
+ data.tar.gz: 50bd07a4cd3f69653f3ef74c82a50e45721caa85
5
5
  SHA512:
6
- metadata.gz: 0241ee81fdafe63317e150db176ac68ec19a59ec8a179942fab685e97422e57894a4b64a91e02e241b1253a4f16800280f8b62952fd2ef9dcfc0069f89146b88
7
- data.tar.gz: f844d95a53c66e7026e005aee5eae5d959d150ba525aa2ee9c2ab84582fb6e93148e27df95512cbdbdf7e82bb1f037d3e1267705abca232c14c0769265231667
6
+ metadata.gz: 15cd88d438ac84b1da7c6239eccca2fe236735d7eefa733ed2cb9bb0074aaddcc40358f598d73e3c2cebe043e3741e409b848a9ae3697c713203d262fc119a41
7
+ data.tar.gz: bf3b61b5f39597ab902b0ce2d76d3a0dd55eef11ab034d4e857a198baf954111de62643df06652f7c2d605eae2eb06d83c5469db8a3221f104f3c89ac3a53309
data/README.md CHANGED
@@ -1,14 +1,14 @@
1
- # capistrano-git-with-submodules-plugin [![Gem](https://img.shields.io/gem/v/capistrano-git-with-submodules.svg?maxAge=2592000)](https://rubygems.org/gems/capistrano-git-with-submodules) [![Gem](https://img.shields.io/gem/dt/capistrano-git-with-submodules.svg?maxAge=2592000)](https://rubygems.org/gems/capistrano-git-with-submodules)
1
+ # capistrano-git-with-submodules [![Gem](https://img.shields.io/gem/v/capistrano-git-with-submodules.svg?maxAge=2592000)](https://rubygems.org/gems/capistrano-git-with-submodules) [![Gem](https://img.shields.io/gem/dt/capistrano-git-with-submodules.svg?maxAge=2592000)](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-stragtegy](https://github.com/ekho/capistrano-git-submodule-strategy)
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-plugin'
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-plugin
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.1
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: []