configuration_service 2.0.4 → 2.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md DELETED
@@ -1,34 +0,0 @@
1
- [![Gem Version](https://badge.fury.io/rb/configuration_service.svg)](http://badge.fury.io/rb/configuration_service) [![Build Status](https://travis-ci.org/hetznerZA/configuration_service.svg?branch=master)](https://travis-ci.org/hetznerZA/configuration_service)
2
-
3
- # Configuration service
4
-
5
- The configuration service provides authorized publication and consumption of identified configuration data with metadata.
6
-
7
- ## Documentation
8
-
9
- For documentation of the released gems, see the [rubygems](https://rubygems.org/gems/configuration_service) documentation link.
10
-
11
- To generate documentation for the master branch:
12
-
13
- ```shell
14
- git clone git@github.com:hetznerZA/configuration_service.git
15
- cd configuration_service
16
- bundle install
17
- bundle exec rake doc
18
- xdg-open html/index.html
19
- ```
20
-
21
- OSX users may need to use `open` instead of `xdg-open`.
22
-
23
- ## Testing
24
-
25
- Test as follows:
26
-
27
- ```shell
28
- git clone git@github.com:hetznerZA/configuration_service.git
29
- cd configuration_service
30
- bundle install
31
- bundle exec rake test
32
- ```
33
-
34
- Note that the tests are applied to a stub service provider. This just tests the test framework architecture.