capistrano_mailer 3.1.9 → 3.1.10

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: 9
4
+ :patch: 10
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.9"
8
+ s.version = "3.1.10"
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"]
@@ -10,9 +10,9 @@
10
10
  data = @section_data[section.to_sym]
11
11
  if !data.empty?
12
12
  if %w(extra_information release_data).include?(section)
13
- render :partial => 'section_custom.html.erb', :locals => {:section_title => section, :data => data}
13
+ render :partial => 'section_custom.text.erb', :locals => {:section_title => section, :data => data}
14
14
  else
15
- render :partial => 'section.html.erb', :locals => {:section_title => section, :data => data}
15
+ render :partial => 'section.text.erb', :locals => {:section_title => section, :data => data}
16
16
  end
17
17
  end
18
18
  }.join unless @sections.nil? %>
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.9
4
+ version: 3.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Peter Boling