mail_spy 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,7 @@ module MailSpy
58
58
  #Enable sendgrid specific enhancements
59
59
  if esp.options[:enable_sendgrid_event_tracking].present?
60
60
  header = MailSpy::Sendgrid::SmtpApiHeader.new
61
- header.setUniqueArgs({:eid => email.id})
61
+ header.setUniqueArgs({:eid => email.id.to_s})
62
62
  email.headers = {'X-SMTPAPI' => header.asJSON}.merge(email.headers)
63
63
  end
64
64
 
@@ -1,3 +1,3 @@
1
1
  module MailSpy
2
- VERSION = "0.0.8"
2
+ VERSION = "0.0.9"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: mail_spy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.8
5
+ version: 0.0.9
6
6
  platform: ruby
7
7
  authors:
8
8
  - Timothy Cardenas