capistrano_mailer 3.1.8 → 3.1.9

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION.yml CHANGED
@@ -1,5 +1,5 @@
1
1
  ---
2
2
  :major: 3
3
3
  :minor: 1
4
- :patch: 8
4
+ :patch: 9
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.1.8"
8
+ s.version = "3.1.9"
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"]
@@ -13,7 +13,7 @@
13
13
  </h1>
14
14
 
15
15
  <p style="margin: 8px 0 20px 20px; padding: 0px; font-style: italic;" >
16
- Brought to you by: <a href="http://github.com/pboling/capistrano_mailer/tree/master">Capistrano Mailer</a>
16
+ Brought to you by: <a href="http://github.com/pboling/capistrano_mailer">Capistrano Mailer</a>
17
17
  </p>
18
18
 
19
19
  <p style="margin: 10px 20px; font-weight: bold;">Released: <%= @date %> at <%= @time %></p>
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.1.8
4
+ version: 3.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling