nexmo-oas-renderer 2.1.2 → 2.1.3
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,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: faadea352082b3d76c8da570d39ba77aa64f5de16b4ac62f8875d7750c3a8e94
|
|
4
|
+
data.tar.gz: 0b9b036687ce18bb6bbd810526bf148ecb827d8a0a4b8657208b62321141e52e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98fd531733f922f6e4eb15419ee3bc2392f39e1079ef95f6bcf657303269439b8a6c93b76e50735489869b76cf1b5497a105bb44a1f3e2edc087e666b73da5a9
|
|
7
|
+
data.tar.gz: 6d566a1770a5edc2f8b12c074374b34bc2758fd7d391a221c84397e9d5bbb9ac6664e654c58f7d54736411da44947e9e8671a231de407c8a377cd17b9f20f6d6
|
data/Gemfile.lock
CHANGED
|
@@ -29,14 +29,7 @@
|
|
|
29
29
|
<% unless endpoint.request_body.exhibits_one_of_multiple_schemas?(format) %>
|
|
30
30
|
|
|
31
31
|
<%
|
|
32
|
-
|
|
33
|
-
# We probably want real allOf support in OasParser, but that's more time than I have right now
|
|
34
|
-
allOf = endpoint.request_body.content[format]['schema']['allOf']
|
|
35
|
-
if allOf
|
|
36
|
-
params = endpoint.request_body.handle_all_of(allOf)
|
|
37
|
-
else
|
|
38
|
-
params = endpoint.request_body.properties_for_format(format)
|
|
39
|
-
end
|
|
32
|
+
params = endpoint.request_body.properties_for_format(format)
|
|
40
33
|
if params
|
|
41
34
|
%>
|
|
42
35
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: nexmo-oas-renderer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.1.
|
|
4
|
+
version: 2.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fabian Rodriguez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-08-
|
|
11
|
+
date: 2020-08-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activemodel
|
|
@@ -389,7 +389,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
389
389
|
- !ruby/object:Gem::Version
|
|
390
390
|
version: '0'
|
|
391
391
|
requirements: []
|
|
392
|
-
|
|
392
|
+
rubyforge_project:
|
|
393
|
+
rubygems_version: 2.7.6.2
|
|
393
394
|
signing_key:
|
|
394
395
|
specification_version: 4
|
|
395
396
|
summary: OpenAPI Specification renderer.
|