mail_spy 0.0.8 → 0.0.9

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.
@@ -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