jorgemanrubia / mailgun_rails

Rails Action Mailer adapter for Mailgun
MIT License
210 stars 70 forks source link

Fix namespace conflict with official Mailgun-ruby gem #60

Closed SirNerdBear closed 8 years ago

SirNerdBear commented 8 years ago

If you try to use both the Mailgun-ruby gem (for adding API support like event pooling) and mailgun_rails the namespaces clash.

Renamed the module to MailgunRails to reflect the GEMs name and be a more unique namespace.

Tested with both gems installed. No conflicts found.