kshnurov / mandrill_dm

A basic Mandrill delivery method for Rails.
MIT License
46 stars 45 forks source link

Update Mail to 2.7 #59

Closed Tensho closed 6 years ago

Tensho commented 6 years ago

Resolves #58

I still haven't found public API for the initial header value retrieving, unfortunately.

Tensho commented 6 years ago

@spovich, Do you skip rubocop offenses, because I made the change in one line of code, but get red CI due to code style offenses in other places?

Tensho commented 6 years ago

PING

spovich commented 6 years ago

Hi @Tensho thanks for putting this together! I've created another PR with your fix, but adjusted the gems and version info. Please test this out and let me know if it is working ok for you. The specs now pass for mail 2.6.x and 2.7.x. https://github.com/spovich/mandrill_dm/pull/60