mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 15:14:52 +00:00
Add net-http-persistent as a dependency. Remove code to determine which HTTP client to use. Cleanup spacing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user