griffin.gemspec in griffin-0.1.1 vs griffin.gemspec in griffin-0.1.2

- old
+ new

@@ -8,11 +8,11 @@ spec.name = 'griffin' spec.version = Griffin::VERSION spec.authors = ['ganmacs'] spec.email = ['ganmacs@gmail.com'] - spec.summary = 'Send and Receive RPCs from Ruby' - spec.description = 'Send and Receive RPCs from Ruby' + spec.summary = 'gRPC server and client for Ruby' + spec.description = 'gRPC server and client for Ruby' spec.homepage = 'https://github.com/ganmacs/griffin' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0").reject do |f| f.match(%r{^(test|spec|features)/})