public
Rubygem
Description: Bang! You've deployed!
Homepage: http://opensource.thinkrelevance.com/
Clone URL: git://github.com/relevance/cap_gun.git
Search Repo:
update docs
rsanheim (author)
Thu Apr 17 18:35:58 -0700 2008
commit  145d4dbc029a2718996ed25b320808f3d51530b2
tree    ee38710619f69d55f4f7c5f2bdbaf0018ce43233
parent  572228eb8b895695803269b0efc99ccae43a72cc
...
12
13
14
15
 
16
17
18
19
...
37
38
39
40
 
41
42
43
44
45
46
47
 
 
 
48
49
50
...
12
13
14
 
15
16
17
18
19
...
37
38
39
 
40
41
42
43
44
45
46
 
47
48
49
50
51
52
0
@@ -12,7 +12,7 @@
0
 
0
 == CONFIG
0
 
0
-In deploy.rb:
0
+In your Capistrano config file (usually deploy.rb):
0
 
0
     # setup action mailer with a hash of options
0
     set :cap_gun_action_mailer_config, {
0
0
@@ -37,14 +37,16 @@
0
 * A Gmail account to send from, or an MTA installed locally to send from
0
 * Something to deploy
0
 
0
-== ISSUES
0
+== TODO & KNOWN ISSUES
0
 
0
 * displays the release times in UTC (Capistrano default) - could be flipped to specified time zone
0
 * some stuff will probably break on windows
0
 
0
 == INSTALL
0
 
0
-* sudo gem install cap_gun
0
+* sudo gem install cap_gun and gem unpack into your vendor/plugins
0
+* or just grab the tarball from github (see below)
0
+
0
 
0
 == URLS
0
 
...
1
2
3
4
5
6
...
13
14
15
16
17
 
18
19
20
...
 
 
 
1
2
3
...
10
11
12
 
 
13
14
15
16
0
@@ -1,6 +1,3 @@
0
-# remove the warn flag, otherwise we get all warnings when we load Rails stuff
0
-# ENV['RUBY_FLAGS'] = "-I#{%w(lib ext bin test).join(File::PATH_SEPARATOR)}"
0
-
0
 require 'rubygems'
0
 require 'echoe'
0
 require './lib/cap_gun.rb'
0
@@ -13,8 +10,7 @@
0
   p.summary = "Bang! You're deployed!"
0
   p.description = 'Super simple capistrano deployments.'
0
   p.url = "http://opensource.thinkrelevance.com/wiki/cap_gun"
0
- p.changes = 'foo'
0
- p.rdoc_pattern = /^(lib|bin|ext)|txt|rdoc$/
0
+ p.rdoc_pattern = /^(lib|bin|ext)|txt|rdoc|CHANGELOG|MIT-LICENSE$/
0
   rdoc_template = `allison --path`.strip << ".rb"
0
   p.rdoc_template = rdoc_template
0
   p.test_pattern = 'spec/**/*_spec.rb'

Comments

    No one has commented yet.