smarter_csv.gemspec in smarter_csv-1.11.1 vs smarter_csv.gemspec in smarter_csv-1.11.2

- old
+ new

@@ -8,10 +8,10 @@ spec.version = SmarterCSV::VERSION spec.authors = ["Tilo Sloboda"] spec.email = ["tilo.sloboda@gmail.com"] spec.summary = "CSV Reading and Writing" - spec.description = "Ruby Gem for smarter importing of CSV Files as Array(s) of Hashes, with lots of features for processing large files in parallel, embedded comments, unusual field- and record-separators, flexible mapping of CSV-headers to Hash-keys" + spec.description = "Ruby Gem for convenient reading and writing: importing of CSV Files as Array(s) of Hashes, with lots of features for processing large files in parallel, embedded comments, unusual field- and record-separators, flexible mapping of CSV-headers to Hash-keys" spec.homepage = "https://github.com/tilo/smarter_csv" spec.license = 'MIT' spec.metadata["homepage_uri"] = spec.homepage spec.metadata["source_code_uri"] = spec.homepage