yomu.gemspec in yomu-0.1.2 vs yomu.gemspec in yomu-0.1.3
- old
+ new
@@ -2,16 +2,16 @@
require File.expand_path('../lib/yomu/version', __FILE__)
Gem::Specification.new do |gem|
gem.authors = ["Erol Fornoles"]
gem.email = ["erol.fornoles@gmail.com"]
- gem.description = %q{Yomu is a library for extracting text and metadata using the Apache TIKA content analysis toolkit.}
- gem.summary = %q{Yomu is a library for extracting text and metadata using the Apache TIKA content analysis toolkit.}
- gem.homepage = "http://github.com/Erol/yomu"
+ gem.description = %q{Read text and metadata from files and documents (.doc, .docx, .pages, .odt, .rtf, .pdf)}
+ gem.summary = %q{Read text and metadata from files and documents (.doc, .docx, .pages, .odt, .rtf, .pdf)}
+ gem.homepage = "http://erol.github.com/yomu"
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
gem.files = `git ls-files`.split("\n")
gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
gem.name = "yomu"
gem.require_paths = ["lib"]
gem.version = Yomu::VERSION
-end
\ No newline at end of file
+end