opswalrus 1.0.85 → 1.0.86

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: a98ac5f7f3dce70141e10defbfb6e6ed50c8f2439e219c4e0af3d2939fa39621
4
- data.tar.gz: 81098411ad23c3175055066dd75781aa45ce2672ee03f0367e66f5bcc5a22f7c
3
+ metadata.gz: 88169b67267180bb5a3425488be191c1497fde209bf8fabc93140e286fd8562e
4
+ data.tar.gz: 7790d6f41a89f90812fc0429721287a5e6462609fd6a38ca90be2341e2e3dbfd
5
5
  SHA512:
6
- metadata.gz: 5b5379e9a9a8b257676babc472070c8c27565fd139dee985a29982b4e154bf41ab1570a23cb121fbbf54f49259811b378acfd6b69d80823a8117a4cb8b320a16
7
- data.tar.gz: 394e28ccc7db130788c358cf68c40554b1c34507b18f67fbe2f2a930947b144154c8b9e305f327711d61eb55d980e788248b2e472af5598dfd5446c0fd6db572
6
+ metadata.gz: 75efd84316cbdc89be216dc90cff5abeed6b44a1d8ecfb59eeac299f445c4c426d695f36db35d8ac62c49ca961f5a352c783d2db250955d77a8b5e1d94003f50
7
+ data.tar.gz: 45f5da4128632aff28bbccc8862063cfb069e1a70a37898c887f15923c050136837ca580ff1ed2c57b4883ac06b6ff5cf614d6f67d1026b8e3dddb35669382c5
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.85)
4
+ opswalrus (1.0.86)
5
5
  activesupport (~> 7.0)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  binding_of_caller (~> 1.0)
data/lib/opswalrus/app.rb CHANGED
@@ -319,6 +319,7 @@ module OpsWalrus
319
319
  io.puts JSON.pretty_generate(result.value)
320
320
  io.string
321
321
  end
322
+ puts "print_script_result - #{puts Time.now}"
322
323
  puts output
323
324
  end
324
325
  end
@@ -88,11 +88,13 @@ module OpsWalrus
88
88
  rescue SSHKit::Command::Failed => e
89
89
  App.instance.error "[!] Command failed: #{e.message}"
90
90
  rescue Error => e
91
+ puts "OperationRunner#run - #{puts Time.now}"
91
92
  App.instance.error "Error: Ops script crashed."
92
93
  App.instance.error e.message
93
94
  App.instance.error e.backtrace.take(10).join("\n")
94
95
  Invocation::Error.new(e)
95
96
  rescue => e
97
+ puts "OperationRunner#run - #{puts Time.now}"
96
98
  App.instance.error "Unhandled Error: Ops script crashed."
97
99
  App.instance.error e.class
98
100
  App.instance.error e.message
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.85"
2
+ VERSION = "1.0.86"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: opswalrus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.85
4
+ version: 1.0.86
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-11-12 00:00:00.000000000 Z
11
+ date: 2023-11-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport