rtesseract.gemspec in rtesseract-1.3.0 vs rtesseract.gemspec in rtesseract-1.3.1
- old
+ new
@@ -1,29 +1,28 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
-# stub: rtesseract 1.3.0 ruby lib
+# stub: rtesseract 1.3.1 ruby lib
Gem::Specification.new do |s|
s.name = "rtesseract"
- s.version = "1.3.0"
+ s.version = "1.3.1"
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib"]
s.authors = ["Danilo Jeremias da Silva"]
- s.date = "2015-06-23"
+ s.date = "2015-10-07"
s.description = "Ruby library for working with the Tesseract OCR."
s.email = "dannnylo@gmail.com"
s.extra_rdoc_files = [
"LICENSE.txt",
"README.rdoc"
]
s.files = [
".document",
".rspec",
- ".travis.sh",
".travis.yml",
"Gemfile",
"Gemfile.lock",
"LICENSE.txt",
"README.rdoc",
@@ -36,11 +35,14 @@
"lib/rtesseract.rb",
"lib/rtesseract/box.rb",
"lib/rtesseract/box_char.rb",
"lib/rtesseract/errors.rb",
"lib/rtesseract/mixed.rb",
+ "lib/utils.rb",
"rtesseract.gemspec",
+ "spec/images/README.pdf",
+ "spec/images/blank.tif",
"spec/images/mixed.tif",
"spec/images/orientation_reverse.png",
"spec/images/test with spaces.tif",
"spec/images/test.bmp",
"spec/images/test.jpg",
@@ -54,10 +56,10 @@
"spec/rtesseract_spec.rb",
"spec/spec_helper.rb"
]
s.homepage = "http://github.com/dannnylo/rtesseract"
s.licenses = ["MIT"]
- s.rubygems_version = "2.2.2"
+ s.rubygems_version = "2.4.3"
s.summary = "Ruby library for working with the Tesseract OCR."
if s.respond_to? :specification_version then
s.specification_version = 4