capistrano-rsync-bladrak 1.2.3 → 1.2.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4706159e43001095d6752db3b7bb4252b40b7b5b
4
- data.tar.gz: 626de244a1bec9cda1401c4fd00d551ac5057152
3
+ metadata.gz: 1c804cd07473905f96c6f1a10a91fc77c07d1a95
4
+ data.tar.gz: 5322a7fa163143c7b70162a7d87995769113a498
5
5
  SHA512:
6
- metadata.gz: 7167b260d9e60cf9f9cdfafceaf80a0a98d5c5f47f6c81451f54ce1fd5aa43e36dcf77d8679725aa48ecb91bdb1078dcde2aea192623738530a71b71f1bf1336
7
- data.tar.gz: 82e1caa5f22e9985fceee2c0a6e9362f3ef600ee114cb8f53b61a1e124a7d150cb39f89d75654ec9ff2c7b99fa49021dafa5c60124eec701158f239ebbb25518
6
+ metadata.gz: 1f0e8b9c277d41755e4ae55230b748dd8df9465641ce89e2389fb9962798fc491c08a86ede8e42f30e161626a302a6be59159bd09d81291b677fa4565b61109f
7
+ data.tar.gz: 9c89fb572224982b5f2cc03c7581c1ba8bd20ecefbd96de67751a209d4c472d88f107254ac0a734ac8fbfeb2c953128bb22a40fd65c4edf02c6b9db23a1e64c8
data/README.md CHANGED
@@ -28,7 +28,7 @@ Using
28
28
  -----
29
29
  Install with:
30
30
  ```
31
- gem install capistrano-rsync
31
+ gem install capistrano-rsync-bladrak
32
32
  ```
33
33
 
34
34
  Require it at the top of your `Capfile` (or `config/deploy.rb`):
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Rsync
3
- VERSION = "1.2.3"
3
+ VERSION = "1.2.4"
4
4
  end
5
5
  end
@@ -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).each do execute copy end
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.3
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-03-16 00:00:00.000000000 Z
11
+ date: 2015-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: capistrano