opswalrus 1.0.20 → 1.0.21

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: 85276d2b105829b573b1ca4d5c9b6169bd646653426d2d9d6789bf27066e6424
4
- data.tar.gz: fe19e8befca0652945f72bf3d00281584bfdac76a6c7a6ce0164cb2b68b0300b
3
+ metadata.gz: dc53d0a80c9c27e8557d84f41f215c9c03182286997f4aa78e9ff4e353231807
4
+ data.tar.gz: 42ef62ca0ba2e8fb90a66e764a477da9d798b95c65ff7a0ae432a1e8ccb02609
5
5
  SHA512:
6
- metadata.gz: 15a62a13434e076fe3775a950017aa769db557750246cb9d53996a44929f28ba9339dfd3221fb4e84eb927dfeba85a03c5c966b3f2e9d68a44e67c62f5ef593e
7
- data.tar.gz: 93a6af68fca1def7bfedc4f9710c428df70573f800a9ac9e8ddaa461f2ac9b5e3f14244f881c1bd197eef45eab02d745389014dcec493bd16c7100911123404e
6
+ metadata.gz: 1fcb4f648d74f29991484d2c602b50972b89b5ea611891d6e69170c504f9621a5da0d63c3c3d3fb8fd670f8757029800233ce031397627281765c24d4572f2f4
7
+ data.tar.gz: 9d2bbeec8ec4606f001409253cb4d8c12f3cfca56bf5384a03bd47934aa8cb1aeb3e38c10e51c775c30f33a79e82774ec93e81178a371b2ce1f6840c81d03acb
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.20)
4
+ opswalrus (1.0.21)
5
5
  amazing_print (~> 1.5)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  citrus (~> 3.0)
@@ -89,7 +89,7 @@ module OpsWalrus
89
89
  @_host.execute(:rm, "-f", "tmpopsbootstrap.sh")
90
90
  end
91
91
 
92
- def zip_copy_and_run_ops_bundle(local_host, block)
92
+ def _zip_copy_and_run_ops_bundle(local_host, block)
93
93
  # copy over ops bundle zip file
94
94
  zip_bundle_path = @runtime_env.zip_bundle_path
95
95
  upload_success = @_host.upload(zip_bundle_path, "tmpops.zip")
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.20"
2
+ VERSION = "1.0.21"
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.20
4
+ version: 1.0.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis