henkei.gemspec in henkei-2.4.0.1 vs henkei.gemspec in henkei-2.4.0.2
- old
+ new
@@ -3,21 +3,21 @@
lib = File.expand_path('lib', __dir__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require 'henkei/version'
-Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
+Gem::Specification.new do |spec|
spec.name = 'henkei'
spec.version = Henkei::VERSION
spec.authors = ['Erol Fornoles', 'Andrew Bromwich']
spec.email = %w[erol.fornoles@gmail.com a.bromwich@gmail.com]
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 = 'https://github.com/abrom/henkei'
spec.license = 'MIT'
- spec.required_ruby_version = ['>= 2.6.0', '< 3.2.0']
+ spec.required_ruby_version = ['>= 2.7.0', '< 3.3.0']
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
# delete this section to allow pushing this gem to any host.
raise 'RubyGems 2.0 or newer is required to protect against public gem pushes.' unless spec.respond_to?(:metadata)
@@ -36,10 +36,9 @@
spec.add_development_dependency 'rails', '~> 5.0'
spec.add_development_dependency 'rake', '~> 12.3'
spec.add_development_dependency 'rspec', '~> 3.7'
spec.add_development_dependency 'rubocop', '~> 1.26'
spec.add_development_dependency 'rubocop-performance', '~> 1.13'
- spec.add_development_dependency 'rubocop-rails', '~> 2.14'
spec.add_development_dependency 'rubocop-rake', '~> 0.6'
spec.add_development_dependency 'rubocop-rspec', '~> 2.9'
spec.add_development_dependency 'simplecov', '~> 0.15', '< 0.18'
end