capistrano-s3_archive 0.4.3 → 0.4.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
  SHA1:
3
- metadata.gz: 26d849aca711454ddb7add7f361971a883cca0fe
4
- data.tar.gz: fd2ae963c34c97f96bf209ffb1fcbbb6b540f838
3
+ metadata.gz: 5fa901b0956e718fcf9c7955f1181608b2df84ce
4
+ data.tar.gz: 3214671ef8f41b30b08ec9521f730cf402233961
5
5
  SHA512:
6
- metadata.gz: c4878574aa7502b196bc97769d4757073db80a061a82a7770b6bfdf88f8d7bf498e97dc747a64abfe10ecff7594e81003f06273a35b97884bc70a600a92eef1f
7
- data.tar.gz: ee39db02b789562d469e57a0c963af283192945e7d972700658a47f11b4d95d016299bfd755a8f5488d382e05278dfb8071562753f72bd00aa8ed629fee9bef3
6
+ metadata.gz: af203a0d11eb4fea0a3109ce85a5180b9a2ca77b8886c6c82d050914db009ab5c25d921688d5f1edbb5faad378bab241e8d33cd224604198c778bc0d396f190a
7
+ data.tar.gz: 1fedff55f983f5158fb19daf1e33d954e515f31dc72adc3ef99caf146dae3da768b1c7e5d9037f7ed5ab665043e3ac79579ed9fdd11bbf06f61846e6cf67931e
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module S3Archive
3
- VERSION = "0.4.3"
3
+ VERSION = "0.4.4"
4
4
  end
5
5
  end
@@ -167,13 +167,11 @@ module Capistrano
167
167
 
168
168
  unless fetch(:rsync_cache).nil?
169
169
  cache = rsync_cache
170
- on [server] do
171
- link_option = if fetch(:hardlink) && test("[ `readlink #{current_path}` != #{release_path} ]")
172
- "--link-dest `readlink #{current_path}`"
173
- end
174
- copy = %(#{fetch(:rsync_copy)} #{link_option} "#{cache}/" "#{release_path}/")
175
- execute copy
176
- end
170
+ link_option = if fetch(:hardlink) && test("[ `readlink #{current_path}` != #{release_path} ]")
171
+ "--link-dest `readlink #{current_path}`"
172
+ end
173
+ copy = %(#{fetch(:rsync_copy)} #{link_option} "#{cache}/" "#{release_path}/")
174
+ context.execute copy
177
175
  end
178
176
  end
179
177
 
@@ -1,5 +1,5 @@
1
1
  # config valid only for current version of Capistrano
2
- lock '3.4.0'
2
+ lock '3.6.1'
3
3
 
4
4
  set :application, 'my_app_name'
5
5
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-s3_archive
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takuto Komazaki
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-08-12 00:00:00.000000000 Z
11
+ date: 2016-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano