mysql2xxxx.gemspec in mysql2xxxx-0.0.1 vs mysql2xxxx.gemspec in mysql2xxxx-0.0.2

- old
+ new

@@ -7,11 +7,11 @@ s.version = Mysql2xxxx::VERSION s.platform = Gem::Platform::RUBY s.authors = ["Seamus Abshere"] s.email = ["seamus@abshere.net"] s.homepage = "" - s.summary = %q{Gives you binaries like mysql2csv, mysql2json, and mysql2xml, and Ruby classes to match.} - s.description = %q{In a memory-sensitive way (but not fast), dump mysql tables to JSON, CSV, XML.} + s.summary = %q{In a memory-sensitive way (but not fast), dump mysql tables to JSON, CSV, XML.} + s.description = %q{Gives you binaries like mysql2csv, mysql2json, and mysql2xml, and Ruby classes to match.} s.rubyforge_project = "mysql2xxxx" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")