Sha256: 96111032c3986e99acad4a3e6420ca40c0cef551a25603e12fb0064d1dd136a9

Contents?: true

Size: 893 Bytes

Versions: 2

Compression:

Stored size: 893 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_runtime_dependency 'mime-types', '~> 1.23'

  gem.add_development_dependency 'rspec'
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yomu-0.1.8 yomu.gemspec
yomu-0.1.7 yomu.gemspec