convection.gemspec in convection-0.2.14 vs convection.gemspec in convection-0.2.15

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |spec| spec.name = 'convection' spec.version = Convection::VERSION spec.authors = ['John Manero'] spec.email = ['jmanero@rapid7.com'] - spec.summary = Convection::SUMMARY - spec.description = Convection::DESCRIPTION + spec.summary = %q{A fully generic, modular DSL for AWS CloudFormation} + spec.description = %q{This gem aims to provide a reusable model for AWS CloudFormation in Ruby. It exposes a DSL for template definition, and a simple, decoupled abstraction of a CloudFormation Stack to compile and apply templates.} spec.homepage = 'https://github.com/rapid7/convection' spec.license = 'MIT' spec.files = `git ls-files -z`.split("\x0") spec.executables = spec.files.grep(/^bin\//) { |f| File.basename(f) }