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 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
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 3
3
3
  :minor: 2
4
- :patch: 1
4
+ :patch: 2
5
5
  :build:
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{capistrano_mailer}
8
- s.version = "3.2.1"
8
+ s.version = "3.2.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Peter Boling", "Dave Nolan"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: capistrano_mailer
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.1
4
+ version: 3.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling