tomograph 3.2.0 → 3.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3325a247d67c5573ce732942f0ce962e286ff44df559ca20026834b70e541630
4
- data.tar.gz: d3303b26448aeb89fd95d15b5d3958aaeca7fe30b8054ae31af22a8933774fb8
3
+ metadata.gz: 1f29c94fa150fe7b0d9ade928be94afa3cd6262f879f1aeac26b9bc2e697d01e
4
+ data.tar.gz: e5115cc71c0ed6b8a07c694ec03c1f5a2563d9f29b9ff91154415371a535c780
5
5
  SHA512:
6
- metadata.gz: 8c3f659cf90f535c8c5cb17c4164a9d7e751930c4bd98575e67cec65f24aa9f832506c44f98c56013947806259945baa94a2a13785a7ff7a9cc0c97b32d26992
7
- data.tar.gz: 2a9f4c82ccdd8c6e7c9ad1e52950a32401f48f056ce2199eaddb09ea6f347a37e5210cc030a1933bfb593b6cc5a23c6fa535fbd1df7726ea4170353d9e2f20f1
6
+ metadata.gz: '089cc903373489b2e38c87455227392af29b077979ae857b7fb8d4f5a55f68f81e3ceb3e0841bf614629bc77ab97ef6490113b6c21af9f679932b3e189180edc'
7
+ data.tar.gz: 0e86b8f7961229f973bf3bf5c20e8c224c45d8c29502e10fecc3136bc902f5260aa76bed6d66e4ab6063aab8690536e6f3c9a89c25a7c0a4f6a1690f7b456a8a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ### 3.2.1 - 2024-04-03
4
+
5
+ * patch
6
+ * change home page
7
+
3
8
  ### 3.2.0 - 2024-01-13
4
9
 
5
10
  * features
@@ -1,3 +1,3 @@
1
1
  module Tomograph
2
- VERSION = '3.2.0'.freeze
2
+ VERSION = '3.2.1'.freeze
3
3
  end
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/matchtechnologies/tomograph'
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.0
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-01-12 00:00:00.000000000 Z
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/matchtechnologies/tomograph
183
+ homepage: https://github.com/tuwilof/tomograph
184
184
  licenses:
185
185
  - MIT
186
186
  metadata: {}