tomograph 3.2.3 → 3.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/tomograph/openapi/openapi3.rb +1 -1
- data/lib/tomograph/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e175b3015ed8ed1ad88ac14886ed8f9e3eabf14ee78cfb5f730f853d04772f4d
|
4
|
+
data.tar.gz: 5447efa1957737f9cd8da1551b1e4d9379192ab2284fbdf36c35d2b8223cf14b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9e2789445f60212e93667d3f0ef821f73950137f3b882255183085d145e677c52bb2740d4ee58927553c5152393f3fc28ad03d310c5e794aacafed1f87db3ef7
|
7
|
+
data.tar.gz: 9f6acfa9631e14c38537ec92af554a65c7ad091bf33e71ef0cd10e258c1d9c63e6036537401866c3b9f33f2795b309bd265513288fb6fb30efe71de1e3364f1b
|
data/CHANGELOG.md
CHANGED
@@ -14,7 +14,7 @@ module Tomograph
|
|
14
14
|
result.push(Tomograph::Tomogram::Action.new(
|
15
15
|
path: "#{@prefix}#{path}",
|
16
16
|
method: method.upcase,
|
17
|
-
content_type: '',
|
17
|
+
content_type: action_definition[method]['requestBody'] && action_definition[method]['requestBody']['content'].keys[0] == 'application/json' ? action_definition[method]['requestBody']['content'].keys[0] : '',
|
18
18
|
requests: [],
|
19
19
|
responses: responses(action_definition[method]['responses']),
|
20
20
|
resource: ''
|
data/lib/tomograph/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tomograph
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2.
|
4
|
+
version: 3.2.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- d.efimov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-08-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: methadone
|