le1t0-capistrano 2.5.18.023 → 2.5.18.024

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.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 2.5.18.023
1
+ 2.5.18.024
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{le1t0-capistrano}
8
- s.version = "2.5.18.023"
8
+ s.version = "2.5.18.024"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Le1t0"]
@@ -68,7 +68,7 @@ module Capistrano
68
68
  end
69
69
  end
70
70
 
71
- logger.debug "#{transport} #{operation} complete" if logger
71
+ logger.debug "#{transport} #{operation} complete" if logger && !silent
72
72
  self
73
73
  end
74
74
 
@@ -103,7 +103,7 @@ module Capistrano
103
103
  end
104
104
 
105
105
  def prepare_transfers(proc)
106
- logger.info "#{transport} #{operation} #{from} -> #{to}" if logger
106
+ logger.info "#{transport} #{operation} #{from} -> #{to}" if logger && !silent
107
107
 
108
108
  @transfers = sessions.map do |session|
109
109
  session_from = normalize(from, session)
@@ -122,7 +122,7 @@ module Capistrano
122
122
 
123
123
  def prepare_scp_transfer(from, to, session, proc)
124
124
  real_callback = callback || Proc.new do |channel, name, sent, total|
125
- logger.trace "[#{channel[:host]}] #{name}" if logger && sent == 0
125
+ logger.trace "[#{channel[:host]}] #{name}" if !silent && logger && sent == 0
126
126
  end
127
127
 
128
128
  if proc.is_a?(Proc)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: le1t0-capistrano
3
3
  version: !ruby/object:Gem::Version
4
- hash: 33
4
+ hash: 63
5
5
  prerelease: false
6
6
  segments:
7
7
  - 2
8
8
  - 5
9
9
  - 18
10
- - 23
11
- version: 2.5.18.023
10
+ - 24
11
+ version: 2.5.18.024
12
12
  platform: ruby
13
13
  authors:
14
14
  - Le1t0