rtesseract.gemspec in rtesseract-0.0.2 vs rtesseract.gemspec in rtesseract-0.0.3

- old
+ new

@@ -3,15 +3,15 @@ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command # -*- encoding: utf-8 -*- Gem::Specification.new do |s| s.name = %q{rtesseract} - s.version = "0.0.2" + s.version = "0.0.3" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Danilo Jeremias da Silva"] - s.date = %q{2010-09-10} + s.date = %q{2010-10-11} s.description = %q{Ruby library for working with the Tesseract OCR.} s.email = %q{dannnylo@gmail.com} s.extra_rdoc_files = [ "LICENSE", "README.rdoc" @@ -23,9 +23,14 @@ "README.rdoc", "Rakefile", "lib/rtesseract.rb", "rtesseract.gemspec", "test/helper.rb", + "test/images/test.bmp", + "test/images/test.jpg", + "test/images/test.png", + "test/images/test.tif", + "test/images/test1.tif", "test/test_rtesseract.rb" ] s.homepage = %q{http://github.com/dannnylo/rtesseract} s.rdoc_options = ["--charset=UTF-8"] s.require_paths = ["lib"]