opswalrus 1.0.60 → 1.0.61

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c774cba9e709e01db64384eb701494e0ef239d97c383c7ed55f9fc2d485a57f2
4
- data.tar.gz: ae110ccb7b9542ad1c69dcf8d8359142e592689bce9f1ad516e4c8e2db214825
3
+ metadata.gz: 0f769d32a2757cb6bc9e23d27e4baa456b6df7b4b5509babc4b9aecc47309d60
4
+ data.tar.gz: 2141371e0a1085ac11ff99d9e4f9ba834d30819b5c2985fc6cb0df8773537ae6
5
5
  SHA512:
6
- metadata.gz: 1d05cecb456288f90f98ef5dd7b1e5b09cc2698b2656256ca0917f1f619fd68add73a2e9b352732397ac118ba0c615843c7d3fa74562f95b1ba6d6e7b3df5322
7
- data.tar.gz: bc9baad3e2171d0a3ad0488d6788b928b0abc56c2661ff70d3cfa99ce2e6ac0f88cbc2645525843a13218eb1e7aaf399f79a3365df23b7054e5a837b7d5ba642
6
+ metadata.gz: 3294b14a48c18633e61e201ff181e9c4bbf827d6ab54d59e9ca464d23b200dfb84fa42b33e3fd67ccae41497e48f9a5cdca7b48cf06c4d52b0f723edf9dac925
7
+ data.tar.gz: 232e0c5fb989cbc38d7e0a2c22c1efb69c6de58025326a58f59a140e5cc8400bbad77e069262c296508349992b341319d684c0d0b6b8585991896383f596b33c
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.60)
4
+ opswalrus (1.0.61)
5
5
  activesupport (~> 7.0)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  binding_of_caller (~> 1.0)
@@ -27,8 +27,8 @@ if [ -x $RTX ]; then
27
27
 
28
28
  # make sure the latest opswalrus gem is installed
29
29
  # todo: figure out how to install this differently, so that test versions will work
30
- gem install opswalrus
31
- # $GEM_CMD install opswalrus
30
+ # gem install opswalrus
31
+ $GEM_CMD install opswalrus
32
32
  $RTX reshim
33
33
 
34
34
  exit 0
@@ -102,7 +102,10 @@ module OpsWalrus
102
102
 
103
103
  if print_report && App.instance.info?
104
104
  if exit_status == 0
105
- puts "Bootstrap success - #{to_s} (alias=#{self.alias})"
105
+ report = "Bootstrap success - #{to_s} (alias=#{self.alias})"
106
+ stdout_report = stdout.lines.last(3).map {|line| " #{line}" }.join()
107
+ report << "\n stdout:\n#{stdout_report}" unless stdout_report.empty?
108
+ puts report
106
109
  else
107
110
  stdout_report = stdout.lines.last(3).map {|line| " #{line}" }.join()
108
111
  stderr_report = stderr.lines.last(3).map {|line| " #{line}" }.join()
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.60"
2
+ VERSION = "1.0.61"
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.60
4
+ version: 1.0.61
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis