├── LICENSE ├── README.rdoc ├── Rakefile ├── TODO └── lib ├── chef-deploy.rb └── chef-deploy ├── cached_deploy.rb ├── git.rb └── subversion.rb /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezmobius/chef-deploy/HEAD/LICENSE -------------------------------------------------------------------------------- /README.rdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezmobius/chef-deploy/HEAD/README.rdoc -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezmobius/chef-deploy/HEAD/Rakefile -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezmobius/chef-deploy/HEAD/TODO -------------------------------------------------------------------------------- /lib/chef-deploy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezmobius/chef-deploy/HEAD/lib/chef-deploy.rb -------------------------------------------------------------------------------- /lib/chef-deploy/cached_deploy.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezmobius/chef-deploy/HEAD/lib/chef-deploy/cached_deploy.rb -------------------------------------------------------------------------------- /lib/chef-deploy/git.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezmobius/chef-deploy/HEAD/lib/chef-deploy/git.rb -------------------------------------------------------------------------------- /lib/chef-deploy/subversion.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ezmobius/chef-deploy/HEAD/lib/chef-deploy/subversion.rb --------------------------------------------------------------------------------