[ANN] ssh 1.1.1 Released

ssh version 1.1.1 has been released!

* home: <https://github.com/seattlerb/ssh>
* rdoc: <http://docs.seattlerb.org/ssh>

SSH provides a simple streaming ssh command runner. That's it.
This is a one trick pony.

    ssh = SSH.new "example.com", "/var/log"
    puts ssh.run "ls"

SSH was extracted from rake-remote_task which was extracted from vlad.

Changes:

### 1.1.1 / 2015-01-27

* 1 minor enhancement:

  * Updated for minitest 5