capistrano-rsync-bladrak 1.2.3 → 1.2.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 +4 -4
- data/README.md +1 -1
- data/lib/capistrano/rsync/version.rb +1 -1
- data/lib/capistrano/rsync.rb +3 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c804cd07473905f96c6f1a10a91fc77c07d1a95
|
|
4
|
+
data.tar.gz: 5322a7fa163143c7b70162a7d87995769113a498
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1f0e8b9c277d41755e4ae55230b748dd8df9465641ce89e2389fb9962798fc491c08a86ede8e42f30e161626a302a6be59159bd09d81291b677fa4565b61109f
|
|
7
|
+
data.tar.gz: 9c89fb572224982b5f2cc03c7581c1ba8bd20ecefbd96de67751a209d4c472d88f107254ac0a734ac8fbfeb2c953128bb22a40fd65c4edf02c6b9db23a1e64c8
|
data/README.md
CHANGED
data/lib/capistrano/rsync.rb
CHANGED
|
@@ -169,7 +169,9 @@ namespace :rsync do
|
|
|
169
169
|
next if !has_roles?
|
|
170
170
|
|
|
171
171
|
copy = %(#{fetch(:rsync_copy)} "#{rsync_cache.call}/" "#{release_path}/")
|
|
172
|
-
on roles(:all)
|
|
172
|
+
on roles(:all) do |host|
|
|
173
|
+
execute copy
|
|
174
|
+
end
|
|
173
175
|
end
|
|
174
176
|
|
|
175
177
|
# Matches the naming scheme of git tasks.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-rsync-bladrak
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.2.
|
|
4
|
+
version: 1.2.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Hugo Briand, Andri Möll
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-06-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|