tomograph.gemspec in tomograph-3.1.0 vs tomograph.gemspec in tomograph-3.1.1
- old
+ new
@@ -6,11 +6,11 @@
spec.name = 'tomograph'
spec.version = Tomograph::VERSION
spec.authors = ['d.efimov']
spec.email = ['d.efimov@fun-box.ru']
- spec.summary = 'Convert API Blueprint to Tomogram'
- spec.description = 'Convert API Blueprint to routes and JSON-Schemas'
+ spec.summary = 'Convert API Blueprint, Swagger and OpenAPI to Tomogram'
+ spec.description = 'Convert API Blueprint, Swagger and OpenAPI to routes and JSON-Schemas'
spec.homepage = 'https://github.com/funbox/tomograph'
spec.license = 'MIT'
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
spec.bindir = 'exe'