collector.gemspec in collector-0.0.3 vs collector.gemspec in collector-0.0.4

- old
+ new

@@ -6,11 +6,11 @@ Gem::Specification.new do |gem| gem.name = "collector" gem.version = Collector::VERSION gem.authors = ["Brandon Weiss"] gem.email = ["brandon@anti-pattern.com"] - gem.description = %q{An implementation of the Repository Pattern} - gem.summary = %q{An implementation of the Repository Pattern} + gem.description = %q{An implementation of the Repository Pattern for MongoDB.} + gem.summary = %q{An implementation of the Repository Pattern for MongoDB} gem.homepage = "" 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)/})