tomograph 3.1.0 → 3.1.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: 39b59905a33024b038fb21b6561dcb9b607845aa7c9510f0ee91fc51d89a347c
4
- data.tar.gz: a5f9e9d20b2b0dfcaec764967b6253eab832ac6d25bcd16d528c7e0780a7f967
3
+ metadata.gz: 2e5235f82fd9f87bbf895dd85eea58a1f78d9cab0d78be2a0f2f5a9554d7928f
4
+ data.tar.gz: e1bd1a93846659640ce4220079644d396522f9e3d392c93747391871de1eba63
5
5
  SHA512:
6
- metadata.gz: e6cc9c2abdef8c55223b86b888a6e5c2b003a8d770ba321ba799bc95c60f41dfd395de4b4570f7dcb6ea2aec2e7a7ae1f577871dd4155683606e5a2f09e64b27
7
- data.tar.gz: 86624093fb9aafbc3705646f75dfec2ebda49f2a66b43419c205aaf358edeca111af2ba41ff02df240dd046a51cbd95fe2976d13bb2da660c25315545e971d48
6
+ metadata.gz: 7fb24eb83a332bc7d543bd07869bee334c09582b3cc14e5f5f3bafd8ab6809c3e7bfddab4f44a534f640d61dfa41e47c5151d06eb0f7d40c0955106615c652dd
7
+ data.tar.gz: 9e24a40ae4174ce201a2d341821231fd3a6a79d90a2c213e7bb2d62ef84d5f71625b5e0643b94fac91d9b064462c7aed1507c236001c3cc3e6f767837907c8a5
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Change log
2
2
 
3
+ ### 3.1.1 - 2021-02-10
4
+
5
+ * setting
6
+ * improve gemspec summary and description
7
+
3
8
  ### 3.1.0 - 2021-02-09
4
9
 
5
10
  * features
@@ -1,3 +1,3 @@
1
1
  module Tomograph
2
- VERSION = '3.1.0'.freeze
2
+ VERSION = '3.1.1'.freeze
3
3
  end
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.0
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-09 00:00:00.000000000 Z
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: []