Sha256: f1019cc8eaf178917578e55cce2d11295ffec475673e18660cdcad06f85e4086
Contents?: true
Size: 1023 Bytes
Versions: 2
Compression:
Stored size: 1023 Bytes
Contents
# coding: utf-8 lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'gocr/version' Gem::Specification.new do |spec| spec.name = "gocr-ruby" spec.version = GOCR::VERSION spec.authors = ["Vladimir Zyablitskiy"] spec.email = ["zyablitskiy@gmail.com"] spec.description = %q{GOCR Ruby binding} spec.summary = %q{Unofficial port for Ruby} spec.homepage = "https://github.com/rainlabs/gocr-ruby" spec.license = "MIT" spec.extensions = %w[ext/gocr/extconf.rb] spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] spec.add_development_dependency "bundler", "~> 1.3" spec.add_development_dependency "rake" spec.add_development_dependency "rake-compiler" spec.add_development_dependency "rspec" end #Gem::PackageTask.new s do end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gocr-ruby-0.0.2 | gocr-ruby.gemspec |
gocr-ruby-0.0.1 | gocr-ruby.gemspec |