[ANN] TeamCity Ruby Client 1.1.0 Released!

teamcity-ruby-client version 1.1.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:

1.1.0 / 2013-11-01

Features:

  • Added build_artifacts (Provides the ability to fetch the contents of
    an aritfact), courtesy of @orikremer

Gem Updates:

  • Upgraded webmock to remove deprecation warning, courtesy of @akiellor