summaryrefslogtreecommitdiff
path: root/chef/lib/chef/shell.rb
Commit message (Collapse)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-327/+0
| | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!
* [CHEF-2925] - Fully rename shef->chef-shelljtimberman2012-10-021-0/+327
* Replace class/module names "Shef" -> "Shell" * Program/binary name is referred to as chef-shell * Use ~/.chef/chef_shell_history for IRB history * Use chef_shell.rb for the config file isntead of shef.rb * Create "chef/shef/ext" that can be required preserving back-compat * Update and rename man pages * Update gemspec for executable