[ANN] TeamCity Ruby Client 1.2.0

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

1.2.0 / 2013-12-07

  • BuildType: Added .set_buildtype_setting, provides the ability to
    set build configuration settings [@jeffersongirao]
  • BuildType: Added .create_buildtype, provides the ability to
    create a new build configuration [@jeffersongirao]
  • BuildType: Added .create_build_trigger, provides the ability to
    create build configuration trigger [@jeffersongirao], [@nskboy]
  • BuildType: Added .set_buildtype_setting, adds ability to set
    build configuration settings [@jeffersongirao]
  • BuildType: Added .create_build_step, provides the ability to
    create a build step in a build configuration [@jeffersongirao]
  • Project: Added .set_parent_project and .parent_project for
    setting and getting parent project. (TeamCity8 only) [@jeffersongirao]
  • Bug: Fix .create_vcs_root to work for svn [@jeffersongirao]
  • Bug: Fix incompatibility with ruby 1.9.2 [@jeffersongirao]
  • Cleanup: Remove dependency on xmlbuilder and linguistics
    [@jeffersongirao]
  • Testing: Upgrade to rspec 2.14.1 and added guard-rspec gem
  • Documentation: Added rest_api_version tag for specify teamcity api
    compatibility

unsubscribe