diff --git a/swagger-blocks.gemspec b/swagger-blocks.gemspec index 8c6cb2a..aea1d54 100644 --- a/swagger-blocks.gemspec +++ b/swagger-blocks.gemspec @@ -8,8 +8,8 @@ Gem::Specification.new do |spec| spec.version = Swagger::Blocks::VERSION spec.authors = ['Mike Fotinakis'] spec.email = ['mike@fotinakis.com'] - spec.summary = %q{Define and serve live-updating Swagger JSON for Ruby apps.} - spec.description = %q{} + spec.summary = 'Define and serve live-updating OpenAPI (aka Swagger) JSON for Ruby apps.' + spec.description = spec.summary spec.homepage = 'https://github.com/fotinakis/swagger-blocks' spec.license = 'MIT'