public
Rubygem
Description: Bang! You've deployed!
Homepage: http://opensource.thinkrelevance.com/
Clone URL: git://github.com/relevance/cap_gun.git
Search Repo:
Correct typo in README
Jason Rudolph (author)
Sat Apr 19 06:24:45 -0700 2008
commit  af16a384800d3089a0d13774986c50fcabbb06fd
tree    632f1f1d80e8457e088c1cfb92c78816a181e76d
parent  aa6b3524fcf8fabd3916a3ac33f9311691910d8e
...
15
16
17
18
 
19
20
21
...
15
16
17
 
18
19
20
21
0
@@ -15,7 +15,7 @@
0
 In your Capistrano config file (usually deploy.rb):
0
 
0
     # require cap_gun (the path will depend on where you unpacked or if you are just using it as a gem)
0
- require 'vendor/plugins/cap_gun/lig/cap_gun' # typical Rails vendor/plugins location
0
+ require 'vendor/plugins/cap_gun/lib/cap_gun' # typical Rails vendor/plugins location
0
     
0
     # setup action mailer with a hash of options
0
     set :cap_gun_action_mailer_config, {

Comments

    No one has commented yet.