maily 0.6.2 → 0.6.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 960fe837fad9d25f9a3c52b45de7540996568f19
4
- data.tar.gz: 25f2c237274223154cef523015c4fcfca70a555c
3
+ metadata.gz: 50074da78185e506a4d209f802c81c22cdc62837
4
+ data.tar.gz: eaddfeabcc75b5ff0bc0da5a5f633570f4078d5f
5
5
  SHA512:
6
- metadata.gz: 174935bd4512c31ba40c7426c0520baee46d7ff100283f3d34b0b65a4e3392fc08a9969a6a152b4a0b03d7daf1de9d094da5763554f11edb584707b90fc84754
7
- data.tar.gz: 75afed37aab5f3c374d2b78a731d7c40ec91302cd39d627e0d6636ea56d68d34c8c469d31957bc1e17382de848f4c2224f3618e03885367e633de80f011009ac
6
+ metadata.gz: 709e63a4f1734a301e35325a734f47558f68e8d980630284b31c111f3a701d72230bcc2c7c96c3855de92831d9c68d352f14d6f9b6b5e38af73495c151c1732e
7
+ data.tar.gz: 3c91aea7375c944a7ca09b5add559d22e9b28f5d76288e98d0bc537d8a9fa04af36eca282593295ddd25302b9d0fc99ffb1c678e0ca98ee2afd6464d4f60f79f
@@ -43,6 +43,7 @@
43
43
  <% if @email.to %><li><b>To</b> <%= @email.to.join(', ') %></li><% end %>
44
44
  <% if @email.cc %><li><b>Cc</b> <%= @email.cc.join(', ') %></li><% end %>
45
45
  <% if @email.bcc %><li><b>Bcc</b> <%= @email.bcc.join(', ') %></li><% end %>
46
+ <% if @email.reply_to %><li><b>Reply to</b> <%= @email.reply_to.join(', ') %></li><% end %>
46
47
  </ul>
47
48
 
48
49
  <% if @email.html_part && @email.text_part %>
@@ -2,6 +2,6 @@
2
2
 
3
3
  source "https://rubygems.org"
4
4
 
5
- gem "rails", :github => "rails/rails", :branch => "4-2-stable"
5
+ gem "rails", github: "rails/rails", branch: "4-2-stable"
6
6
 
7
- gemspec :path => "../"
7
+ gemspec path: "../"
@@ -4,4 +4,4 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 5.0.0"
6
6
 
7
- gemspec :path => "../"
7
+ gemspec path: "../"
@@ -4,4 +4,4 @@ source "https://rubygems.org"
4
4
 
5
5
  gem "rails", "~> 5.1.0"
6
6
 
7
- gemspec :path => "../"
7
+ gemspec path: "../"
@@ -1,3 +1,3 @@
1
1
  module Maily
2
- VERSION = "0.6.2"
2
+ VERSION = "0.6.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: maily
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.2
4
+ version: 0.6.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - markets
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-29 00:00:00.000000000 Z
11
+ date: 2017-11-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -196,7 +196,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
196
196
  version: '0'
197
197
  requirements: []
198
198
  rubyforge_project:
199
- rubygems_version: 2.5.2
199
+ rubygems_version: 2.5.1
200
200
  signing_key:
201
201
  specification_version: 4
202
202
  summary: Rails Engine to preview emails in the browser.