configuration_service 2.0.3 → 2.0.4

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTlhYjQxOWEzMzFhNWM5MWRlMzc2ODYzM2EwZDY3MzE1MTU2YzAyNA==
4
+ NWUxN2M4Yzc3YjM2MmJmZjE5NGQ4YWIwNmQxYjZiMzI3YTkzZDQ5NQ==
5
5
  data.tar.gz: !binary |-
6
- NWI2NDdlYzJhODVhZjA1MzVjZGRmZGJiYzVmMDdlZjE4MTM0OGVjZA==
6
+ NTI2Yjg0YTgzYWEyZjU2OTdiNDIxYTgyY2ZjZWUyYWIwODg2ZWFhZQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZTVkZDg0NDk2NjQxZThhYTQ5OTMyYjI3OTdmZTI4ZmIzN2ExMmMxYTI0ZWYw
10
- NjU2MTRmOGYxOTNjYzIyMzIyNmRjOWM0YzhiNmZlMTFiMjhhM2I0OGRkNjVk
11
- ZDYyYTg1MDI5ZDIyOWJhNTY3ZWNiNzgyYmNjYjQxNmYzYmJiOTg=
9
+ Y2M0NDZiYmYxMjQwNWE2NmI0ZmJlZjA0NTY1Yjg3ZDg1ZDhkNTk1OTQ5YjAy
10
+ ZWUwNzhkZGIyOWFmNWU0ZTA3Yjc3MGQ1YmE2MWU5NzVlYmMxYzA5Zjg5ODlk
11
+ NWMzYmJlZGIxZmFjYTcyNzYwYzU0NWY1NjQ2YmRiOWZmODc2MWE=
12
12
  data.tar.gz: !binary |-
13
- YWRiYjE3NTU0ODJiY2YzZjJkZmRhNDhiNThhZTljOTJiZGRiYmViYmY4ODY5
14
- MjMzNTRkYThhNWE4NmI1MDVmNWQzZjBlZDBiMDk2ZDc2OTdjZDgyMDIwN2Vj
15
- MmRlMDY0NWI2NzI5NzRjOTk2NThhNTZkMTQ1MWUzNGRhYmQ5YWY=
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
 
@@ -1,5 +1,5 @@
1
1
  module ConfigurationService
2
2
 
3
- VERSION = "2.0.3"
3
+ VERSION = "2.0.4"
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: configuration_service
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.3
4
+ version: 2.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sheldon Hearn