capistrano-git-with-submodules 2.0.5 → 2.0.6

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fdba8fe1dcb93e559f238d43e9ab676eef9a0d6a0129e7cc67b9e095d14579f6
4
- data.tar.gz: 1ca0cc0665cc980217b2f8f20f16bc59ed8ad4f9ab5d58343aff11c2b24c3713
3
+ metadata.gz: a4366a533d7cfaa684aa49ee038d47aca48f99be0afbe52b5a06677d0b76a41c
4
+ data.tar.gz: bc2e28dc0144f610eb3744d5f65acb1a41107c8f958289a6d2e1adc16cbdb2fa
5
5
  SHA512:
6
- metadata.gz: 28aa5ab47278f50ba5c096c563318ab2164db8fd1ec2ead43fd88a9170e6d4b90033645c71287d392b49d8dc742bbd2e90ffa84136fed340c8dbe42247623849
7
- data.tar.gz: c6c2035eda864d752f2bf2b899647cdaea16e3a4c75987c6fbc83533d57f98d3d962a3701df592057b7037efee61426defe9f6d32e4319827661cb6888b87614
6
+ metadata.gz: 4367e2ccda88abee857230c6a1b454691a3210883f82c47e7109ff97136b1026bf7c0c9a7e2a996215cbf1e2b62ce3c1cb70f0ea58555420b2d593cc3fa090f8
7
+ data.tar.gz: f8947cd9dc20587478b7c4a37ec418ebe39b9b814fc3dd3d21f3a1132a53722209481e58f6a7448105527b7e3e05352921848ad1d364677b26d39cea8d55d843
@@ -30,7 +30,7 @@ class Capistrano::SCM::Git::WithSubmodules < Capistrano::Plugin
30
30
  execute :git, :reset, '--mixed', quiet, fetch(:branch), '--'
31
31
  update_submodule = proc do
32
32
  execute :git, :submodule, 'update',
33
- '--init', '--checkout', '--recursive', '--remote', quiet
33
+ '--init', '--checkout', '--recursive', quiet
34
34
  end
35
35
  begin
36
36
  update_submodule.call
@@ -2,7 +2,7 @@ module Capistrano
2
2
  module Git
3
3
  module With
4
4
  module Submodules
5
- VERSION = "2.0.5"
5
+ VERSION = "2.0.6"
6
6
  end
7
7
  end
8
8
  end
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: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Boris Gorbylev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-03-21 00:00:00.000000000 Z
11
+ date: 2022-03-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano