Gem Version Build Status

Configuration service

The configuration service provides authorized publication and consumption of identified configuration data with metadata.

Documentation

For documentation of the released gems, see the rubygems documentation link.

To generate documentation for the master branch:

git clone [email protected]:hetznerZA/configuration_service.git
cd configuration_service
bundle install
bundle exec rake doc
xdg-open html/index.html

OSX users may need to use open instead of xdg-open.

Testing

Test as follows:

git clone [email protected]:hetznerZA/configuration_service.git
cd configuration_service
bundle install
bundle exec rake test

Note that the tests are applied to a stub service provider. This just tests the test framework architecture.