Sha256: 6c97cc99c0019aec390d372c82528cbdea05e894e50f0ff4170b3e123db5302f
Contents?: true
Size: 778 Bytes
Versions: 2
Compression:
Stored size: 778 Bytes
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'motion-ocr/version' Gem::Specification.new do |gem| gem.name = "motion-ocr" gem.version = MotionOCR::VERSION gem.authors = ["Fernando Espinosa Jiménez"] gem.email = ["fer@ferdev.com"] gem.summary = %q{A RubyMotion wrapper for the OCR engine, Tesseract} gem.description = %q{Allows to perform text detection inside images in an easy way.} gem.homepage = "https://github.com/ferdev/motion-ocr" gem.files = `git ls-files`.split($/) gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) } gem.test_files = gem.files.grep(%r{^spec/}) gem.require_paths = ["lib"] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
motion-ocr-0.1.0 | motion-ocr.gemspec |
motion-ocr-0.0.1 | motion-ocr.gemspec |