paapi_mini 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2fe6b5e86b7884e190fc6a4216deaa262a1d9d0ed15176cefa2cd409174ba931
4
- data.tar.gz: 236cb6789ac6140643819c6333c664592bfc8969b0fa06a8e8b4bb57f11498cf
3
+ metadata.gz: 8d77448e1f6e71f5cd27c85e2ef937cb06e7d092516fa932d12150c880fdbc2c
4
+ data.tar.gz: 19de9af8102dfe76b65b5aeaec75b8a470ac65c96bceaa076803e7c2616f1a89
5
5
  SHA512:
6
- metadata.gz: 46514b47c10ff8493d1abb427e735465a30b0fcb09e416d08d6c371b2b250c176b297c1c53d41c208bc7b400e73687fb9d4911989e35d79891de50d71df213e9
7
- data.tar.gz: fc421e43462fdcd9efdd30385ad32f254739436573e42ec1bfb3993ebe04530d135db5d3a8df990568569d6fc89ea384f1b41700450f5ff549cfaf71ea0c1d9c
6
+ metadata.gz: 1455fd125431abdc44a22b105a1a6c7cb8d56c71684f3ad2e90d4c42f14f7d63754e28a89e53ea1b8dcbeef17ce05142c30bc4d0cccd29870a7b860fa6e14dce
7
+ data.tar.gz: 4e79f27980b772a0ca99b2989b98bd77f0cef9929cb207bc63b85902256c563f0b7c0ca99d0f6aa279389fd8f0ba94c2bf50f8ff32bc2d0443be705a2dc6cea3
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module PaapiMini
4
- VERSION = "0.1.0"
4
+ VERSION = "0.1.1"
5
5
  end
data/paapi_mini.gemspec CHANGED
@@ -5,11 +5,11 @@ require_relative "lib/paapi_mini/version"
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "paapi_mini"
7
7
  spec.version = PaapiMini::VERSION
8
- spec.authors = ["oco"]
8
+ spec.authors = ["tossi-punch"]
9
9
  spec.email = ["osio.toshimasa@gmail.com"]
10
10
 
11
- spec.summary = "Simple Amazon SearchItems By Amazon Advertising Product API."
12
- spec.description = "This Gem is implemented using only the Ruby standard library, so it does not depend on other Gems"
11
+ spec.summary = "Amazon SearchItems By Amazon Advertising Product API."
12
+ spec.description = "paapi_mini is PA-API5.0 client. supported by searchItems api only. ClientThis Gem is implemented using only the Ruby standard library, so it does not depend on other Gems"
13
13
  spec.homepage = "https://github.com/osio-toshimasa/paapi_mini"
14
14
  spec.license = "MIT"
15
15
  spec.required_ruby_version = ">= 2.7.0"
metadata CHANGED
@@ -1,17 +1,18 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paapi_mini
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
- - oco
7
+ - tossi-punch
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
11
  date: 2022-10-16 00:00:00.000000000 Z
12
12
  dependencies: []
13
- description: This Gem is implemented using only the Ruby standard library, so it does
14
- not depend on other Gems
13
+ description: paapi_mini is PA-API5.0 client. supported by searchItems api only. ClientThis
14
+ Gem is implemented using only the Ruby standard library, so it does not depend on
15
+ other Gems
15
16
  email:
16
17
  - osio.toshimasa@gmail.com
17
18
  executables: []
@@ -57,5 +58,5 @@ requirements: []
57
58
  rubygems_version: 3.3.7
58
59
  signing_key:
59
60
  specification_version: 4
60
- summary: Simple Amazon SearchItems By Amazon Advertising Product API.
61
+ summary: Amazon SearchItems By Amazon Advertising Product API.
61
62
  test_files: []