capistrano-rsync-bladrak 1.4.0 → 1.4.1

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: d646e32fb31439229222613f70245e2937bee7b3
4
- data.tar.gz: 06580f193f4932f3c3ae5fb6d8d07699c8791109
3
+ metadata.gz: d245dc6c5452cbdd4136d991a043335d36343336
4
+ data.tar.gz: 5a702b16d8d1e32ed4f293030684cecbfcd85837
5
5
  SHA512:
6
- metadata.gz: e4e2c5098528f462736fe235d65a54dc35d67196e45f5ae0f463f1ca5c8c3fe5a2586356e933c8cafe9b6f248d41627c7566c99c04f2189431af6639cd994689
7
- data.tar.gz: d03ec5c073e7e390ea383fa02a43dd06155ad2c1644fed53a0ce7ac053166dc5d4faa36975d7ba79057ce665ab9f9c26a2722ba35e6cdb2ba196ff391835a60b
6
+ metadata.gz: 0934e2dc168480eb51f37be496de0633cf69a57025e64324846b70ea6710b635b83f427fd3f27437d0a18eeb425bd046600d173e90a94caadb6a7c93ab1b281d
7
+ data.tar.gz: aa6e98409dc48438888020365337d9c77a392e63d6236dc347823d734204df47cd509d144c92ad7c4c905f711f38890af015d88cbc23aeda872b49d7b4234b18
@@ -144,7 +144,7 @@ namespace :rsync do
144
144
  task :create_stage do
145
145
  next if File.directory?(fetch(:rsync_stage))
146
146
  next if !has_roles?
147
- next if !bypass_git_clone
147
+ next if !fetch(:bypass_git_clone)
148
148
 
149
149
  if fetch(:rsync_sparse_checkout, []).any?
150
150
  run_locally do
@@ -183,7 +183,7 @@ namespace :rsync do
183
183
  desc "Stage the repository in a local directory."
184
184
  task :stage => %w[create_stage] do
185
185
  next if !has_roles?
186
- next if !bypass_git_clone
186
+ next if !fetch(:bypass_git_clone)
187
187
 
188
188
  run_locally do
189
189
  within fetch(:rsync_stage) do
@@ -1,5 +1,5 @@
1
1
  module Capistrano
2
2
  module Rsync
3
- VERSION = "1.4.0"
3
+ VERSION = "1.4.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano-rsync-bladrak
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hugo Briand, Andri Möll