chef
https://github.com/opscode/chef
Ruby
A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.
Win32::Registry::API#DeleteKey
::Win32::Registry#delete_key uses RegDeleteKeyW. We need to use RegDeleteKeyExW to properly support WOW64 systems. Still a bug in trunk as of March 21, 2016 (Ruby 2.3.0)
Edit
git clone [email protected]:opscode/chef.git
cd chef
open lib/chef/monkey_patches/win32/registry.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Win32--Registry--API-DeleteKey-for-pr
# Commit to gitgit add lib/chef/monkey_patches/win32/registry.rbgit commit -m "better docs for Win32::Registry::API#DeleteKey"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Win32--Registry--API-DeleteKey-for-pr
hub pull-request
# Celebrate!