mirror of
https://github.com/dkam/paapi.git
synced 2025-12-28 07:04:53 +00:00
Fix Typo
This commit is contained in:
48
Gemfile.lock
48
Gemfile.lock
@@ -1,48 +0,0 @@
|
|||||||
PATH
|
|
||||||
remote: .
|
|
||||||
specs:
|
|
||||||
paapi (0.0.1)
|
|
||||||
aws-sigv4 (~> 1)
|
|
||||||
http (~> 4)
|
|
||||||
|
|
||||||
GEM
|
|
||||||
remote: https://rubygems.org/
|
|
||||||
specs:
|
|
||||||
addressable (2.7.0)
|
|
||||||
public_suffix (>= 2.0.2, < 5.0)
|
|
||||||
awesome_print (1.8.0)
|
|
||||||
aws-eventstream (1.0.3)
|
|
||||||
aws-sigv4 (1.1.0)
|
|
||||||
aws-eventstream (~> 1.0, >= 1.0.2)
|
|
||||||
byebug (11.0.1)
|
|
||||||
domain_name (0.5.20190701)
|
|
||||||
unf (>= 0.0.5, < 1.0.0)
|
|
||||||
http (4.1.1)
|
|
||||||
addressable (~> 2.3)
|
|
||||||
http-cookie (~> 1.0)
|
|
||||||
http-form_data (~> 2.0)
|
|
||||||
http_parser.rb (~> 0.6.0)
|
|
||||||
http-cookie (1.0.3)
|
|
||||||
domain_name (~> 0.5)
|
|
||||||
http-form_data (2.1.1)
|
|
||||||
http_parser.rb (0.6.0)
|
|
||||||
minitest (5.11.3)
|
|
||||||
public_suffix (4.0.1)
|
|
||||||
rake (10.5.0)
|
|
||||||
unf (0.1.4)
|
|
||||||
unf_ext
|
|
||||||
unf_ext (0.0.7.6)
|
|
||||||
|
|
||||||
PLATFORMS
|
|
||||||
ruby
|
|
||||||
|
|
||||||
DEPENDENCIES
|
|
||||||
awesome_print (~> 1.8)
|
|
||||||
bundler (~> 2.0)
|
|
||||||
byebug (~> 11)
|
|
||||||
minitest (~> 5.0)
|
|
||||||
paapi!
|
|
||||||
rake (~> 10.0)
|
|
||||||
|
|
||||||
BUNDLED WITH
|
|
||||||
2.0.2
|
|
||||||
@@ -9,11 +9,9 @@ Gem::Specification.new do |spec|
|
|||||||
spec.email = ['d@nmilne.com']
|
spec.email = ['d@nmilne.com']
|
||||||
|
|
||||||
spec.summary = %q{Client library for Amazon's Product Advertising API v5}
|
spec.summary = %q{Client library for Amazon's Product Advertising API v5}
|
||||||
spec.homepage = 'https://github.com/dkam/pappi'
|
spec.homepage = 'https://github.com/dkam/paapi'
|
||||||
spec.license = 'MIT'
|
spec.license = 'MIT'
|
||||||
|
|
||||||
spec.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'"
|
|
||||||
|
|
||||||
spec.metadata["homepage_uri"] = spec.homepage
|
spec.metadata["homepage_uri"] = spec.homepage
|
||||||
spec.metadata["source_code_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"] = "TODO: Put your gem's CHANGELOG.md URL here."
|
||||||
|
|||||||
Reference in New Issue
Block a user