opswalrus 1.0.29 → 1.0.31

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: 95be80c5fc4ff5b54b579adbf681ae134f9f1e32ebfee9ee5654da294a6ee4ec
4
- data.tar.gz: 7443c58118a65cb8643093de761a74c97f6f86c8f134a403d06f7864a26e156a
3
+ metadata.gz: c119dc5fcbca954736169437e9d05f306e7d34e68797f40cd887225123759ae7
4
+ data.tar.gz: 6a0d7f964bb499c26a8069e2fcad7ca41497e96b085c95af1419f18c149942df
5
5
  SHA512:
6
- metadata.gz: 71d5e41176f93c0d01f07ff2c893de09b81776d1068bab235343b2cfb283c1bf7725cb1f64baf99762f93cef0a64a3817ff9f460cdb1b23f634f7f77aee9aaa0
7
- data.tar.gz: 59aa3c3fb801afa462c83dbef214b2b4baba528924b1fc1f194ce792b212c762f991f5c89df7fd316e95a6875f8aef661168384145130bfe6723181b01ff5604
6
+ metadata.gz: c51af0418924fb95f18873fa7ad35f045fe5fb0df906be013d3ebd17fc9bfb675bc1ef87e596d63bc10f3f5a523bdc0895dd6e9ddf7422929312ee041d272ec1
7
+ data.tar.gz: bfd2c108337ba39f74a4fd76a5f10eca54d85de19604ae971585c7bfb26c498d58896f07d13fe638098bd3fd8b39abfbdcc6a7a2c936770879898db05d9b3227
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.29)
4
+ opswalrus (1.0.31)
5
5
  amazing_print (~> 1.5)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  citrus (~> 3.0)
data/build.ops CHANGED
@@ -33,6 +33,9 @@ puts "Write version.rb for version #{version}"
33
33
  core.template.write(path: "./lib/opswalrus/version.rb", template: template, variables: {version: version})
34
34
 
35
35
  sh("Build gem") { 'gem build opswalrus.gemspec' }
36
+
37
+ sh("Commit Gemfile.lock and version.rb and git push changes") { 'git commit -am "gem {{ version }}" && git push' }
38
+
36
39
  bw_status_output = sh("Check whether Bitwarden is locked or not") { 'bw status' }
37
40
  # the status command currently exhibits an error in which it emits 'mac failed.' some number of times, so we need to filter that out
38
41
  # see:
@@ -192,7 +192,7 @@ module OpsWalrus
192
192
 
193
193
  # cmd = "OPSWALRUS_LOCAL_HOSTNAME='#{local_hostname_for_remote_host}'; /home/linuxbrew/.linuxbrew/bin/gem exec --conservative -g opswalrus ops"
194
194
  # cmd = "OPS_GEM=\"#{OPS_GEM}\" OPSWALRUS_LOCAL_HOSTNAME='#{local_hostname_for_remote_host}'; $OPS_GEM exec --conservative -g opswalrus ops"
195
- cmd = "OPSWALRUS_LOCAL_HOSTNAME='#{local_hostname_for_remote_host}'; #{OPS_CMD}"
195
+ cmd = "OPSWALRUS_LOCAL_HOSTNAME='#{local_hostname_for_remote_host}' eval #{OPS_CMD}"
196
196
  cmd << " -v" if verbose
197
197
  cmd << " #{ops_command.to_s}"
198
198
  cmd << " #{ops_command_options.to_s}" if ops_command_options
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.29"
2
+ VERSION = "1.0.31"
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.29
4
+ version: 1.0.31
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis