capistrano-rsync-bladrak 1.4.1 → 1.4.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d245dc6c5452cbdd4136d991a043335d36343336
4
- data.tar.gz: 5a702b16d8d1e32ed4f293030684cecbfcd85837
3
+ metadata.gz: 0a6e713fc3d428c297a91fc4fb46e521a7a673ed
4
+ data.tar.gz: 1ae1783225418568957703a2b502a6582e267139
5
5
  SHA512:
6
- metadata.gz: 0934e2dc168480eb51f37be496de0633cf69a57025e64324846b70ea6710b635b83f427fd3f27437d0a18eeb425bd046600d173e90a94caadb6a7c93ab1b281d
7
- data.tar.gz: aa6e98409dc48438888020365337d9c77a392e63d6236dc347823d734204df47cd509d144c92ad7c4c905f711f38890af015d88cbc23aeda872b49d7b4234b18
6
+ metadata.gz: 3a209e21cd61885e8b2e7227e5de39d1b7136f010f4d7ba3748cfa1a3b7858a360e9d3be1c2a098c5bc459d66e5f87d8dd43b1b24f508e91c4cc8ba89dad49bf
7
+ data.tar.gz: 2bddb8f80ad72c551db971741774b79c6fc1a8f3bfb2e6690734d09a4d773cf6542123273a7aff59271108e90c6ed6ec560d7c01fe6a0568765d570409e4ac4f
@@ -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 !fetch(: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 !fetch(: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.1"
3
+ VERSION = "1.4.2"
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.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hugo Briand, Andri Möll