configuration_service 4.2.1 → 4.2.2
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 62c865494cc8178114420ac5ee36c20ef2d3f892
|
4
|
+
data.tar.gz: ee383109872eb4b49f84ef86629cd0f548764895
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 36acce674ed4708a4f09d7802e45390f04fca77a6fa3a2e7e52f2ce82716c20e3a04290d46e5fdde172490e0001c7869d21f47fe86f988920fb2c8fa9922708c
|
7
|
+
data.tar.gz: b18ff525db124f70885c230026ef36c41980587890881b8c184edce911ae8ae370973542d98ee9dd18ebe2822183a782252c1509f6c5a88aa4d1bc23f5ca20d9
|
@@ -26,7 +26,8 @@ module ConfigurationService
|
|
26
26
|
#
|
27
27
|
# %{ configuration_idenfier }
|
28
28
|
#
|
29
|
-
# The referenced configuration identifier must exist when #request_configuration or #authorize_consumption encounter it
|
29
|
+
# The referenced configuration identifier must exist when #request_configuration or #authorize_consumption encounter it,
|
30
|
+
# and references may only appear as the String values of top-level or nested dictionary keys.
|
30
31
|
#
|
31
32
|
# @example reference resolution
|
32
33
|
#
|
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: 4.2.
|
4
|
+
version: 4.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sheldon Hearn
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-05-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -155,9 +155,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
155
155
|
version: '0'
|
156
156
|
requirements: []
|
157
157
|
rubyforge_project:
|
158
|
-
rubygems_version: 2.5.1
|
158
|
+
rubygems_version: 2.5.2.1
|
159
159
|
signing_key:
|
160
160
|
specification_version: 4
|
161
161
|
summary: Configuration service
|
162
162
|
test_files: []
|
163
|
-
has_rdoc:
|