vagrant-winrmcli 1.0.6 → 1.0.7

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
  SHA1:
3
- metadata.gz: daea1b2a96eb2799c1053c50903a5a05a7753578
4
- data.tar.gz: e5e7db2fa3b4a923da91bc6c96e2f620b7d7defb
3
+ metadata.gz: c5dd2aedaa29f5db9d7c76317297e2f780738dda
4
+ data.tar.gz: 30026cd65516506dd0039a02905b28dcb84277d0
5
5
  SHA512:
6
- metadata.gz: c250c6c975ad2ff148efd9706b74e5998e6d7d6d9dac463b2124ba65885eeb71853aa109a5e8e95917017a10b205c28af6a08e3e0b17fbc22d4cd6429e2c2666
7
- data.tar.gz: da6c6f3e8735396b3b8dd142be2f8e392e701606ac780dd331bb5c0f64fc03dd2f475ee254e411a35ea609b25289e4c6c21e1ec9d40a0c7b9b939c978912936b
6
+ metadata.gz: 36e6054a95058dad980e5e2aecceebb41a1ca937580c6a9a50e3aa6f039d07451f1015abc5805afee2c7ac5b77c1961e6bc2f9437997bf70012462dd2fd7fa75
7
+ data.tar.gz: bcdbdb898e9ce29ae422a4441887a44f1c8bec4871b86f752ea59098d39b0d6a56c786838ffc384ad37ac15fc0f4f5b2c681710941b45fcbe9fbf5ca6957e0b8
@@ -55,7 +55,9 @@ module VagrantPlugins
55
55
  STDOUT.print stdout
56
56
  STDERR.print stderr
57
57
  end
58
+ winrm.cleanup_command(shell_id, command_id)
58
59
  end
60
+ winrm.close_shell(shell_id)
59
61
  end
60
62
  end
61
63
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module WinrmCli
3
- VERSION = '1.0.6'
3
+ VERSION = '1.0.7'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-winrmcli
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Cameron Ryan