muffin_man 2.4.13 → 2.4.14
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/CHANGELOG.md +5 -0
- data/README.md +1 -0
- data/lib/muffin_man/finances/v20240619.rb +1 -1
- data/lib/muffin_man/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93b2373ab6e23551491aa386a651c003a7a936831b2423a78239dab3e7386360
|
4
|
+
data.tar.gz: 0f1a5876afead341f4dfe6a16500a863de0124e968a2e9921c6ccf5e1ebd6e6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f52160b821f2eb65ba93e4e25550fe33079f62760426ca10519d20464f6ba9439fac5900645d6e89b89ac29af8e1761bf0f0075532d424f054ed808972b5d427
|
7
|
+
data.tar.gz: d2c316e85239e2cbb37413d5c92964e2f831850a12e36db7ec7e2a55ff6e07cc03d06df763c19b8da72c6edcfbaff8df3eb62cd590883ca4749d5feaa44bd8b7
|
data/CHANGELOG.md
CHANGED
@@ -1,3 +1,8 @@
|
|
1
|
+
# 2.4.14
|
2
|
+
|
3
|
+
- Fixed query params of Amazon Finances API v2024-06-19 [#98](https://github.com/patterninc/muffin_man/pull/98)
|
4
|
+
- [#99](https://github.com/patterninc/muffin_man/pull/99)
|
5
|
+
|
1
6
|
# 2.4.13
|
2
7
|
|
3
8
|
- Remove AWS STS Signature in requests [#97](https://github.com/patterninc/muffin_man/pull/97)
|
data/README.md
CHANGED
@@ -8,7 +8,7 @@ module MuffinMan
|
|
8
8
|
@query_params = {
|
9
9
|
"postedAfter" => posted_after
|
10
10
|
}
|
11
|
-
@query_params["
|
11
|
+
@query_params["postedBefore"] = posted_before unless posted_before.nil?
|
12
12
|
@query_params["marketplaceId"] = marketplace_id unless marketplace_id.nil?
|
13
13
|
@query_params["nextToken"] = next_token unless next_token.nil?
|
14
14
|
@request_type = "GET"
|
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: 2.4.
|
4
|
+
version: 2.4.14
|
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: 2025-
|
13
|
+
date: 2025-04-29 00:00:00.000000000 Z
|
14
14
|
dependencies:
|
15
15
|
- !ruby/object:Gem::Dependency
|
16
16
|
name: rspec
|
@@ -226,7 +226,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
226
226
|
- !ruby/object:Gem::Version
|
227
227
|
version: '0'
|
228
228
|
requirements: []
|
229
|
-
rubygems_version: 3.
|
229
|
+
rubygems_version: 3.1.6
|
230
230
|
signing_key:
|
231
231
|
specification_version: 4
|
232
232
|
summary: Amazon Selling Partner API client
|