puree.gemspec in puree-0.14.0 vs puree.gemspec in puree-0.15.0

- old
+ new

@@ -7,19 +7,19 @@ spec.name = "puree" spec.version = Puree::VERSION spec.authors = ["Adrian Albin-Clark"] spec.email = ["a.albin-clark@lancaster.ac.uk"] spec.summary = %q{A client for the Pure Research Information System API.} - spec.description = %q{Consumes the Pure Research Information System API and facilitates post-processing of metadata into simple data structures.} + spec.description = %q{Purée consumes the Pure Research Information System API and puts the metadata into simple data structures.} spec.homepage = "https://github.com/lulibrary/puree.git" spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0") 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"] spec.required_ruby_version = '~> 2.1' - spec.add_runtime_dependency 'httparty', '~> 0.13' + spec.add_runtime_dependency 'http', '~> 2.0' spec.add_runtime_dependency 'nokogiri', '~> 1.6' end