From ce1a3a9bc45b5f1d21e8b0963f317b371a92a588 Mon Sep 17 00:00:00 2001 From: Dan Milne Date: Mon, 9 Sep 2019 13:56:22 +1000 Subject: [PATCH] Fix Typo --- Gemfile.lock | 48 ------------------------------------------------ paapi.gemspec | 4 +--- 2 files changed, 1 insertion(+), 51 deletions(-) delete mode 100644 Gemfile.lock diff --git a/Gemfile.lock b/Gemfile.lock deleted file mode 100644 index 5ab7f82..0000000 --- a/Gemfile.lock +++ /dev/null @@ -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 diff --git a/paapi.gemspec b/paapi.gemspec index 182aa4d..cbb6ed5 100644 --- a/paapi.gemspec +++ b/paapi.gemspec @@ -9,11 +9,9 @@ Gem::Specification.new do |spec| spec.email = ['d@nmilne.com'] 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.metadata["allowed_push_host"] = "TODO: Set to 'http://mygemserver.com'" - 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."