From acb4c6adc451ff72eab8512bafe63fb16ea22856 Mon Sep 17 00:00:00 2001 From: Stuart Preston Date: Sat, 23 Jun 2018 22:50:19 +0100 Subject: Move bindir copy logic into Gemfile to be used by Bundler Signed-off-by: Stuart Preston --- distro/powershell/chef/Chef.PowerShell.Wrapper.dll | Bin 123904 -> 0 bytes distro/powershell/chef/Chef.PowerShell.dll | Bin 6656 -> 0 bytes distro/powershell/chef/Newtonsoft.Json.dll | Bin 664576 -> 0 bytes distro/ruby_bin_folder/Chef.PowerShell.Wrapper.dll | Bin 0 -> 123904 bytes distro/ruby_bin_folder/Chef.PowerShell.dll | Bin 0 -> 6656 bytes distro/ruby_bin_folder/Newtonsoft.Json.dll | Bin 0 -> 664576 bytes 6 files changed, 0 insertions(+), 0 deletions(-) delete mode 100644 distro/powershell/chef/Chef.PowerShell.Wrapper.dll delete mode 100644 distro/powershell/chef/Chef.PowerShell.dll delete mode 100644 distro/powershell/chef/Newtonsoft.Json.dll create mode 100644 distro/ruby_bin_folder/Chef.PowerShell.Wrapper.dll create mode 100644 distro/ruby_bin_folder/Chef.PowerShell.dll create mode 100644 distro/ruby_bin_folder/Newtonsoft.Json.dll (limited to 'distro') diff --git a/distro/powershell/chef/Chef.PowerShell.Wrapper.dll b/distro/powershell/chef/Chef.PowerShell.Wrapper.dll deleted file mode 100644 index bdf9ef4125..0000000000 Binary files a/distro/powershell/chef/Chef.PowerShell.Wrapper.dll and /dev/null differ diff --git a/distro/powershell/chef/Chef.PowerShell.dll b/distro/powershell/chef/Chef.PowerShell.dll deleted file mode 100644 index 568f9f43cd..0000000000 Binary files a/distro/powershell/chef/Chef.PowerShell.dll and /dev/null differ diff --git a/distro/powershell/chef/Newtonsoft.Json.dll b/distro/powershell/chef/Newtonsoft.Json.dll deleted file mode 100644 index 1971a35679..0000000000 Binary files a/distro/powershell/chef/Newtonsoft.Json.dll and /dev/null differ diff --git a/distro/ruby_bin_folder/Chef.PowerShell.Wrapper.dll b/distro/ruby_bin_folder/Chef.PowerShell.Wrapper.dll new file mode 100644 index 0000000000..bdf9ef4125 Binary files /dev/null and b/distro/ruby_bin_folder/Chef.PowerShell.Wrapper.dll differ diff --git a/distro/ruby_bin_folder/Chef.PowerShell.dll b/distro/ruby_bin_folder/Chef.PowerShell.dll new file mode 100644 index 0000000000..568f9f43cd Binary files /dev/null and b/distro/ruby_bin_folder/Chef.PowerShell.dll differ diff --git a/distro/ruby_bin_folder/Newtonsoft.Json.dll b/distro/ruby_bin_folder/Newtonsoft.Json.dll new file mode 100644 index 0000000000..1971a35679 Binary files /dev/null and b/distro/ruby_bin_folder/Newtonsoft.Json.dll differ -- cgit v1.2.1