Add net-http-persistent as a dependency. Remove code to determine which HTTP client to use. Cleanup spacing

This commit is contained in:
Dan Milne
2022-11-01 18:04:09 +11:00
parent 5d8fd3ffff
commit 9297799555
4 changed files with 28 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ Gem::Specification.new do |spec|
spec.metadata['homepage_uri'] = spec.homepage
spec.metadata['source_code_uri'] = spec.homepage
#spec.metadata["changelog_uri"] = "TODO: Put your gem's CHANGELOG.md URL here."
spec.metadata["changelog_uri"] = "https://github.com/dkam/paapi/blob/master/CHANGELOG.md"
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
@@ -32,4 +32,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'awesome_print', '~> 1.8'
spec.add_dependency 'aws-sigv4', '~> 1'
spec.add_dependency 'net-http-persistent', '~> 4.0', '>= 4.0.1'
end