capsum 1.1.4 → 1.1.5

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: 56fdd37368702dbbf8e63ba450ff397a0e5bbf62890a0d90963c58fac99cbef3
4
- data.tar.gz: 4609937936044b58e6d9b655c018f2150377e431fd225e35f266c39cc893e96d
3
+ metadata.gz: 84dbb7df8499ed0015e40aa1e1aeb8d06c77c98cc403c3d27dcc9ea205efb5d7
4
+ data.tar.gz: 37bf4fb266abf354f9a93a33a7dd9f8dc4fe596f96b809b538b4b98fb280db6c
5
5
  SHA512:
6
- metadata.gz: 4a22c8d43c5cb32d7db3ce98616a2f8d993da0da408e17310596ebb6860578263812feeb2832c87029b345df1c3afe1a4a2a6806816fc157f28a808e516f2478
7
- data.tar.gz: 392928888efc92ada3bcc1b990ec922bc76efec55a9308ca4963a75b43ea570e069db779b3e4eae500d6c412663cc42bae8628efb3cdf9532cb05b744c70fc68
6
+ metadata.gz: 49e89a0f4a2f149b584adb0b14dff6cdedb0eddc0472a1c8143503089905b90d6142e5811870f216eee5cf718283b564c75bb4c5f4f59c1b1ac144744c0d3fd4
7
+ data.tar.gz: 5790c85dd4c81034871eb51e63ea832d0d89800b49aa388e3f412d380eac8c23c9450e2fd8ce1e7f7e92ea35755f484ea40d381d151f0f4cb992a5aaa0243c64
@@ -61,12 +61,13 @@ namespace :rsync do
61
61
  user = role.user + "@" if role.user
62
62
 
63
63
  rsync = %w(rsync)
64
- rsync.concat fetch(:rsync_options)
65
64
 
66
65
  if (port = role.port)
67
66
  rsync += [ "-e", %("ssh -p #{port}") ]
68
67
  end
69
68
 
69
+ rsync.concat fetch(:rsync_options)
70
+
70
71
  rsync << fetch(:rsync_stage) + "/"
71
72
  rsync << "#{user}#{role.hostname}:#{rsync_cache.call || release_path}"
72
73
 
@@ -1,4 +1,4 @@
1
1
  module Capsum
2
- VERSION = "1.1.4"
2
+ VERSION = "1.1.5"
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.4
4
+ version: 1.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - sunteya
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-07-23 00:00:00.000000000 Z
11
+ date: 2021-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano