[ANN] vlad 2.6.5 Released

vlad version 2.6.5 has been released!

* home: <http://rubyhitsquad.com/>
* code: <https://github.com/seattlerb/vlad>
* rdoc: <http://docs.seattlerb.org/vlad>

Vlad the Deployer is pragmatic application deployment automation,
without mercy. Much like Capistrano, but with 1/10th the
complexity. Vlad integrates seamlessly with Rake, and uses familiar
and standard tools like ssh and rsync.

Impale your application on the heartless spike of the Deployer.

Changes:

### 2.6.5 / 2015-06-25

* 2 bug fixes:

  * Updated dependency for rake-remote-task 2.3+.
  * Use #send to access private set methods. (drbrain)