ezclient.gemspec in ezclient-1.7.0 vs ezclient.gemspec in ezclient-1.7.1

- old
+ new

@@ -17,7 +17,7 @@ spec.license = "MIT" spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^spec/}) } spec.require_paths = ["lib"] - spec.add_runtime_dependency "http", ">= 4" + spec.add_dependency "http", ">= 4" end