ridley 1.0.2 → 1.0.3
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/ridley/host_connector/winrm.rb +5 -1
- data/lib/ridley/version.rb +1 -1
- metadata +3 -3
@@ -81,7 +81,11 @@ module Ridley
|
|
81
81
|
end
|
82
82
|
end
|
83
83
|
ensure
|
84
|
-
|
84
|
+
begin
|
85
|
+
command_uploaders.map(&:cleanup)
|
86
|
+
rescue ::WinRM::WinRMHTTPTransportError => ex
|
87
|
+
log.info "Error cleaning up leftover Powershell scripts on some hosts"
|
88
|
+
end
|
85
89
|
end
|
86
90
|
|
87
91
|
# Returns the command if it does not break the WinRM command length
|
data/lib/ridley/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ridley
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.3
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: bin
|
12
12
|
cert_chain: []
|
13
|
-
date: 2013-06-
|
13
|
+
date: 2013-06-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: addressable
|
@@ -390,7 +390,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
390
390
|
version: '0'
|
391
391
|
segments:
|
392
392
|
- 0
|
393
|
-
hash:
|
393
|
+
hash: -1974631482888934392
|
394
394
|
requirements: []
|
395
395
|
rubyforge_project:
|
396
396
|
rubygems_version: 1.8.23
|