opswalrus 1.0.91 → 1.0.92

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
  SHA256:
3
- metadata.gz: 715100b21f903cbb4dd8b56d95cf47b9be85450f8f48522cc85930fecf6ac5f3
4
- data.tar.gz: b663103514a09ae4aca6c53628aa23c8d19ec40bc658ef91d39bd88a2f2f9139
3
+ metadata.gz: 12092a91a60682fa8bf763b91fcc872428f770204623883e5e4ede606facaec9
4
+ data.tar.gz: 0c6eab4a21a4dcaa665cae384e45ad5dbdf49be909bcd026838ea67017c006d5
5
5
  SHA512:
6
- metadata.gz: 84414b900f1d6c6fc70642828fc14a7791a317e76051c60daec2865d33f6d40e91af35ed71e3ac8f67f88485eca9ff59e08f78a40501034113096fae92db0d39
7
- data.tar.gz: 064154eb02e64e59d06b9a0d344f2fba5493eda287f73fb8456cf40a4440cdb7f3da568a222ab1f71e4adf218e34b9089a92157d05fc3b2cbeeea08e86504396
6
+ metadata.gz: b96e1b0f743884e7e57830716d36e207d00cc9864391a5df41c8cde0eaf22dc53e9f43a7733401c1cf60f2405aac527e0569e1da8355e1b6b30e81659bd8a0e8
7
+ data.tar.gz: 8b219159bdf7cffb9b8fe7e3f75ad5d07c727647370b4a0d16285505eb376373636b8de09ad3e86da651d77ae4b2ac17a70c91affd75352c6356bb0aec085194
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.91)
4
+ opswalrus (1.0.92)
5
5
  activesupport (~> 7.0)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  binding_of_caller (~> 1.0)
@@ -178,10 +178,11 @@ module OpsWalrus
178
178
  App.instance.error "[!] The host '#{host}' doesn't accept password authentication method."
179
179
  rescue Errno::EHOSTUNREACH => e
180
180
  App.instance.error "[!] The host '#{host}' is unreachable"
181
- rescue => e
182
- App.instance.error e.class
183
- App.instance.error e.message
184
- App.instance.error e.backtrace.join("\n")
181
+ # rescue => e
182
+ # App.instance.error "[!] Command failed:"
183
+ # App.instance.error e.class
184
+ # App.instance.error e.message
185
+ # App.instance.error e.backtrace.join("\n")
185
186
  ensure
186
187
  host.clear_ssh_session
187
188
  end
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.91"
2
+ VERSION = "1.0.92"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opswalrus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.91
4
+ version: 1.0.92
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis