Bits-Service Client
Ruby client for bits-service.
Changelog
0.2.1:
- Update list of authors
0.2.0:
- Add
vcap_request_id
toBitsService::Client
andBitsService::ResourcePool
- Add
request_timeout_in_seconds
toBitsService::ResourcePool
- Move unit tests from CloudController to this gem
- Add
0.1.0: Initial version
Bump
The gem is automatically built and published to rubygems.org in the flintstone CI pipeline.
In order to release a new version of the gem, the following steps should be taken:
- Update the change log above
- Update
version.rb
with the new version - Check in the changes and push them to
origin
.
The pipeline will pick up the changes and will, if version.rb
has changed, tag the release in git and publish the new version of the gem.