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
538 stars 135 forks source link

I have renamed the 'master' branch to 'main' #137

Closed njh closed 2 years ago

njh commented 2 years ago

Please run the following commands if you have a local copy of the git repo:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a