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 +4 -4
- data/lib/paapi_mini/version.rb +1 -1
- data/paapi_mini.gemspec +3 -3
- metadata +6 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d77448e1f6e71f5cd27c85e2ef937cb06e7d092516fa932d12150c880fdbc2c
|
4
|
+
data.tar.gz: 19de9af8102dfe76b65b5aeaec75b8a470ac65c96bceaa076803e7c2616f1a89
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1455fd125431abdc44a22b105a1a6c7cb8d56c71684f3ad2e90d4c42f14f7d63754e28a89e53ea1b8dcbeef17ce05142c30bc4d0cccd29870a7b860fa6e14dce
|
7
|
+
data.tar.gz: 4e79f27980b772a0ca99b2989b98bd77f0cef9929cb207bc63b85902256c563f0b7c0ca99d0f6aa279389fd8f0ba94c2bf50f8ff32bc2d0443be705a2dc6cea3
|
data/lib/paapi_mini/version.rb
CHANGED
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 = ["
|
8
|
+
spec.authors = ["tossi-punch"]
|
9
9
|
spec.email = ["osio.toshimasa@gmail.com"]
|
10
10
|
|
11
|
-
spec.summary = "
|
12
|
-
spec.description = "
|
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.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
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:
|
14
|
-
not depend on
|
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:
|
61
|
+
summary: Amazon SearchItems By Amazon Advertising Product API.
|
61
62
|
test_files: []
|