njh / ruby-mqtt

Pure Ruby gem that implements the MQTT protocol, a lightweight protocol for publish/subscribe messaging.
http://www.rubydoc.info/gems/mqtt
MIT License
541 stars 135 forks source link

Add 'name' stub to String patches. Update .gitignore #66

Closed madAle closed 9 years ago

madAle commented 9 years ago

Hi, I made a small fix to String patches adding 'name' method because I found an issue with another gem (bunny) that I'm using and that was throwing an exception because of the missing method. Hope this helps.

njh commented 9 years ago

Thanks!