keystores.gemspec in keystores-0.1.0 vs keystores.gemspec in keystores-0.2.0

- old
+ new

@@ -7,11 +7,12 @@ spec.name = 'keystores' spec.version = Keystores::VERSION spec.authors = ['Ryan Larson'] spec.email = ['ryan.mango.larson@gmail.com'] - spec.summary = 'This gem allows applications to interact with different types of keystores' - spec.description = spec.summary + spec.summary = 'This gem allows applications to interact with java key stores' + spec.description = 'This gem allows you to interact with java key stores in pure ruby. Keys and Certificates are' + + ' represented as OpenSSL objects' spec.homepage = 'https://github.com/rylarson/keystores' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } spec.bindir = 'exe'