public
Rubygem
Description: Bang! You've deployed!
Homepage: http://opensource.thinkrelevance.com/
Clone URL: git://github.com/relevance/cap_gun.git
Search Repo:
doc tweaks
rsanheim (author)
Thu Apr 17 18:53:49 -0700 2008
commit  946d023ab07edfe1d0dd0880607130a2d2d656b7
tree    f0f38dd7362dcce5a0afa0a5659f6b14fff9490c
parent  145d4dbc029a2718996ed25b320808f3d51530b2
...
1
 
...
1
2
0
@@ -1,2 +1,3 @@
0
 doc
0
+pkg
...
6
7
8
9
 
10
11
 
12
13
14
...
6
7
8
 
9
10
 
11
12
13
14
0
@@ -6,9 +6,9 @@
0
 
0
 Drop your ActionMailer configuration information into your deploy.rb file, configure recipients for the deployment notifications, and setup the callback task.
0
 
0
-Setup and configuration are done entirely inside your deploy.rb file to KISS. Your emails are sent locally, from the box performing the deployment, but CapGun queries the server to grab the necessary release info.
0
+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.
0
 
0
-We include the Net::SMTP TLS hack inside as a vendored dependancy to allow super easy email sending without setting up an MTA.
0
+This even includes the Net::SMTP TLS hack inside as a vendored dependancy to allow super easy email sending without setting up an MTA.
0
 
0
 == CONFIG
0
 

Comments

    No one has commented yet.