compositor.gemspec in compositor-1.0.0 vs compositor.gemspec in compositor-1.0.1

- old
+ new

@@ -2,12 +2,13 @@ require File.expand_path('../lib/compositor/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["Konstantin Gredeskoul","Paul Henry"] gem.email = %w(kigster@gmail.com paul@wanelo.com) - gem.description = %q{Composite design pattern with a convenient DSL for building JSON/Hashes of complex objects} - gem.summary = %q{Composite design pattern with a convenient DSL for building JSON/Hashes of complex objects} + gem.description = %q{Define simple "compositor" classes that represent your domain objects in terms of Hashes and Arrays, and then allows you to construct complex JSON API responses using compact DSL.} + gem.summary = %q{Composite design pattern with a convenient DSL for building JSON/Hashes of complex objects.} gem.homepage = "https://github.com/wanelo/compositor" + gem.license = 'MIT' gem.files = `git ls-files`.split($\) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^(test|spec|features)/}) gem.name = "compositor"