tomograph 3.2.0 → 3.2.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/README.md +1 -1
- data/lib/tomograph/openapi/openapi3.rb +1 -1
- data/lib/tomograph/version.rb +1 -1
- data/tomograph.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44f03cbdf7e9543ac0a8ef75c27b6dfb9082ef0cdeb54c2a2609c6660fb9648c
|
4
|
+
data.tar.gz: 18d43a2b6765ef254249cc0b4de210ed2e8d31a4e42ccb824dd524222d0e47df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8c0fb45d78a88835e5a276d2c88e0882bd94fea9fe5864c7793ff14283d45fe20710720486598cbe601baa3440ebabb967e434988c6b06eaa1676a44ef212f44
|
7
|
+
data.tar.gz: 140b24c7fb62de2490e096126a34c374d6caa21203beda443ae48a14f85f999bd6a1bad643fefc9be51f3ef587ce0c755da3c7ab205dcee7a6f899bde91f17be
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -383,4 +383,4 @@ tomograph -d 4 --split apielemetns.yaml jsons/
|
|
383
383
|
|
384
384
|
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
|
385
385
|
|
386
|
-
[
|
386
|
+
[Sponsored by FunBox](https://funbox.ru)
|
@@ -57,7 +57,7 @@ module Tomograph
|
|
57
57
|
end
|
58
58
|
|
59
59
|
def schema(sche)
|
60
|
-
defi = @documentation['components']['schemas']
|
60
|
+
defi = @documentation['components']['schemas'] if @documentation['components']
|
61
61
|
if sche.keys.include?('$ref')
|
62
62
|
sche.merge!('components' => {})
|
63
63
|
sche['components'].merge!('schemas' => {})
|
data/lib/tomograph/version.rb
CHANGED
data/tomograph.gemspec
CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
|
11
11
|
spec.summary = 'Convert API Blueprint, Swagger and OpenAPI to Tomogram'
|
12
12
|
spec.description = 'Convert API Blueprint, Swagger and OpenAPI to routes and JSON-Schemas'
|
13
|
-
spec.homepage = 'https://github.com/
|
13
|
+
spec.homepage = 'https://github.com/tuwilof/tomograph'
|
14
14
|
spec.license = 'MIT'
|
15
15
|
|
16
16
|
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
|
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.2
|
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-05-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: methadone
|
@@ -180,7 +180,7 @@ files:
|
|
180
180
|
- lib/tomograph/version.rb
|
181
181
|
- script/update_json_fixtures
|
182
182
|
- tomograph.gemspec
|
183
|
-
homepage: https://github.com/
|
183
|
+
homepage: https://github.com/tuwilof/tomograph
|
184
184
|
licenses:
|
185
185
|
- MIT
|
186
186
|
metadata: {}
|