summaryrefslogtreecommitdiff
path: root/chef-universal-mingw32.gemspec
Commit message (Collapse)AuthorAgeFilesLines
* Correcting Gemfile.lock version issuesJohn McCrae2021-04-231-1/+1
| | | | Signed-off-by: John McCrae <john.mccrae@progress.com>
* Pin win32-certstore to 0.5.x until we resolve failuresTim Smith2021-03-061-1/+1
| | | | | | 0.6.0 is causing build failures Signed-off-by: Tim Smith <tsmith@chef.io>
* Updated chef to use the CurrentUser certificate store. Previously it only ↵Tim Smith2021-02-041-1/+1
| | | | | used LocalMachine. Updated Gemlock to use win32-cerstore 0.5.3 (#10977) Signed-off-by: Tim Smith <tsmith@chef.io>
* Update Ohai to 16.7.4 and win32-process to 0.9.0Tim Smith2020-10-291-1/+1
| | | | | | Fix openindiana detection and resolve Ruby 3 deprecation warnings on windows Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the unused win32-dir dependencyTim Smith2020-08-171-1/+0
| | | | | | I'm not seeing this being required anywhere in our kit. Signed-off-by: Tim Smith <tsmith@chef.io>
* Allow iso8601 gem version 0.13Tim Smith2020-07-071-1/+1
| | | | | | This release just drops Ruby 2.4 support and resolves Rubocop warnings. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fix quotes for ChefstyleTim Smith2020-07-071-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* expand_path with __dir__ instead of __FILE__Tim Smith2020-07-071-1/+1
| | | | | | It's easier to read this at a glance and understand what path we're trying to get. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update FFI and pin win32-service to 2.1.5+Tim Smith2020-02-051-1/+1
| | | | | | win32-service 2.1.5 resolves deprecation warnings introduced in the latest FFI releases Signed-off-by: Tim Smith <tsmith@chef.io>
* remove windows executables from windows gemspeclcg/move-windows-executablsLamont Granquist2019-04-291-2/+0
| | | | | | | | | these are moved to chef-bin now. it looks like these were always duplicated in the chef.gemspec and probably unnecessary anyway? Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Remove windows-api pin and update Gemfile.lockJaymala Sinha2019-04-031-1/+0
| | | | Signed-off-by: Jaymala Sinha <jsinha@chef.io>
* Bump win32-service dep to v2.1.2Jason Barnett2019-03-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | By making a contribution to this project, I certify that: (a) The contribution was created in whole or in part by me and I have the right to submit it under the open source license indicated in the file; or (b) The contribution is based upon previous work that, to the best of my knowledge, is covered under an appropriate open source license and I have the right under that license to submit that work with modifications, whether created in whole or in part by me, under the same open source license (unless I am permitted to submit under a different license), as Indicated in the file; or (c) The contribution was provided directly to me by some other person who certified (a), (b) or (c) and I have not modified it. (d) I understand and agree that this project and the contribution are public and that a record of the contribution (including all personal information I submit with it, including my sign-off) is maintained indefinitely and may be redistributed consistent with this project or the open source license(s) involved. Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
* Loosen win32-certstore pin and bump to 0.3.0certTim Smith2019-03-111-1/+1
| | | | | | We control this gem and we can ensure we don't bring in any breaking changes until 1.0. There's no need to be this aggressive with the pins. Signed-off-by: Tim Smith <tsmith@chef.io>
* Allow win32-service 2.x and bump InSpec to 3.7.1Tim Smith2019-03-111-1/+1
| | | | | | We shipped win32-service 2.x. Let's allow it here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Import PFX certificates with their private keysNimesh-Msys2019-02-041-1/+1
| | | | | | | | | - Using `add_pfx` of Win32::Certstore to import a PFX certificate with its thumbprint - Using correct version of `win32-certstore` to support these changes - Added Test cases - Minor cleanup and opimization Signed-off-by: Nimesh-Msys <nimesh.patni@msystechnologies.com>
* Add windows_certificate and windows_share resourcesTim Smith2018-10-291-0/+1
| | | | | | Move two additional resources over from the windows cookbook. With these moved we're pretty close to fully deprecating the windows cookbook. Signed-off-by: Tim Smith <tsmith@chef.io>
* Move iso8601 gem to windows only gemspecTim Smith2018-10-251-0/+1
| | | | | | We only use this in the windows_task resource. No need to ship it on *nix. This also brings in the latest release where I trimmed the files in the gem down. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump win32-taskscheduler to 2.0Bryan McLellan2018-10-111-1/+1
| | | | | | | | | We refactored a number of the helper methods to more safely namespace them. Nothing should be using those methods outside of win32-taskscheduler, but we bumped the major version because of the change. Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Only include the Windows distro files on WindowsTim Smith2018-10-051-1/+1
| | | | | | | | We don't actually need these powershell scripts and DLLs on non-Windows platforms. This shaves 300k from our gem size on non-Windows platforms. Signed-off-by: Tim Smith <tsmith@chef.io>
* Pull in new InSpec and win32-serviceTim Smith2018-06-291-1/+1
| | | | | | This resolves Ruby deprecation warnings when interacting with Windows services. Signed-off-by: Tim Smith <tsmith@chef.io>
* Pull in win32-taskscheduler 1.0.2Tim Smith2018-06-131-1/+1
| | | | | | | - Fixes tasks gets created when wrong username and password is provided and then it throws error for invalid username password. - Fixes windows_task not idempotent when task_name includes parent folder Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge pull request #6815 from ↵Bryan McLellan2018-05-021-0/+1
|\ | | | | | | | | MsysTechnologiesllc/vasundhara/MSYS_752_windows_task_rewrite [MSYS-752] windows task rewrite using win32-taskscheduler
| * [MSYS-752] windows task rewrite using wind32-taskschedulerVasu11052018-04-241-0/+1
| | | | | | | | Signed-off-by: Vasu1105 <vasundhara.jagdale@msystechnologies.com>
* | update the Gemfile.lock and remove windows-gemspec ffi pinlcg/pin-ffiLamont Granquist2018-04-261-1/+0
|/ | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update comment on win32-eventlog pinningTom Duffield2017-02-101-3/+2
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Remove Gemfile.windows and put both platforms in Gemfile.lockJohn Keiser2016-04-181-0/+24