Sha256: 01b824bbf458b3628ffcf3339a957645e4c82063988e842d6193aed6f2f1c0af

Contents?: true

Size: 842 Bytes

Versions: 2

Compression:

Stored size: 842 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

  gem.add_development_dependency 'minitest'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yomu-0.1.5 yomu.gemspec
yomu-0.1.4 yomu.gemspec