tomograph 3.1.0 → 3.1.1
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 +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/tomograph/version.rb +1 -1
- data/tomograph.gemspec +2 -2
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e5235f82fd9f87bbf895dd85eea58a1f78d9cab0d78be2a0f2f5a9554d7928f
|
|
4
|
+
data.tar.gz: e1bd1a93846659640ce4220079644d396522f9e3d392c93747391871de1eba63
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7fb24eb83a332bc7d543bd07869bee334c09582b3cc14e5f5f3bafd8ab6809c3e7bfddab4f44a534f640d61dfa41e47c5151d06eb0f7d40c0955106615c652dd
|
|
7
|
+
data.tar.gz: 9e24a40ae4174ce201a2d341821231fd3a6a79d90a2c213e7bb2d62ef84d5f71625b5e0643b94fac91d9b064462c7aed1507c236001c3cc3e6f767837907c8a5
|
data/CHANGELOG.md
CHANGED
data/lib/tomograph/version.rb
CHANGED
data/tomograph.gemspec
CHANGED
|
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.authors = ['d.efimov']
|
|
9
9
|
spec.email = ['d.efimov@fun-box.ru']
|
|
10
10
|
|
|
11
|
-
spec.summary = 'Convert API Blueprint to Tomogram'
|
|
12
|
-
spec.description = 'Convert API Blueprint to routes and JSON-Schemas'
|
|
11
|
+
spec.summary = 'Convert API Blueprint, Swagger and OpenAPI to Tomogram'
|
|
12
|
+
spec.description = 'Convert API Blueprint, Swagger and OpenAPI to routes and JSON-Schemas'
|
|
13
13
|
spec.homepage = 'https://github.com/funbox/tomograph'
|
|
14
14
|
spec.license = 'MIT'
|
|
15
15
|
|
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.1.
|
|
4
|
+
version: 3.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- d.efimov
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-02-
|
|
11
|
+
date: 2021-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: methadone
|
|
@@ -144,7 +144,7 @@ dependencies:
|
|
|
144
144
|
- - ">="
|
|
145
145
|
- !ruby/object:Gem::Version
|
|
146
146
|
version: 2.8.1
|
|
147
|
-
description: Convert API Blueprint to routes and JSON-Schemas
|
|
147
|
+
description: Convert API Blueprint, Swagger and OpenAPI to routes and JSON-Schemas
|
|
148
148
|
email:
|
|
149
149
|
- d.efimov@fun-box.ru
|
|
150
150
|
executables:
|
|
@@ -202,5 +202,5 @@ requirements: []
|
|
|
202
202
|
rubygems_version: 3.1.2
|
|
203
203
|
signing_key:
|
|
204
204
|
specification_version: 4
|
|
205
|
-
summary: Convert API Blueprint to Tomogram
|
|
205
|
+
summary: Convert API Blueprint, Swagger and OpenAPI to Tomogram
|
|
206
206
|
test_files: []
|