capsum 1.1.3 → 1.1.4

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: 99cf01b29f9167edb51f6e722b5034a34efdb5885d8a3154b58f8016e09d3f96
4
- data.tar.gz: 3c5c131e8d9d5d8b19a71f2dbcf46c3dc714ab237ef26ea6235d868b7f61ff0c
3
+ metadata.gz: 56fdd37368702dbbf8e63ba450ff397a0e5bbf62890a0d90963c58fac99cbef3
4
+ data.tar.gz: 4609937936044b58e6d9b655c018f2150377e431fd225e35f266c39cc893e96d
5
5
  SHA512:
6
- metadata.gz: 9fc1998d35c6c03d22d9707757900a24f28f28d2e8b6e269cb5c42785c02d7e3089f2e074a0235963402d67cb48a72dcc69ea1b1694c7ae92d1d859b6be66e90
7
- data.tar.gz: aac0b308a27bc500519959fd25197fa47a1aead9041ac0938d9ee6c9d1dae7076be45e99b8e9dbc75e378c1d3c3d06cd84037dff0ae21a4552e2b7d72202285f
6
+ metadata.gz: 4a22c8d43c5cb32d7db3ce98616a2f8d993da0da408e17310596ebb6860578263812feeb2832c87029b345df1c3afe1a4a2a6806816fc157f28a808e516f2478
7
+ data.tar.gz: 392928888efc92ada3bcc1b990ec922bc76efec55a9308ca4963a75b43ea570e069db779b3e4eae500d6c412663cc42bae8628efb3cdf9532cb05b744c70fc68
@@ -49,6 +49,9 @@ namespace :rsync do
49
49
 
50
50
  checkout = %W(git reset --hard origin/#{fetch(:branch)})
51
51
  run_locally { execute *checkout }
52
+
53
+ submodule = %w(git submodule update --init --force)
54
+ run_locally { execute *submodule }
52
55
  end
53
56
  end
54
57
 
@@ -1,4 +1,4 @@
1
1
  module Capsum
2
- VERSION = "1.1.3"
2
+ VERSION = "1.1.4"
3
3
  CAPISTRANO_SIDEKIQ_REQUIREMENT = "~> 0.10.0"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capsum
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - sunteya
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-10 00:00:00.000000000 Z
11
+ date: 2020-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano
@@ -115,7 +115,7 @@ homepage: http://github.com/sunteya/capsum
115
115
  licenses:
116
116
  - MIT
117
117
  metadata: {}
118
- post_install_message:
118
+ post_install_message:
119
119
  rdoc_options: []
120
120
  require_paths:
121
121
  - lib
@@ -130,8 +130,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  requirements: []
133
- rubygems_version: 3.0.3
134
- signing_key:
133
+ rubygems_version: 3.1.4
134
+ signing_key:
135
135
  specification_version: 4
136
136
  summary: Collect gems and recipes related capistrano.
137
137
  test_files: []