chef / knife-cloud

Library for Chef knife cloud plugins
Apache License 2.0
18 stars 20 forks source link

Optimize our requires #138

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