opswalrus 1.0.103 → 1.0.104

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: dcc7b4d3e59f51ac90c2025c27345d0f9da65095c6d4406cbb522d3eca800f74
4
- data.tar.gz: 5ab46800dd863a1d58635eafdf83755497d60b505b4b35ac50a61c5022f8cf6b
3
+ metadata.gz: 47e66938c344825f2baa189ad1cbe961891263d08e47d55f7dca2e58641d2ac2
4
+ data.tar.gz: 8c0c990d36a341c88703a3de6febb9365e4127e14f8ff83775124169d6c488bd
5
5
  SHA512:
6
- metadata.gz: 53ddd2218bc5a22a7144fdb04ee65c57acb79ab63c661815d2f170a2f64c37e40136f1efad9b115f3249b29b67d0f7242ebcd1f72a9f2275282b5fdee9543582
7
- data.tar.gz: 39dca248da2b08cf0f96b1ca53d5fa56139dbec7747e7f4f6415f77cbe92674c995844a7a659eee69d9ae5d435b077458c2d22ff5cf07591ae4eda9c46cff3a8
6
+ metadata.gz: c3abab16446029a28b84e3fd15edfd2b601abcb74fbe7da7229b10bcb27870fb32048d67b63693424d4e597075d1388b617cd6567fa44c3d4d10a5ce1ee00cf7
7
+ data.tar.gz: 409aa7af8116157ebbd6719d3efc51bcd68cccdc95c739ec853e6f7b259d237fd9822c9ffd0b394f811d62afb1153bc3481fcec333ee4117eca270c6f9108251
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- opswalrus (1.0.103)
4
+ opswalrus (1.0.104)
5
5
  activesupport (~> 7.0)
6
6
  bcrypt_pbkdf (~> 1.1)
7
7
  binding_of_caller (~> 1.0)
@@ -122,7 +122,7 @@ module OpsWalrus
122
122
  end
123
123
 
124
124
  def _zip_copy_and_run_ops_bundle(local_host, block)
125
- @_host._initialize_session(local_host)
125
+ @_host._initialize_session
126
126
 
127
127
  # we run the block in the context of the host proxy object, s.t. `self` within the block evaluates to the host proxy object (i.e. self)
128
128
  retval = instance_exec(local_host, &block) # local_host is passed as the argument to the block
@@ -1,3 +1,3 @@
1
1
  module OpsWalrus
2
- VERSION = "1.0.103"
2
+ VERSION = "1.0.104"
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.103
4
+ version: 1.0.104
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Ellis