tomograph.gemspec in tomograph-0.4.0 vs tomograph.gemspec in tomograph-1.0.0
- old
+ new
@@ -6,10 +6,11 @@
spec.name = 'tomograph'
spec.version = Tomograph::VERSION
spec.authors = ['d.efimov']
spec.email = ['d.efimov@fun-box.ru']
- spec.summary = 'Parser API Blueprint specifications'
+ spec.summary = 'Convert API Blueprint to JSON Schema and search'
+ 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'
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }