henkei.gemspec in henkei-2.2.1.1 vs henkei.gemspec in henkei-2.2.1.2

- old
+ new

@@ -13,10 +13,10 @@ spec.description = 'Read text and metadata from files and documents using Apache Tika toolkit' spec.summary = 'Read text and metadata from files and documents ' \ '(.doc, .docx, .pages, .odt, .rtf, .pdf) using Apache Tika toolkit' spec.homepage = 'http://github.com/abrom/henkei' spec.license = 'MIT' - spec.required_ruby_version = ['>= 2.4.0', '< 3.1.0'] + spec.required_ruby_version = ['>= 2.6.0', '< 3.2.0'] spec.files = `git ls-files`.split("\n") 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']