README.rdoc in cap_gun-0.0.5 vs README.rdoc in cap_gun-0.0.9

- old
+ new

@@ -32,10 +32,19 @@ # register email as a callback after restart after "deploy:restart", "cap_gun:email" # Test everything out by running "cap cap_gun:email" +== USAGE + +Good news: it just works. + +Want to make the notifications even better and explain _why_ you're deploying? +Just include a comment in the cap command like so, and CapGun will add the comment to the email notification. + + cap -s comment="fix for bug #303" deploy + == REQUIREMENTS * Capistrano 2+ * A Gmail account to send from, or an MTA (mail transport agent) installed locally to send from * Something to deploy @@ -79,6 +88,9 @@ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE -SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + + +