henkei.gemspec in henkei-1.17.1 vs henkei.gemspec in henkei-1.17.2

- old
+ new

@@ -5,13 +5,13 @@ Gem::Specification.new do |spec| spec.name = 'henkei' spec.version = Henkei::VERSION spec.authors = ['Erol Fornoles', 'Andrew Bromwich'] - spec.email = ['erol.fornoles@gmail.com', 'a.bromwich@gmail.com'] - spec.description = %q{Read text and metadata from files and documents (.doc, .docx, .pages, .odt, .rtf, .pdf)} - spec.summary = %q{Read text and metadata from files and documents (.doc, .docx, .pages, .odt, .rtf, .pdf)} + spec.email = %w[erol.fornoles@gmail.com a.bromwich@gmail.com] + spec.description = %q{Read text and metadata from files and documents (.doc, .docx, .pages, .odt, .rtf, .pdf) using Apache Tika toolkit} + spec.summary = spec.description spec.homepage = 'http://github.com/abrom/henkei' spec.license = 'MIT' spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } @@ -22,6 +22,7 @@ spec.add_runtime_dependency 'json', '>= 1.8' spec.add_development_dependency 'bundler', '~> 1.3' spec.add_development_dependency 'rake' spec.add_development_dependency 'rspec', '~> 3.5' + spec.add_development_dependency 'simplecov' end