[ANN] TeamCity Ruby Client 0.2.0 Released!

teamcity-ruby-client version 0.2.0 has been released!

teamcity-ruby-client is a ruby wrapper around the TeamCity rest api.
Using this client to fetch information from your TeamCity server has
never been easier. It uses the Hashie library to simplify extracting a
field value from a returned result.

Changes:

0.2.0 / 2013-05-07

  • added support for httpAuth
  • added several CRUD methods to the api for BuildTypes, Projects, and
    VCSRoots
  • code cleanup