capistrano-git-submodule-strategy 0.1.15 → 0.1.16

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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- YWFlNmVmMzRhNDU5YzE1OTVjODc3NWUxYTZlYTllNGY4MDM0NzZiNg==
4
+ MDhlZmFjZDM3NjczNDk4Nzc1NGEzNDZmZTVlMTAxOGM4ZWJmMGMwOA==
5
5
  data.tar.gz: !binary |-
6
- Y2FjZjcxNTY1ZmQ5NDJmY2FhZTg2ZjY5NWQ4OWVkMzQ5NGRiM2ZlZA==
6
+ Mzk0MTczNTcxNTY5ZDg3MGRlOTQ2OGE4MWNhMWVkNjA4ODYyMjY3MA==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- Mzc3YWMyNWMzYjZjMWU2YTBlMjM3YzBhOGEwZjBiZDI4YTY3MjAxM2Y5ODYz
10
- NzA1YTg4MDUxNTNhMTlhMGQ4YmFjNDNkNTJlNWI5MDcxNWViNDZiNTE1MmUx
11
- MDM3MzU1N2YxNjIyN2FlOGFjYTA1MGQ2OTc3NGEyZTI1NTVmZTM=
9
+ NTIxOWIwYmFiY2ZjNzQ1ODg5MmVhNjMwNDk3NzVhNjkxNjdiZTk2NDU5NDUx
10
+ NzVjYTBjZWI2ODdmNzEzMjhlMTMyY2YxZTYxYzdhMjlhZmZmYzA3Mjk3ODMw
11
+ OTIzMmNkMTRjZTgzMjU2MDU1ZjVlMGYxOWU2OTVjMWI0NjE2MWI=
12
12
  data.tar.gz: !binary |-
13
- Y2JkZjQ0NjgwZWEzMGM0NWNhNmViODU3YWMxNTFhZDg1MjRhYTI1YWYyZjZm
14
- Yzc2Yjk0NjA5OTk2OGFhNTdhMDA4NjIxNmJhMTVhZjc0MTY4ZDMzNTAwOGEw
15
- NTQ4Y2QzZDk4OGM3MzMxMzY5MjY4ZjVlNWU1MGQ5M2Y2YWNmYzU=
13
+ N2M0YjRjODQxNDZjY2M2MzIyMTU3ZjI1MzRmMGVmMmFmYTY4NWExNjBmNTg5
14
+ NjljNzg2MTY1YThiNGViMjE0MGRhNDFkZDM1MWZlZjU4NTIyMWI0MzY5MjFk
15
+ MDQwODExNzY2Mzg5YzNlNjlhZWJhNzE0NzBkMTkzYWJlYTEyZGI=
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.15
1
+ 0.1.16
@@ -2,16 +2,16 @@
2
2
  # DO NOT EDIT THIS FILE DIRECTLY
3
3
  # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
4
  # -*- encoding: utf-8 -*-
5
- # stub: capistrano-git-submodule-strategy 0.1.15 ruby lib
5
+ # stub: capistrano-git-submodule-strategy 0.1.16 ruby lib
6
6
 
7
7
  Gem::Specification.new do |s|
8
8
  s.name = "capistrano-git-submodule-strategy"
9
- s.version = "0.1.15"
9
+ s.version = "0.1.16"
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.require_paths = ["lib"]
13
13
  s.authors = ["Boris Gorbylev"]
14
- s.date = "2015-02-20"
14
+ s.date = "2015-04-29"
15
15
  s.description = "Git submodule support for Capistrano 3"
16
16
  s.email = "ekho@ekho.name"
17
17
  s.extra_rdoc_files = [
@@ -34,7 +34,7 @@ Gem::Specification.new do |s|
34
34
  ]
35
35
  s.homepage = "http://github.com/ekho/capistrano-git-submodule-strategy"
36
36
  s.licenses = ["MIT"]
37
- s.rubygems_version = "2.4.5"
37
+ s.rubygems_version = "2.4.6"
38
38
  s.summary = "Git submodule support for Capistrano 3"
39
39
 
40
40
  if s.respond_to? :specification_version then
@@ -36,7 +36,7 @@ class Capistrano::Git
36
36
  # and copy everything to the release path
37
37
  def release
38
38
  unless context.test(:test, '-e', release_path) && context.test("ls -A #{release_path} | read linevar")
39
- git :clone, '--depth=1', '--recursive', '-b', fetch(:branch), "file://#{repo_path}", release_path
39
+ git :clone, (fetch(:git_keep_meta, false) ? '' : '--depth=1'), '--recursive', '-b', fetch(:branch), "file://#{repo_path}", release_path
40
40
  if fetch(:git_keep_meta, false)
41
41
  git :remote, 'set-url', 'origin', repo_url
42
42
  else
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-git-submodule-strategy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.15
4
+ version: 0.1.16
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Gorbylev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-02-20 00:00:00.000000000 Z
11
+ date: 2015-04-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: shoulda
@@ -30,48 +30,42 @@ dependencies:
30
30
  requirements:
31
31
  - - ~>
32
32
  - !ruby/object:Gem::Version
33
- version: !binary |-
34
- My4xMg==
33
+ version: '3.12'
35
34
  type: :development
36
35
  prerelease: false
37
36
  version_requirements: !ruby/object:Gem::Requirement
38
37
  requirements:
39
38
  - - ~>
40
39
  - !ruby/object:Gem::Version
41
- version: !binary |-
42
- My4xMg==
40
+ version: '3.12'
43
41
  - !ruby/object:Gem::Dependency
44
42
  name: bundler
45
43
  requirement: !ruby/object:Gem::Requirement
46
44
  requirements:
47
45
  - - ~>
48
46
  - !ruby/object:Gem::Version
49
- version: !binary |-
50
- MS4w
47
+ version: '1.0'
51
48
  type: :development
52
49
  prerelease: false
53
50
  version_requirements: !ruby/object:Gem::Requirement
54
51
  requirements:
55
52
  - - ~>
56
53
  - !ruby/object:Gem::Version
57
- version: !binary |-
58
- MS4w
54
+ version: '1.0'
59
55
  - !ruby/object:Gem::Dependency
60
56
  name: jeweler
61
57
  requirement: !ruby/object:Gem::Requirement
62
58
  requirements:
63
59
  - - ~>
64
60
  - !ruby/object:Gem::Version
65
- version: !binary |-
66
- Mi4wLjE=
61
+ version: 2.0.1
67
62
  type: :development
68
63
  prerelease: false
69
64
  version_requirements: !ruby/object:Gem::Requirement
70
65
  requirements:
71
66
  - - ~>
72
67
  - !ruby/object:Gem::Version
73
- version: !binary |-
74
- Mi4wLjE=
68
+ version: 2.0.1
75
69
  - !ruby/object:Gem::Dependency
76
70
  name: simplecov
77
71
  requirement: !ruby/object:Gem::Requirement
@@ -140,7 +134,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
140
134
  version: '0'
141
135
  requirements: []
142
136
  rubyforge_project:
143
- rubygems_version: 2.4.5
137
+ rubygems_version: 2.4.6
144
138
  signing_key:
145
139
  specification_version: 4
146
140
  summary: Git submodule support for Capistrano 3