grumlin.gemspec in grumlin-0.11.0 vs grumlin.gemspec in grumlin-0.12.0

- old
+ new

@@ -6,11 +6,15 @@ spec.name = "grumlin" spec.version = Grumlin::VERSION spec.authors = ["Gleb Sinyavskiy"] spec.email = ["zhulik.gleb@gmail.com"] - spec.summary = "Gremlin query language DSL for Ruby." - spec.description = "Gremlin query language DSL for Ruby." + spec.summary = "Gremlin graph traversal language DSL and client for Ruby." + + spec.description = <<~DESCRIPTION + Gremlin graph traversal language DSL and client for Ruby. Suitable and tested with gremlin-server and AWS Neptune. + DESCRIPTION + spec.homepage = "https://github.com/zhulik/grumlin" spec.license = "MIT" spec.required_ruby_version = Gem::Requirement.new(">= 2.6.0") spec.metadata["homepage_uri"] = spec.homepage