muffin_man 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/muffin_man/sp_api_client.rb +1 -4
- data/lib/muffin_man/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 01a263a02506880dbfef45399e3294486b858cc72d5a9fc370f155128de17d0a
|
4
|
+
data.tar.gz: d8fdd99a82562bcc2c354fb8c59d2c7c366802fbdf41b8b45c1f9f0ab9b596d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad0248e2f1020a243bdb2901d7c0331d377733c01490875a64e2e92f380702fabfd34abc5aafcaf6c39244891380551d0d9e20b35197d969ed09d93ab551a06e
|
7
|
+
data.tar.gz: cac4177e290055336395d095936236f48449df8f56cee789a4201c5dd6e3eb9afecae7f2923c4ec6964515eb6a492ac5bbc597f1fcd35bda0d6fab56cf392e11
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# MuffinMan
|
2
2
|
|
3
|
-
![Ruby CI](https://github.com/patterninc/muffin_man/actions/workflows/ci.yml/badge.svg)
|
3
|
+
[![Ruby CI](https://github.com/patterninc/muffin_man/actions/workflows/ci.yml/badge.svg)](https://github.com/patterninc/muffin_man/actions)
|
4
4
|
|
5
5
|
MuffinMan is a ruby interface to the Amazon Selling Partner API. For more information on registering to use the Selling Partner API, see [Amazon's documentation](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/developer-guide/SellingPartnerApiDeveloperGuide.md)
|
6
6
|
|
data/lib/muffin_man/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: muffin_man
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Gavin
|
@@ -10,7 +10,7 @@ authors:
|
|
10
10
|
autorequire:
|
11
11
|
bindir: exe
|
12
12
|
cert_chain: []
|
13
|
-
date: 2022-02-
|
13
|
+
date: 2022-02-03 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|