opswalrus 1.0.59 → 1.0.60

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: 7c02e6cf3098713124796fdaddf3630d91434d40a6f0df607cf4184e5cd060c3
4
- data.tar.gz: bedbfd919aba32a943ac22a1596c439d74879f1e88b0f42a1062dd6fe3c5cc08
3
+ metadata.gz: c774cba9e709e01db64384eb701494e0ef239d97c383c7ed55f9fc2d485a57f2
4
+ data.tar.gz: ae110ccb7b9542ad1c69dcf8d8359142e592689bce9f1ad516e4c8e2db214825
5
5
  SHA512:
6
- metadata.gz: 79e953bac9a4c83104431d0c2ccf871b684810a81283b52ad677d4bff7bee27c804f93ec94be43b3b24a7b6504a40419c6932de1525ed7d1fbc5a4b0293036a6
7
- data.tar.gz: 1ed925365dd182c27dc922da7aa99319566aefc01154dd8227253bfcf2798f6fc92686c6832941dddb0d55ce1d28148b2e7a3c341c5a4d1c80fa1ba739a74ace
6
+ metadata.gz: 1d05cecb456288f90f98ef5dd7b1e5b09cc2698b2656256ca0917f1f619fd68add73a2e9b352732397ac118ba0c615843c7d3fa74562f95b1ba6d6e7b3df5322
7
+ data.tar.gz: bc9baad3e2171d0a3ad0488d6788b928b0abc56c2661ff70d3cfa99ce2e6ac0f88cbc2645525843a13218eb1e7aaf399f79a3365df23b7054e5a837b7d5ba642
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.59)
4
+ opswalrus (1.0.60)
5
5
  activesupport (~> 7.0)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  binding_of_caller (~> 1.0)
data/lib/opswalrus/app.rb CHANGED
@@ -308,7 +308,7 @@ module OpsWalrus
308
308
  def print_script_result(result)
309
309
  if script_mode?
310
310
  output = StringIO.open do |io|
311
- io.print(SCRIPT_RESULT_HEADER)
311
+ io.puts SCRIPT_RESULT_HEADER
312
312
  io.puts JSON.pretty_generate(result.value)
313
313
  io.string
314
314
  end
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.59"
2
+ VERSION = "1.0.60"
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.59
4
+ version: 1.0.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis