tomograph 3.2.0 → 3.2.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 +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: 1f29c94fa150fe7b0d9ade928be94afa3cd6262f879f1aeac26b9bc2e697d01e
|
|
4
|
+
data.tar.gz: e5115cc71c0ed6b8a07c694ec03c1f5a2563d9f29b9ff91154415371a535c780
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '089cc903373489b2e38c87455227392af29b077979ae857b7fb8d4f5a55f68f81e3ceb3e0841bf614629bc77ab97ef6490113b6c21af9f679932b3e189180edc'
|
|
7
|
+
data.tar.gz: 0e86b8f7961229f973bf3bf5c20e8c224c45d8c29502e10fecc3136bc902f5260aa76bed6d66e4ab6063aab8690536e6f3c9a89c25a7c0a4f6a1690f7b456a8a
|
data/CHANGELOG.md
CHANGED
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.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: 2024-
|
|
11
|
+
date: 2024-04-03 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: {}
|