teamcity-ruby-client version 0.1.0 has been released!
* home: <https://github.com/jperry/teamcity-ruby-client.git>
* rubydoc: <http://rubydoc.info/gems/teamcity-ruby-client/0.1.0/frames>
* teamcity: <http://www.jetbrains.com/teamcity/>
* teamcity-rest-api:
<http://confluence.jetbrains.com/display/TW/REST+API+Plugin>
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.
Currently this version only supports GET requests for projects,
buildtypes, and builds. See the rubydoc for the full list of api calls.
Changes:
### 0.1.0 / 2013-04-28
* Supports GET requests for all of the project rest api endpoints
* Supports GET requests for all of the build type rest api endpoints
* Supports GET requests for all of the build rest api endpoints
ยทยทยท
--
Posted via http://www.ruby-forum.com/.