CapGun 0.0.1 released - super simple Capistrano deployment notifications

Tell everyone about your releases! Send email notification after Capistrano deployments! Rule the world!

Drop your ActionMailer configuration information into your deploy.rb file, configure recipients for the deployment notifications, and setup the callback task.

Setup and configuration are done entirely inside your deploy.rb file to keep it super simple. Your emails are sent locally from the box performing the deployment, but CapGun queries the server to grab the necessary release info.

This even includes the Net::SMTP TLS hack inside as a vendored dependancy to allow super easy email sending without setting up an MTA.

This is the "Rock n Roll McDonalds" release - 0.0.1.

== INSTALL

* sudo gem install cap_gun and gem unpack into your vendor/plugins * or just grab the tarball from github (see below)

== URLS

* Log bugs, issues, and suggestions on Trac: http://opensource.thinkrelevance.com/wiki/cap_gun * View source: http://github.com/relevance/cap_gun/tree/master * Git clone source: git://github.com/relevance/cap_gun.git * RDocs: http://thinkrelevance.rubyforge.org/cap_gun/

thanks, Rob