capistrano-withrsync 0.1.1 → 0.1.2
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/lib/capistrano/tasks/withrsync.rake +1 -1
- data/lib/capistrano/withrsync/version.rb +1 -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: df3dea9a3ed8257bc1fa24bc48d9af515b840a4d
|
|
4
|
+
data.tar.gz: d481fc57dfd6f7a1f652346aa6179f2b93920be7
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc0fa706bb959c6e62d1d6de2cf70693314588de2e7bf49bd7a51a9bdece754d47b789d08c15fe0b6ef8a627514d5d938e3ef46aea3eb2ebf847ac54addda7ca
|
|
7
|
+
data.tar.gz: 8995d8ae4103df3b902a6d9be134f7f5876754101fc142e8265b99fbbc878ed05c01edcd66aa99770bcc98ef461b715ddb2dfef3648df12e86d327afd9291c81
|
|
@@ -84,7 +84,7 @@ namespace :rsync do
|
|
|
84
84
|
task sync: :'rsync:stage' do
|
|
85
85
|
last_rsync_to = nil
|
|
86
86
|
release_roles(:all).each do |role|
|
|
87
|
-
unless Capistrano::Configuration.env.filter(role).empty?
|
|
87
|
+
unless Capistrano::Configuration.env.filter(role).roles_array.empty?
|
|
88
88
|
run_locally do
|
|
89
89
|
user = "#{role.user}@" if !role.user.nil?
|
|
90
90
|
rsync_options = "#{fetch(:rsync_options).join(' ')}"
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: capistrano-withrsync
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- linyows
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-01-
|
|
11
|
+
date: 2015-01-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: capistrano
|