Sha256: 2daab2aed775df9e491ae16204b0520578c21856b8616d83e8b8215a62bb021c

Contents?: true

Size: 818 Bytes

Versions: 3

Compression:

Stored size: 818 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{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.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

3 entries across 3 versions & 1 rubygems

Version Path
yomu-0.1.2 yomu.gemspec
yomu-0.1.1 yomu.gemspec
yomu-0.1.0 yomu.gemspec