ridley 1.0.2 → 1.0.3

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.
@@ -81,7 +81,11 @@ module Ridley
81
81
  end
82
82
  end
83
83
  ensure
84
- command_uploaders.map(&:cleanup)
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
@@ -1,3 +1,3 @@
1
1
  module Ridley
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
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.2
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-11 00:00:00.000000000 Z
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: 2826734640182789390
393
+ hash: -1974631482888934392
394
394
  requirements: []
395
395
  rubyforge_project:
396
396
  rubygems_version: 1.8.23