boilerpipe-ruby.gemspec in boilerpipe-ruby-0.4.0 vs boilerpipe-ruby.gemspec in boilerpipe-ruby-0.4.1

- old
+ new

@@ -8,20 +8,20 @@ spec.version = Boilerpipe::VERSION spec.authors = ['Gregory Ostermayr'] spec.email = ['<gregory.ostermayr@gmail.com>'] spec.license = 'Apache 2.0' - spec.summary = %q{A pure ruby implemenation of the boilerpipe algorithm} - spec.description = %q{A pure ruby implementation of the boilerpipe algorithm} + spec.summary = %q{A pure ruby implementation of the boilerpipe web content extraction algorithm} + spec.description = %q{A pure ruby implementation of the boilerpipe web content extraction algorithm} spec.homepage = 'https://github.com/gregors/boilerpipe-ruby' spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } - spec.bindir = "exe" + spec.bindir = 'exe' spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } - spec.require_paths = ["lib"] + spec.require_paths = ['lib'] - spec.add_development_dependency 'bundler', '~> 1.11' + spec.add_development_dependency 'bundler', '~> 2.0' spec.add_development_dependency 'rake', '~> 10.0' - spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'rickshaw', '~> 0.4.0' + spec.add_development_dependency 'rspec', '~> 3.0' spec.add_runtime_dependency 'nokogiri', '>= 1.6.6.2' end