capistrano_mailer 3.2.1 → 3.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +5 -0
- data/VERSION.yml +1 -1
- data/capistrano_mailer.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -97,6 +97,11 @@ From version 2.1.0 to version 3.1.x:
|
|
|
97
97
|
# Add to the top of your config/deploy.rb file:
|
|
98
98
|
$:.unshift 'vendor/plugins/capistrano_mailer/lib'
|
|
99
99
|
|
|
100
|
+
# For frozen gem:
|
|
101
|
+
# You must make capistrano_mailer's libraries available in Ruby's load path. This is one way to do that:
|
|
102
|
+
# Add to the top of your config/deploy.rb file:
|
|
103
|
+
$:.unshift 'vendor/gems/capistrano_mailer-3.2.1/lib'
|
|
104
|
+
|
|
100
105
|
# then for gem or plugin:
|
|
101
106
|
####################################
|
|
102
107
|
# Capistrano Plugins go here
|
data/VERSION.yml
CHANGED
data/capistrano_mailer.gemspec
CHANGED