sendgrid / sendgrid-ruby

The Official Twilio SendGrid Led, Community Driven Ruby API Library
https://sendgrid.com
MIT License
620 stars 324 forks source link

BaseInterface class should be inside a module #462

Open cesimon opened 3 years ago

cesimon commented 3 years ago

Hello !

From v6.2.0 (https://github.com/sendgrid/sendgrid-ruby/blob/6.2.0/lib/sendgrid/base_interface.rb), and still in the latest version v6.4.0 (https://github.com/sendgrid/sendgrid-ruby/blob/6.4.0/lib/sendgrid/base_interface.rb), the gem includes a BaseInterface class.

My project (rails 6.0.3.5) also had a BaseInterface class, which means that when I installed the gem, the project couldn't be launched anymore. Could you fix this ?

Thanks !

thinkingserious commented 3 years ago

Hello @cesimon,

Thanks for letting us know about this!

This issue has been added to our internal backlog to be prioritized. Pull requests and +1s on the issue summary will help it move up the backlog.

With best regards,

Elmer