rtesseract.gemspec in rtesseract-2.0.0 vs rtesseract.gemspec in rtesseract-2.0.1

- old
+ new

@@ -1,45 +1,49 @@ # Generated by jeweler # DO NOT EDIT THIS FILE DIRECTLY # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec' # -*- encoding: utf-8 -*- -# stub: rtesseract 2.0.0 ruby lib +# stub: rtesseract 2.0.1 ruby lib Gem::Specification.new do |s| s.name = "rtesseract" - s.version = "2.0.0" + s.version = "2.0.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 = "2016-04-19" + s.date = "2016-05-17" 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.yml", + "CHANGELOG.md", "Gemfile", "Gemfile.lock", "LICENSE.txt", "README.rdoc", "Rakefile", "VERSION", "lib/processors/mini_magick.rb", "lib/processors/none.rb", "lib/processors/rmagick.rb", "lib/rtesseract.rb", + "lib/rtesseract/blob.rb", "lib/rtesseract/box.rb", "lib/rtesseract/box_char.rb", "lib/rtesseract/configuration.rb", "lib/rtesseract/errors.rb", "lib/rtesseract/mixed.rb", - "lib/utils.rb", + "lib/rtesseract/processor.rb", + "lib/rtesseract/utils.rb", "rtesseract.gemspec", + "spec/configs/eng.user-words.txt", "spec/images/README.pdf", "spec/images/blank.tif", "spec/images/mixed.tif", "spec/images/orientation_reverse.png", "spec/images/test with spaces.tif",