chef-powershell 3.0.16 → 3.0.17

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.

Potentially problematic release.


This version of chef-powershell might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3d7e92fc5253d76e76722d2b7c0131366b74f658ea9686c34a8f1f3453b777a8
4
- data.tar.gz: 502b236084d361134678d75dacaecd287d5cc15549426697882824834dbbae49
3
+ metadata.gz: 35e73a848097f74f51dfe777d0c519915fc8c23f57a84c024e0914570e474e0f
4
+ data.tar.gz: 63a1bd552b291846fb85e181b46f243f3a4b784302fcdb8b6b46c65d764d4a5d
5
5
  SHA512:
6
- metadata.gz: 954bba18993c2e6fa1061ab0c0d32799d6d8e5f7c260d05e5e7bc6c31384699103e64d9c899f13f90ff357a3523697047f86b552459abad792b4e1b9edebd50f
7
- data.tar.gz: 0e7f20fe60e61fe4e5433cacd24439675872a9bbec181b1f3eeab7e284a207e85cc4fb983cef08902c9d3abf9692cf030d663091e000239c66e04ccbb77b82bd
6
+ metadata.gz: 4b4cf06572b6f67fa9e913fd85f84bb07718da8590254875fd5efcaa33bf0fded0db6976652e48463e7164e569a21208adf8b95c1994848f336211aff31c255a
7
+ data.tar.gz: 79dd6ca6afe1334761cf2dfd0ec0989530e44d5c3c7c7fead9e63bcd5808d27979d08313506dbea65519d85d847053560c7f0ed22fa8d6451d977f3d2699925e
@@ -81,7 +81,7 @@ class ChefPowerShell
81
81
  private
82
82
 
83
83
  def exec(script, timeout: -1)
84
- load_powershell_dll(@powershell_dll)
84
+ PowerMod.load_powershell_dll(@powershell_dll)
85
85
  execution = PowerMod.do_work(script, timeout)
86
86
  output = execution.read_utf16string
87
87
  hashed_outcome = FFI_Yajl::Parser.parse(output)
@@ -16,5 +16,5 @@
16
16
 
17
17
  module ChefPowerShellModule
18
18
  CHEFPOWERSHELL_ROOT = File.expand_path("..", __dir__)
19
- VERSION = "3.0.16".freeze
19
+ VERSION = "3.0.17".freeze
20
20
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chef-powershell
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.16
4
+ version: 3.0.17
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chef Software, Inc