README.rdoc in capistrano_mailer-3.2.1 vs README.rdoc in capistrano_mailer-3.2.2
- old
+ new
@@ -95,9 +95,14 @@
# For plugin:
# You must make capistrano_mailer's libraries available in Ruby's load path. This is one way to do that:
# Add to the top of your config/deploy.rb file:
$:.unshift 'vendor/plugins/capistrano_mailer/lib'
+ # For frozen gem:
+ # You must make capistrano_mailer's libraries available in Ruby's load path. This is one way to do that:
+ # Add to the top of your config/deploy.rb file:
+ $:.unshift 'vendor/gems/capistrano_mailer-3.2.1/lib'
+
# then for gem or plugin:
####################################
# Capistrano Plugins go here
require 'capistrano/mailer'
#configure capistrano_mailer: