configuration_service 2.1.0 → 2.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a8a12bd4bf52fe773fde0b4306ba47c9d9f33d90
4
- data.tar.gz: 64b84d7cf9c08401d56c0c8f4b7c9d9ac40c59c6
3
+ metadata.gz: edd7e401896ff28294ff48a3de1efcb4ff421ba4
4
+ data.tar.gz: 9d839d5159631e31c845a84165058a19ca369af3
5
5
  SHA512:
6
- metadata.gz: 374a86490e8e6d0c42d3c13058a60320f016efae154ba4d370ccf30547ea72df3ebd0cb347aa8f38c8602467c3f4f08f537f601fe8b99902e6fead53d387fe7b
7
- data.tar.gz: beb9ea330992004c10fbb7782d808799c48534b9c79681ddb2abdcfce0697f9a30dc1c5c1af0ca30bc8e3d6d58f65d398ed7a1510c1114b9c6d462a146ad5b96
6
+ metadata.gz: 9a11deec68d0ec63f6a0502a62d1feae552b7f552bca92d63f8627a431860322f9c2acc39a79e1f4cbdc965102d877e98d3dbb24069461a9b9006bc8ce8728ef
7
+ data.tar.gz: 567661134fd7d41f715d96c5b48db0f8b5e6eb23a2017ad82518f3010767aa356b5f26df58ad7a4adb96f83281335bfd4c84f72cc123976c90f7ccc84dabaf7a
@@ -1,3 +1,4 @@
1
+ @authorization @authorize
1
2
  Feature: Authorization
2
3
  In order to ensure I am who I say I am
3
4
  As a CS Client
@@ -1,3 +1,4 @@
1
+ @bootstrapping @bootstrap
1
2
  Feature: Bootstrapping
2
3
 
3
4
  As a service component
@@ -1,3 +1,4 @@
1
+ @consuming @consume
1
2
  Feature: Consuming configuration data
2
3
  In order to access configuration data
3
4
  As a Consumer
@@ -1,3 +1,4 @@
1
+ @publishing @publish
1
2
  Feature: Publishing configuration data
2
3
  In order to make configuration data available for retrieval
3
4
  As a publisher
@@ -1,5 +1,5 @@
1
1
  module ConfigurationService
2
2
 
3
- VERSION = "2.1.0"
3
+ VERSION = "2.1.1"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configuration_service
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.0
4
+ version: 2.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Hearn
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-21 00:00:00.000000000 Z
11
+ date: 2016-05-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler