messagebird / ruby-rest-api

MessageBird's REST API for Ruby
BSD 2-Clause "Simplified" License
37 stars 46 forks source link

List class is not namespaced #22

Open joris opened 5 years ago

joris commented 5 years ago

I happen to have a List class in my own application. As this gem defines a List in the global/root namespace as well (in lib/messagebird/list.rb), installing the gem breaks my app.

joris commented 5 years ago

Should be fixed with this PR