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 +4 -4
- data/Gemfile.lock +1 -1
- data/lib/opswalrus/host.rb +1 -1
- data/lib/opswalrus/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 47e66938c344825f2baa189ad1cbe961891263d08e47d55f7dca2e58641d2ac2
|
|
4
|
+
data.tar.gz: 8c0c990d36a341c88703a3de6febb9365e4127e14f8ff83775124169d6c488bd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c3abab16446029a28b84e3fd15edfd2b601abcb74fbe7da7229b10bcb27870fb32048d67b63693424d4e597075d1388b617cd6567fa44c3d4d10a5ce1ee00cf7
|
|
7
|
+
data.tar.gz: 409aa7af8116157ebbd6719d3efc51bcd68cccdc95c739ec853e6f7b259d237fd9822c9ffd0b394f811d62afb1153bc3481fcec333ee4117eca270c6f9108251
|
data/Gemfile.lock
CHANGED
data/lib/opswalrus/host.rb
CHANGED
|
@@ -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
|
|
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
|
data/lib/opswalrus/version.rb
CHANGED