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

Please publish a new release to Rubygems #74

Closed gevans closed 8 years ago

gevans commented 8 years ago

It looks like there hasn't been a release since October 2014. It might be time to push v0.4.0. :smile:

njh commented 8 years ago

Hi,

I am not currently happy with the quality/stability of the QoS 1 implementation, which is why I have been delaying making a release.

But maybe I should just get on and release it; then let people submit fixes/improvements.

nick.

gevans commented 8 years ago

In that case, a prerelease might be more suitable (e.g. 0.4.0.beta). Otherwise it's looking like a lot of users are stuck with using a Git clone:

gem 'mqtt', github: 'njh/ruby-mqtt'
njh commented 8 years ago

Sorry, I have been meaning to spend some time on ruby-mqtt and try and resolve the issues I see with QoS 1.

However I have got distracted with other projects, so will release 0.4.0 today.

njh commented 8 years ago

Version 0.4.0 has been released: https://rubygems.org/gems/mqtt/versions/0.4.0

Fingers crossed it works well for everyone!