email_spy 1.0.1 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -61,16 +61,16 @@
61
61
  <dd><%= from %></dd>
62
62
 
63
63
  <dt>Subject:</dt>
64
- <dd><strong><%= mail.subject %></strong></dd>
64
+ <dd><strong><%= email.subject %></strong></dd>
65
65
 
66
66
  <dt>Date:</dt>
67
67
  <dd><%= Time.now.strftime("%b %e, %Y %I:%M:%S %p %Z") %></dd>
68
68
 
69
69
  <dt>To:</dt>
70
- <dd><%= mail.to.join ", " %></dd>
70
+ <dd><%= email.to.join ", " %></dd>
71
71
  </dl>
72
72
 
73
- <% if mail.multipart? %>
73
+ <% if email.multipart? %>
74
74
  <p class="alternate">
75
75
  <% if type == "plain" %>
76
76
  <a href="rich.html">View HTML version</a>
@@ -1,3 +1,3 @@
1
1
  module EmailSpy
2
- VERSION = "1.0.1"
2
+ VERSION = "1.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: email_spy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: