configuration_service 2.0.3 → 2.0.4
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
NWUxN2M4Yzc3YjM2MmJmZjE5NGQ4YWIwNmQxYjZiMzI3YTkzZDQ5NQ==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
NTI2Yjg0YTgzYWEyZjU2OTdiNDIxYTgyY2ZjZWUyYWIwODg2ZWFhZQ==
|
7
7
|
SHA512:
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
Y2M0NDZiYmYxMjQwNWE2NmI0ZmJlZjA0NTY1Yjg3ZDg1ZDhkNTk1OTQ5YjAy
|
10
|
+
ZWUwNzhkZGIyOWFmNWU0ZTA3Yjc3MGQ1YmE2MWU5NzVlYmMxYzA5Zjg5ODlk
|
11
|
+
NWMzYmJlZGIxZmFjYTcyNzYwYzU0NWY1NjQ2YmRiOWZmODc2MWE=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
ZGI1MjlkOTI5NzM0OWMzZTAyM2M0NmU0YTkzNzBlY2M0YTkxZmJjNmI4ODQ1
|
14
|
+
MjJlYjQ4MDliMTc4MWM3MjkyOTgzOGI1NWZjMWQyMjZlY2JkZmQ4NGFiNzBk
|
15
|
+
YjEyMGU5NWQzOTFhNjZlZTlkZDk1MjIyOWM2NzRkZGIwYmQ4ZTQ=
|
@@ -1,6 +1,7 @@
|
|
1
1
|
require "configuration_service/provider/broken"
|
2
2
|
require "configuration_service/provider/stub"
|
3
|
-
require "configuration_service/test"
|
3
|
+
require "configuration_service/test/orchestration_provider"
|
4
|
+
require "configuration_service/test/orchestration_provider_registry"
|
4
5
|
|
5
6
|
module ConfigurationService
|
6
7
|
|