WinRb / WinRM

Ruby library for Windows Remote Management
Apache License 2.0
412 stars 117 forks source link

Optimize our requires #314

Closed tas50 closed 4 years ago

tas50 commented 4 years ago

Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem.

Signed-off-by: Tim Smith tsmith@chef.io