Sha256: 84f5bb11cd2a05ffca530114b5fae92ce5c1e254e2560ea4f853ef3f05bd180f
Contents?: true
Size: 797 Bytes
Versions: 1
Compression:
Stored size: 797 Bytes
Contents
# -*- encoding: utf-8 -*- 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{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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
yomu-0.1.3 | yomu.gemspec |